0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python10 forks (10 forks)auto 404
Good First IssueTask
Repository metrics
- Stars
- 65 stars (65 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
- Add close button to ZoneSummaryPanel
- Hide 'Combustible Land' chart when no data available
- Display message in ZoneSummaryPanel when no data available for selected date
- Fix map centre/zoom when selecting a fire zone
- Fix overlapping form controls when making window narrow
Contributor guide
- Research direction
- Start by locating the ZoneSummaryPanel component and the map component in the codebase. Understand how data is passed to the chart and add conditional rendering to hide it when empty. For the map, investigate the event handler that sets centre/zoom when a fire zone is selected. Finally, use the browser's responsive mode to reproduce the overlapping form controls and adjust the CSS/Flexbox layout accordingly.
- Tech stack
- python
- Domain
- frontend
- Issue type
- Feature
- Prerequisites
- GitPython