aboutsummaryrefslogtreecommitdiffstats
path: root/src/models/screening.rs
Commit message (Expand)AuthorAgeFilesLines
* models: Drop unused import.Harald Eilertsen2020-08-251-1/+0
* Implement edit screenings in web ui.Harald Eilertsen2020-08-231-1/+2
* Change start/end times to complete timestamps.Harald Eilertsen2020-08-231-10/+6
* Update deps, drop serde_derive.Harald Eilertsen2020-08-221-1/+1
* Rename ScreeningRecord model to ScreeningHarald Eilertsen2019-08-101-2/+2
* Rename Screening model to AggregateScreeningHarald Eilertsen2019-08-101-4/+5
* Update /screenings endpoint to return full info on screenings.Harald Eilertsen2019-04-281-5/+32
* Move functions to query/modify db to connection object.Harald Eilertsen2019-04-081-35/+1
* Add endpoint to fetch screenings from the database.Harald Eilertsen2019-04-081-0/+77