Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-02-12 | An Operations list page now renders data in table | Matthew Lemon | 1 | -1/+1 | |
The data is fetched from the database and uses html/template to render the rows in a list. A critical bug was not including the dot in {{ template "main" . }} in the base template. THIS MEANT THAT NO DATA PASSED TO ExecuteTemplate function rendered and took a long time to figure out. | |||||
2024-02-08 | Added nav partial | Matthew Lemon | 1 | -1/+1 | |
Added a partial html for the navigation bar. So far it just has a link to "Home" on it. | |||||
2024-02-08 | Created a /organisations/list route | Matthew Lemon | 1 | -0/+3 | |
There is also some basic CSS here. Also introduced a proper structured logger. | |||||
2024-02-08 | First proper use of templates | Matthew Lemon | 1 | -2/+7 | |
2024-02-08 | First appearance of HTML on the home page | Matthew Lemon | 1 | -0/+13 | |