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