Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adds an operations html template | Matthew Lemon | 2024-02-11 | 4 | -5/+57 |
* | Have added a listAll handler for new operation model | Matthew Lemon | 2024-02-11 | 4 | -5/+54 |
* | Started the Operation model | Matthew Lemon | 2024-02-11 | 2 | -1/+43 |
* | Further tinkering with CSS | Matthew Lemon | 2024-02-11 | 3 | -5/+11 |
* | Adds entr command to re-run run command | Matthew Lemon | 2024-02-11 | 1 | -0/+3 |
* | Started mocking out home page in HTML and CSS | Matthew Lemon | 2024-02-11 | 2 | -0/+42 |
* | Adds small-font css | Matthew Lemon | 2024-02-11 | 4 | -3/+933 |
* | wip: tweak to font size | Matthew Lemon | 2024-02-11 | 1 | -3/+3 |
* | Implements Latest() organisation model method | Matthew Lemon | 2024-02-10 | 2 | -11/+51 |
* | Adds the Get handler for organisation model and fixes | Matthew Lemon | 2024-02-10 | 4 | -28/+70 |
* | 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 | 4 | -53/+58 |
* | Adds the Organisations model | Matthew Lemon | 2024-02-09 | 2 | -2/+34 |
* | Adds the database driver and opens database pool | Matthew Lemon | 2024-02-09 | 1 | -4/+36 |
* | Adds flags | Matthew Lemon | 2024-02-09 | 2 | -3/+11 |
* | Adds my-sql driver dependency | Matthew Lemon | 2024-02-09 | 2 | -0/+4 |
* | Adds a populate.sql script | Matthew Lemon | 2024-02-09 | 2 | -0/+31 |
* | Added nav partial | Matthew Lemon | 2024-02-08 | 3 | -3/+8 |
* | Created a /organisations/list route | Matthew Lemon | 2024-02-08 | 7 | -5/+91 |
* | First proper use of templates | Matthew Lemon | 2024-02-08 | 3 | -3/+14 |
* | First appearance of HTML on the home page | Matthew Lemon | 2024-02-08 | 2 | -1/+46 |
* | Moved main to cmd/web and added routes() method | Matthew Lemon | 2024-02-08 | 5 | -19/+46 |
* | Adds a Makefile | Matthew Lemon | 2024-02-08 | 1 | -0/+8 |
* | Adds Dockerfile | Matthew Lemon | 2024-01-31 | 1 | -0/+8 |
* | Initial commit for testing | Matthew Lemon | 2024-01-31 | 2 | -0/+21 |