privatecoffee-website/templates
Kumi 2a174aa342
feat: Enhance data structure and transparency features
- Moved `finances.json` and `services.json` to a new `data` directory for better organization.
- Introduced `get_latest_month` function in `helpers/finances.py` to dynamically determine the latest financial reporting period.
- Updated `main.py` to use the new data paths and implement dynamic generation of the transparency report date, improving the clarity of financial reports.
- Modified `membership.html` template to display financial report for the dynamically determined latest month, enhancing transparency for donations.

These changes aim to improve data management, make financial reporting more transparent, and ensure users have access to the most current financial information. Moving JSON files to a dedicated directory helps with organizing resources better. By dynamically determining the latest financial period, the application now avoids hard-coded dates, increasing accuracy and reducing maintenance effort.
2024-05-29 15:04:57 +02:00
..
base.html feat: add dev mode warning and styling 2024-05-27 17:37:30 +02:00
index.html feat: enhance responsiveness and clean file references 2024-05-24 14:21:26 +02:00
legal.html feat(legal): streamline header for clarity 2024-05-27 13:32:14 +02:00
membership.html feat: Enhance data structure and transparency features 2024-05-29 15:04:57 +02:00
privacy.html refactor(privacy-policy): streamline content layout and styling 2024-05-27 17:25:21 +02:00
prod-warning.html feat: add dev mode warning and styling 2024-05-27 17:37:30 +02:00
simple.html refactor: Clarify Private.coffee's mission in web texts 2024-05-26 17:39:37 +02:00
terms.html feat(terms-page): enhance layout and readability 2024-05-28 07:41:35 +02:00