crux-bphc / chronofactorem-rewrite

A rewrite of our ChronoFactorem project
https://www.chrono.crux-bphc.com/
MIT License
12 stars 3 forks source link

Improve error handling #194

Closed Samirkhairati closed 1 month ago

Samirkhairati commented 1 month ago
  1. Disabled edit and copy frontend Icons for archived timetables in view/edit timetable pages
  2. Improved 404 page design and extracted it to a component
  3. Removed zod validation for minimum characters for timetable ID for consistency
  4. Redirect to 404 page when viewing or editing timetables that do not exist

Closes #189