dataforgoodfr / dataforgoodfr/14_Data4Trees
[D4T Backend] Modifier route "maps" pour utiliser un fichier de config différent en fonction de l'utilisateur
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 9
- Forks
- 0
- Avg merge
- 10d 11h
- Merged PRs (30d)
- 4
Description
As a user,, when I am authenticated, I can access to a map with data relevant to my role / project.
When user is not authenticated, the map should display only public accessible data.
Objectif
Modifier la route "maps" pour qu'elle puisse utiliser un fichier de config différent en fonction de l'utilisateur
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the TypeScript implementation of the "maps" route and trace how authentication status and configuration are currently handled. Identify the existing configuration entry points and verify the behavior for authenticated and unauthenticated users. Done means authenticated users receive data relevant to their role or project, while unauthenticated users see only publicly accessible data.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api, authentication, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100