Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adds an operations html template | Matthew Lemon | 2024-02-11 | 1 | -1/+3 |
| | | | | | Does not contain any dynamic data at this point, i.e. does not actually list the operations from the database - just dummy data at this point. | ||||
* | Have added a listAll handler for new operation model | Matthew Lemon | 2024-02-11 | 1 | -5/+38 |
| | | | | | | | This is the first attempt at querying a table with a foreign key relation and returning the result to be used in Go code. Learned quite a bit! Including getting a null pointer error because I forgot to initialise the sql.DB in the application structure. | ||||
* | Started the Operation model | Matthew Lemon | 2024-02-11 | 1 | -0/+16 |