refactor roi calc js into modular files
This commit is contained in:
parent
51d80364c0
commit
afe3817395
11 changed files with 1611 additions and 1144 deletions
|
|
@ -66,7 +66,9 @@ uv run --extra dev manage.py collectstatic
|
|||
|
||||
### Frontend Assets
|
||||
- Static files in `hub/services/static/`
|
||||
- JavaScript organized by feature (price-calculator/, roi-calculator.js)
|
||||
- JavaScript organized by feature:
|
||||
- `price-calculator/` - Modular price calculator components
|
||||
- `roi-calculator/` - Modular ROI calculator with separate concerns (core, UI, charts, exports)
|
||||
- CSS using Bootstrap 5 with custom styling
|
||||
- Chart.js for data visualization
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue