ApplETS / ApplETS/Notre-Dame

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

Open
#1,111 0 comments 0 reactions 1 assignee Claimed by @Spoodern0t View on GitHub
enhancement
Dominant language
Dart
Stars
44
Forks
13
PR merge metrics
No merged PRs in 30d

Description

**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"
},
]
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.