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