summaryrefslogtreecommitdiffstats
path: root/cmd/web/handlers.go (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-12Operations list shows ESs for each entityMatthew Lemon1-4/+9
2024-02-12wip: mating EPs with OperationsMatthew Lemon1-1/+12
2024-02-12An Operations list page now renders data in tableMatthew Lemon1-3/+1
2024-02-11wip: Cannot get the dynamic data to show up in templateMatthew Lemon1-6/+12
2024-02-11Adds an operations html templateMatthew Lemon1-4/+17
2024-02-11Have added a listAll handler for new operation modelMatthew Lemon1-0/+13
2024-02-10Implements Latest() organisation model methodMatthew Lemon1-11/+21
2024-02-10Adds the Get handler for organisation model and fixesMatthew Lemon1-24/+38
2024-02-10Adds the view handler for our organisation modelMatthew Lemon1-0/+4
2024-02-10Adds a comment above code to handle "/" routeMatthew Lemon1-0/+4
2024-02-10Adds missing importMatthew Lemon1-1/+0
2024-02-10Have added Insert handler for Organisation modelMatthew Lemon1-13/+19
2024-02-08Added nav partialMatthew Lemon1-2/+2
2024-02-08Created a /organisations/list routeMatthew Lemon1-1/+20
2024-02-08First proper use of templatesMatthew Lemon1-1/+1
2024-02-08First appearance of HTML on the home pageMatthew Lemon1-1/+33
2024-02-08Moved main to cmd/web and added routes() methodMatthew Lemon1-0/+18