Commit graph

11 commits

Author SHA1 Message Date
Paul van Tilburg 15b8dbe614 Remove an old debug statement 2017-12-27 21:50:46 +01:00
Paul van Tilburg 85e25a9b5c Add the handler for converting temp list data to HTML 2017-12-27 21:32:16 +01:00
Paul van Tilburg 167eda78e9 Implement saving a list; make the lists mutable using an RW lock
It currently only saves to memory.  So, if the application restart,
the lists are back to what is in the list files.
2017-12-27 17:36:26 +01:00
Paul van Tilburg 950e031c35 Add handlers for retrieving the list in JSON and rendered HTML format 2017-12-23 22:36:03 +01:00
Paul van Tilburg 23af7ab2be Complete rework the index view
* Manage the vector of loads lists in the state
* Use a struct as the context for the index template
* Rework the _layout and index templates; remove hardcoded examples
2017-12-23 22:20:57 +01:00
Paul van Tilburg 5dc71e82d3 Use the index Tera template for the index GET route 2017-12-17 13:23:08 +01:00
Paul van Tilburg 8ebea2e79c Add a module for loading/parsing the lists 2017-12-17 13:19:27 +01:00
Paul van Tilburg f1b1d1e398 Add support for Tera templates 2017-12-06 16:47:55 +01:00
Paul van Tilburg 1a6b577854 Split up setting up Rocket into a separate function 2017-12-06 15:38:07 +01:00
Paul van Tilburg e742a997dc Add support for serving static files from static/ 2017-12-06 15:34:56 +01:00
Paul van Tilburg 3a66d85dcd Initial import of Rocket boilerplate 2017-12-06 15:29:10 +01:00