summaryrefslogtreecommitdiffstats
path: root/engagements (follow)
Commit message (Collapse)AuthorAgeFilesLines
* wip: create assessment formMatthew Lemon2024-10-166-3/+171
|
* Fixes miss-named list view functionMatthew Lemon2024-10-164-0/+93
|
* Cleaned up the EP table for an orgMatthew Lemon2024-10-152-15/+3
|
* More CSS improvements and wip on profile pageMatthew Lemon2024-10-151-3/+4
| | | | | - uses dividers between divs which I'm not sure I like - etc
* Adds basic SOP model and adds it to adminMatthew Lemon2024-10-141-1/+10
|
* Reduces the size of the EP table for an organisationMatthew Lemon2024-10-141-23/+23
|
* removes erroneous return lineMatthew Lemon2024-10-141-1/+0
|
* Remove dummy data table from templateMatthew Lemon2024-10-141-19/+0
|
* Fixed DSCs and Officers in summary panelMatthew Lemon2024-10-142-12/+38
| | | | | | | | | Previously these were either hard-coded or missing. There is still a problem with the alignment of the SVG and the text in the CSS grid. The list of officers is based on officers added to the Engagement itself and the effort objects assigned to the engagement - it shows a compound of all.
* Fix hard-coded entity name in summary boxMatthew Lemon2024-10-141-1/+1
|
* Nice engagement duration text for summary box on detail pageMatthew Lemon2024-10-144-6/+51
|
* ruff cleanupMatthew Lemon2024-10-141-3/+1
|
* Fix the start and end dates being the sameMatthew Lemon2024-10-141-1/+1
|
* Adds submit button to form and fix date-span in summary box of eng. detailMatthew Lemon2024-10-143-6/+14
|
* Removed unneeded login_required on htmx function?Matthew Lemon2024-10-141-1/+0
|
* Now passes form testMatthew Lemon2024-10-141-2/+2
|
* Adds the snippet file missing from the last commitMatthew Lemon2024-10-141-0/+25
|
* Moved Edit Engagement form to a template includeMatthew Lemon2024-10-142-61/+6
|
* Adds starter HTML form for Engagement Strategy create formMatthew Lemon2024-09-101-9/+47
|
* Test passing for CreateView for ES create formMatthew Lemon2024-09-101-21/+9
|
* wip: testing the view containing the ES create formMatthew Lemon2024-09-104-8/+84
|
* Test passing for form for creating EngagementStrategyMatthew Lemon2024-09-102-45/+83
|
* ES basically doneMatthew Lemon2024-09-109-6/+160
|
* wip: implementing EngagementStrategyMatthew Lemon2024-09-104-12/+103
|
* Adds RegulatoryCycle modelMatthew Lemon2024-09-106-1/+102
|
* Finish the job of the last commitMatthew Lemon2024-09-102-4/+2
|
* Removes marks on fixtures to handle deprecation warningMatthew Lemon2024-09-103-3/+6
|
* Tests passingMatthew Lemon2024-09-092-6/+5
|
* Basic validation on start and end dates for EngagementMatthew Lemon2024-09-095-41/+168
| | | | - form validation when end date is before the start date
* Converted to pytest-style testMatthew Lemon2024-09-092-100/+75
|
* Skips test for nowMatthew Lemon2024-09-091-1/+1
|
* Fix filter in templateMatthew Lemon2024-09-061-1/+1
|
* Tidying up effort interfaceMatthew Lemon2024-09-063-158/+250
|
* Improved engagement detail page layout, using htmxMatthew Lemon2024-09-054-78/+181
|
* Adds a nice hover effect to the close crossMatthew Lemon2024-09-051-1/+1
|
* Improving the info box on effort formMatthew Lemon2024-09-051-5/+50
|
* Effort form looking much betterMatthew Lemon2024-09-052-19/+48
|
* wip: Improved form for adding engagement componentsMatthew Lemon2024-09-051-24/+62
| | | | - travel, planning, regulation and reporting forms look a bit nicer
* wip: sorting out forms for adding EngagementsMatthew Lemon2024-09-042-44/+71
|
* Removed most of w3 and working on fixing the forms.Matthew Lemon2024-08-309-728/+480
|
* Started journey to move to TailwindMatthew Lemon2024-08-293-55/+58
|
* Fix for CSRF and loginrequired middlewareMatthew Lemon2024-04-241-1/+1
|
* switched to DjangoMatthew Lemon2024-04-2327-0/+2043