summaryrefslogtreecommitdiffstats
path: root/internal/models/engagement.go (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-02-12Method to format an EngagementStrategy for renderingMatthew Lemon1-0/+8
The objective is to render a link to the ES in the Operations table. Only the start year and end year are required for it to make sense.
2024-02-12Operations list shows ESs for each entityMatthew Lemon1-11/+21
This was about two hours of learning, and getting confused - and it needs to be refactored. We need to be able to generate the list of EPs for the Operation also. At the moment this only prints the object representation. More work to be done writing a method that gives us the id and textual representation for the link in the table.
2024-02-12wip: mating EPs with OperationsMatthew Lemon1-0/+36