summaryrefslogtreecommitdiffstats
path: root/internal/models/engagement.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Method to format an EngagementStrategy for renderingMatthew Lemon2024-02-121-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.
* Operations list shows ESs for each entityMatthew Lemon2024-02-121-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.
* wip: mating EPs with OperationsMatthew Lemon2024-02-121-0/+36