dataforgoodfr / dataforgoodfr/14_Data4Trees
Feat(Map Data Points): Distinguish "Temoin" points and "Beneficiary" Points
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 9
- Forks
- 0
- Avg merge
- 10d 11h
- Merged PRs (30d)
- 4
Description
Objective
As a user, I want to know if a data point is a "control" or "beneficiary" point.
Context
Currently in the webapp, for a given layer, all data points are displayed the same way, with an icon.
What we want to achieve is to change the icon (more precisely the icon color) depending on one field of the data point.
I know it is possible to interpolate the fill-color of a polygon depending on the value of a field, so it might be possible to interpolate the icon depending on the value of a field.
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 in the webapp entry point that renders layer data points and inspect how point icons and their properties are configured. Identify the data field that distinguishes “Temoin” and “Beneficiary” points, then determine how the icon color can vary by that value. Done means the two point types are visibly distinguishable on the map and existing point rendering still works.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- data-visualization, frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100