Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2024-02-10 | Adds a comment above code to handle "/" route | Matthew Lemon | 1 | -0/+4 |
2024-02-10 | Adds missing import | Matthew Lemon | 1 | -1/+0 |
2024-02-10 | Have added Insert handler for Organisation model | Matthew Lemon | 2 | -13/+45 |
2024-02-09 | Adds the Organisations model | Matthew Lemon | 1 | -2/+5 |
2024-02-09 | Adds the database driver and opens database pool | Matthew Lemon | 1 | -4/+36 |
2024-02-09 | Adds flags | Matthew Lemon | 1 | -2/+7 |
2024-02-08 | Added nav partial | Matthew Lemon | 1 | -2/+2 |
2024-02-08 | Created a /organisations/list route | Matthew Lemon | 3 | -4/+35 |
2024-02-08 | First proper use of templates | Matthew Lemon | 1 | -1/+1 |
2024-02-08 | First appearance of HTML on the home page | Matthew Lemon | 1 | -1/+33 |
2024-02-08 | Moved main to cmd/web and added routes() method | Matthew Lemon | 3 | -0/+45 |