summaryrefslogtreecommitdiffstats
path: root/cmd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implementing the templateCache in organisations listMatthew Lemon2024-02-152-13/+12
* Implemented template cacheMatthew Lemon2024-02-154-22/+73
* Operations list shows ESs for each entityMatthew Lemon2024-02-121-4/+9
* wip: mating EPs with OperationsMatthew Lemon2024-02-122-7/+20
* An Operations list page now renders data in tableMatthew Lemon2024-02-122-4/+2
* wip: Cannot get the dynamic data to show up in templateMatthew Lemon2024-02-112-6/+19
* Adds an operations html templateMatthew Lemon2024-02-111-4/+17
* Have added a listAll handler for new operation modelMatthew Lemon2024-02-113-0/+16
* Implements Latest() organisation model methodMatthew Lemon2024-02-101-11/+21
* Adds the Get handler for organisation model and fixesMatthew Lemon2024-02-102-27/+46
* Adds the view handler for our organisation modelMatthew Lemon2024-02-102-0/+6
* 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-102-13/+45
* Adds the Organisations modelMatthew Lemon2024-02-091-2/+5
* Adds the database driver and opens database poolMatthew Lemon2024-02-091-4/+36
* Adds flagsMatthew Lemon2024-02-091-2/+7
* Added nav partialMatthew Lemon2024-02-081-2/+2
* Created a /organisations/list routeMatthew Lemon2024-02-083-4/+35
* 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-083-0/+45