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