arbret/backend
counterweight 4d5673f181
Standardize timezone usage to timezone.utc
- Replaced all UTC imports with timezone imports
- Changed all datetime.now(UTC) to datetime.now(timezone.utc)
- Consistent with booking.py and more explicit about timezone usage
- Updated models.py, routes/auth.py, and routes/invites.py
2025-12-21 17:58:43 +01:00
..
routes Standardize timezone usage to timezone.utc 2025-12-21 17:58:43 +01:00
tests Fix: Add pagination to admin appointments endpoint 2025-12-21 17:32:25 +01:00
auth.py reviewed 2025-12-20 22:38:39 +01:00
database.py with some tests 2025-12-18 21:48:41 +01:00
env.example reviewed 2025-12-20 22:38:39 +01:00
invite_utils.py first implementation 2025-12-20 11:12:11 +01:00
main.py Phase 6: Admin appointments view and cancellation with UI and backend tests 2025-12-21 00:30:09 +01:00
models.py Standardize timezone usage to timezone.utc 2025-12-21 17:58:43 +01:00
pyproject.toml implemented 2025-12-19 10:12:55 +01:00
pytest.ini tests passing 2025-12-18 22:08:31 +01:00
schemas.py Add backend validation for note length using constant 2025-12-21 17:56:38 +01:00
seed.py first round of review 2025-12-19 10:30:23 +01:00
shared_constants.py Fix: Load booking constants from shared/constants.json 2025-12-21 17:29:39 +01:00
validate_constants.py Phase 0: Add booking permissions and constants 2025-12-20 23:30:08 +01:00
validation.py implemented 2025-12-20 23:06:05 +01:00
words.txt first implementation 2025-12-20 11:12:11 +01:00