Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Quick Links] Create a firebase remote config to store links #1111

Open
XavierPaquet-Rapold opened this issue Dec 12, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@XavierPaquet-Rapold
Copy link
Contributor

Is your feature request related to a problem? Please describe.
As a developer, I want to add, remove or modify the quick links without updating the application.

Describe the solution you'd like
Create a firebase remote config containing the name, icon url and url of the app in the quick links. The icons would be stored in a firebase storage

Example:

[
  {
    "id": "1",
    "nameFr": "Sécurité",
    "nameEn": "Security",
    "icon": "shield-halved",
    "link": "security"
  },
  {
    "id": "2",
    "nameFr": "MonÉTS",
    "nameEn": "MonÉTS",
    "remotePath": "ic_monets_sans_nom_red.png",
    "link": "https://portail.etsmtl.ca/home"
  },
]
@XavierPaquet-Rapold XavierPaquet-Rapold added the enhancement New feature or request label Dec 12, 2024
@github-project-automation github-project-automation bot moved this to To do in Kanban Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: To do
Development

No branches or pull requests

1 participant