Commit Graph
4 Commits
Author SHA1 Message Date
westfarn 249163c21d Show paid status in admin and filter CSV exports by year (#30)
CI / test (pull_request) Successful in 5s
Unit Tests / test (pull_request) Successful in 5s
## Summary
Closes #30.
- Green check on membership/person admin when a current-year payment email matches
- Year picker on membership and payment CSV downloads
- Payments admin search by email, plus year list filters
2026-09-03 15:48:57 -05:00
westfarn f37ff3e87b Add start/end time fields to CalendarEvent (#28) (#29)
Unit Tests / test (push) Successful in 3s
## Summary
Closes #28.

- Add optional `start_time` / `end_time` (`TimeField`) on `CalendarEvent`
- Expose times in Django admin list + form
- Replace hardcoded calendar template times with `time_range_display`
- Add migration `0013` and unit coverage for time formatting

## Test plan
- [ ] `python manage.py migrate`
- [ ] `python manage.py test schasite.tests.CalendarEventTests`
- [ ] In admin, edit an event with start/end times and confirm calendar page shows them
- [ ] Confirm events without times hide the Time rowReviewed-on: #29
2026-08-04 11:00:24 -07:00
westfarn b9aee578c3 redesign proto 2025-04-15 12:18:03 -05:00
westfarn cdbbea7711 inital check in 2025-03-07 12:15:48 -06:00