mirror of
https://github.com/vee1e/bitsat_predictor.git
synced 2026-09-01 10:59:02 +00:00
* minor changes
* Make more minimalist
* add changes requested by client
* refactor: move graph gen to client, add filters
Backend:
- Change /graph endpoint to return raw branch data instead of full Plotly config
- Remove plotly dependency from backend
- Return JSON: {branches: [{name, years, marks}, ...]}
Frontend:
- Build Plotly traces client-side from raw data
- Add degree filter (All/B.E./M.Sc.)
- Add Phoenix branches filter
- Fix CORS URL configuration
- Remove problematic animation causing flashing
* fix any pending issues
---------
Co-authored-by: pranav <pranavu8406@gmail.com>
|
||
|---|---|---|
| .. | ||
| cutoffs | ||
| predictions | ||
| .gitignore | ||
| Dockerfile | ||
| main.py | ||
| pyproject.toml | ||
| uv.lock | ||