-
Notifications
You must be signed in to change notification settings - Fork 73
Caspian Final Project #113
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
base: main
Are you sure you want to change the base?
Conversation
…o the landing page, auth flow and some of the basic functionality.
- Add SurvivalRateChart with pie chart and percentage display - Add AverageHeightChart with line chart showing time series data - Add CO2AbsorptionChart with bar chart for absorption tracking - Update dashboard with responsive chart grid layout - Replace placeholder content with real chart components - Add custom tooltips and legends for better UX
- Add DateRangePicker component with react-datepicker - Add ForestSelector component with multi-select and search - Add GlobalFilters component that combines both filters - Implement debounced filter updates (1s delay) - Add filter state management and active filter display - Update dashboard to include global filters - Add reset functionality and clear all filters
- Add ForestMap component with custom tree markers - Create MapPage with tree detail panel - Integrate global filters with map view - Add map controls and legend - Implement tree selection and detail display - Add map route to App.jsx - Update navigation between dashboard and map - Add custom tree icons with health status colors
…ation - Remove test-login endpoint bypass - Restore rate limiting on auth endpoints - Add debug endpoints for user verification - Add seed-users endpoint for production database setup - Enhanced debugging in login process 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
- Switch from test-login to proper /auth/login endpoint - Remove temporary authentication bypass 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
JennieDalgren
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| @@ -0,0 +1,28 @@ | |||
| import http from 'http'; | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
⭐
| "styled-components": "^6.1.19", | ||
| "tailwind-merge": "^3.3.1", | ||
| "tailwindcss": "^3.3.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
?
Stick to one approach and remove what you are not using.
|
Hi @JennieDalgren, got this fixed now! |
JennieDalgren
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What a well polished project. I know from experience how tricky it can be working with dashboards and graphs like this. Your design is great, the animations, the theme switcher and the colors.
I don't understand that much about forests in general but here it seems to be a bug with the colors on the legend vs the diagram?

You code base is well structured and you have implemented more than the requirements asked.
Your project is approved with VG

No description provided.