aboutsummaryrefslogtreecommitdiffstats
path: root/src/models.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add db::get_screeinings to get plain screening model.Harald Eilertsen2019-08-101-1/+1
|
* Rename Screening model to AggregateScreeningHarald Eilertsen2019-08-101-1/+1
|
* Import model structs to main models module.Harald Eilertsen2019-04-081-0/+4
|
* Add endpoint to fetch screenings from the database.Harald Eilertsen2019-04-081-0/+1
| | | | | | Not entirely happy about the way this turned out for now. A more ergonomic return type from the models::screenings::get_all() function will be investigated.
* Add route to fetch films from database.Harald Eilertsen2019-04-021-0/+1
|
* Actually fetch available rooms from the database.Harald Eilertsen2019-03-211-0/+19