ian-james / IFS

Immediate Feedback System for student programming assignments and essay writing
MIT License
5 stars 6 forks source link

Announcements #154

Closed kglovern closed 6 years ago

kglovern commented 6 years ago

Announcements feature

Database: Moved to objection.js to handle database - added relevant migrations and models -2 tables: announcements and announcement_exposure

Relevant routes: /announcements - list of all announcements /announcements/:id - Single announcement view /announcements/newCount - Count of unseen announcements (for angular badge) /admin/announcements - management panel for announcements (delete) /admin/announcements/new - creation panel for new announcements

GrantDouglas commented 6 years ago

Looked through it with Kevin, found a single issue with the expiry date format between MySQL and MariaDB, but that was fixed quickly enough.