Skip to content

Commit

Permalink
hotfix: fix appdesc config (#19)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
flavien-hugs authored Nov 4, 2024
1 parent 61e82c8 commit 8fe7206
Showing 1 changed file with 56 additions and 32 deletions.
88 changes: 56 additions & 32 deletions appdesc.yml
Original file line number Diff line number Diff line change
@@ -1,34 +1,58 @@
- app:
name: "sfs"
-
app:
name: "likya"
title:
fr: "Service de stockage et gestion de fichiers"
en: "File storage and management service"
fr: "LIKYA: Plateforme de financement participatif (crowdfunding) pour le domaine médical"
en: "LIKYA: Crowdfunding platform for the medical field"
permissions:
- code: "sfs:can-read-bucket"
title:
fr: "Peut lire un dossier d'images"
en: "Can read an image folder"
- code: "sfs:can-create-bucket"
title:
fr: "Peut créer un dossier d'images"
en: "Can create an image folder"
- code: "sfs:can-delete-bucket"
title:
fr: "Peut supprimer un dossier d'images"
en: "Can delete an image folder"
- code: "sfs:can-write-bucket"
title:
fr: "Peut écrire dans un dossier d'images"
en: "Can write in an image folder"
- code: "sfs:can-read-file"
title:
fr: "Peut lire un fichier"
en: "Can read a file"
- code: "sfs:can-write-file"
title:
fr: "Peut ajouter un fichier dans un dossier d'images"
en: "Can add a file in an image folder"
- code: "sfs:can-delete-file"
title:
fr: "Peut supprimer un fichier"
en: "Can delete a file"
-
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"

0 comments on commit 8fe7206

Please sign in to comment.