aboutsummaryrefslogtreecommitdiffstats
path: root/src/notifier/migrations/0002_auto_20181102_1631.py
AgeCommit message (Collapse)AuthorFilesLines
2023-10-26Removing project content and adding a noteHEADmasterGergely Csatari1-44/+0
that the development continues in GitHub Change-Id: I25c58a679dbf92b2367d826429b7cda936bf9f0e Signed-off-by: Gergely Csatari <gergely.csatari@nokia.com>
2018-11-07Rewrite Notification subsystemParker Berberian1-0/+44
In this commit: - delete a lot of really bad and / or unused code - redesign a much simpler Notification model - create and send notifications to the user's inbox on booking start & end - migrations - emails user when booking is ready and when it ends Not in this commit: - Creating notifications from lab messages - warning messages when a booking is about to end - creating "summary" notifications when e.g. a booking has been fulfilled by a lab Change-Id: I69b4dc36c3f2bce76d810106baadeef5a562cc7d Signed-off-by: Parker Berberian <pberberian@iol.unh.edu>