-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* hotfix: update gitignore * hotfix: update docker-compose file - remove env-files config * hotfix: structured and enhancement project (#3) * hotfix: update readme project * feat: add new environment variable * feat: add package beanie-odm * fix: remove unsing config in docker-compose file * feat: update botoclient function * feat: cleanup error codes and add news * feat: remove unusing functions and update utils functionnal * feat: define bucket policy config * test: add tests for endpoints and functional (#5) * test: restructured test config, add test to media endpoint (#7) * test: add tests for endpoints and functional * test: restructured test config, add test to media endpoint * feat: add workflow config (#9) * feat: update workflow (#10) * feat: add workflow config * feat: add github action * fix: fix workflow ci (#11) * Fix/worklows (#12) * fix: fix workflow ci * fix: fix workflow ci * Fix/worklows (#13) * fix: fix workflow ci * fix: fix workflow ci * fix: create docker image (#15) * fix: fix workflow ci * fix: fix workflow ci * fix: environment * feat: add permissions to endpoint * hotfix: fix appdesc config * hotfix: fix appdesc config
- Loading branch information
1 parent
8fe7206
commit 8c01370
Showing
2 changed files
with
62 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,58 +1,34 @@ | ||
- | ||
app: | ||
name: "likya" | ||
- app: | ||
name: "sfs" | ||
title: | ||
fr: "LIKYA: Plateforme de financement participatif (crowdfunding) pour le domaine médical" | ||
en: "LIKYA: Crowdfunding platform for the medical field" | ||
fr: "Service de stockage et gestion de fichiers" | ||
en: "File storage and management service" | ||
permissions: | ||
- | ||
code: "likya:can-create-category" | ||
desc: | ||
fr: "Peut créer une catégorie" | ||
en: "Can create a category" | ||
- | ||
code: "likya:can-read-category" | ||
desc: | ||
fr: "Peut afficher une catégorie" | ||
en: "Can display a category" | ||
- | ||
code: "likya:can-update-category" | ||
desc: | ||
fr: "Peut modifier une catégorie" | ||
en: "Can modify a category" | ||
- | ||
code: "likya:can-delete-category" | ||
desc: | ||
fr: "Peut supprimer une catégorie" | ||
en: "Can delete a category" | ||
|
||
- | ||
code: "likya:can-create-fundraising" | ||
desc: | ||
fr: "Peut créer une campagne de financement" | ||
en: "Can create a fundraising campaign" | ||
- | ||
code: "likya:can-read-fundraising" | ||
desc: | ||
fr: "Peut afficher une campagne de financement" | ||
en: "Can display a fundraising campaign" | ||
- | ||
code: "likya:can-update-fundraising" | ||
desc: | ||
fr: "Peut modifier une campagne de financement" | ||
en: "Can modify a fundraising campaign" | ||
- | ||
code: "likya:can-delete-fundraising" | ||
desc: | ||
fr: "Peut supprimer une campagne de financement" | ||
en: "Can delete a fundraising campaign" | ||
- | ||
code: "likya:can-update-fundraising-access" | ||
desc: | ||
fr: "Peut modifier l'accès à une campagne de financement" | ||
en: "Can modify access to a fundraising campaign" | ||
- | ||
code: "likya:validate-or-reject-fundraising" | ||
desc: | ||
fr: "Peut valider ou rejeter une campagne de financement" | ||
en: "Can validate or reject a fundraising campaign" | ||
- code: "sfs:can-read-bucket" | ||
desc: | ||
fr: "Peut lire un dossier d'images" | ||
en: "Can read an image folder" | ||
- code: "sfs:can-create-bucket" | ||
desc: | ||
fr: "Peut créer un dossier d'images" | ||
en: "Can create an image folder" | ||
- code: "sfs:can-delete-bucket" | ||
desc: | ||
fr: "Peut supprimer un dossier d'images" | ||
en: "Can delete an image folder" | ||
- code: "sfs:can-write-bucket" | ||
desc: | ||
fr: "Peut écrire dans un dossier d'images" | ||
en: "Can write in an image folder" | ||
- code: "sfs:can-read-file" | ||
desc: | ||
fr: "Peut lire un fichier" | ||
en: "Can read a file" | ||
- code: "sfs:can-write-file" | ||
desc: | ||
fr: "Peut ajouter un fichier dans un dossier d'images" | ||
en: "Can add a file in an image folder" | ||
- code: "sfs:can-delete-file" | ||
desc: | ||
fr: "Peut supprimer un fichier" | ||
en: "Can delete a file" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters