aboutsummaryrefslogtreecommitdiffstats
path: root/src/models
Commit message (Expand)AuthorAgeFilesLines
* 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-283-7/+34
* Move functions to query/modify db to connection object.Harald Eilertsen2019-04-083-69/+3
* Add endpoint to fetch screenings from the database.Harald Eilertsen2019-04-081-0/+77
* Add models::film::by_title and models::room::by_name methods.Harald Eilertsen2019-04-082-0/+14
* Add route to fetch films from database.Harald Eilertsen2019-04-021-0/+43
* Actually fetch available rooms from the database.Harald Eilertsen2019-03-211-0/+35