summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* improve test password for populate scriptmainMatthew Lemon2024-10-233-2/+4
|
* Manual django version bumpMatthew Lemon2024-10-233-6/+6
|
* Merge pull request #107 from defencedigital/dependabot/pip/django-5.0.9Yulqen2024-10-232-2/+2
|\ | | | | Bump django from 5.0.4 to 5.0.9
| * Bump django from 5.0.4 to 5.0.9dependabot[bot]2024-10-212-2/+2
|/ | | | | | | | | | | | Bumps [django](https://github.com/django/django) from 5.0.4 to 5.0.9. - [Commits](https://github.com/django/django/compare/5.0.4...5.0.9) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* wip: create assessment formMatthew Lemon2024-10-166-3/+171
|
* Updated requirements to use and pyproject.tomlMatthew Lemon2024-10-162-55/+410
|
* Fixes miss-named list view functionMatthew Lemon2024-10-166-2/+96
|
* Cleaned up the EP table for an orgMatthew Lemon2024-10-153-43/+8
|
* More CSS improvements and wip on profile pageMatthew Lemon2024-10-157-14/+75
| | | | | - uses dividers between divs which I'm not sure I like - etc
* Adds inspector designation to tableMatthew Lemon2024-10-151-0/+2
|
* wip: improving the inspector profile pageMatthew Lemon2024-10-152-7/+23
|
* Changes to Tailwind configurationMatthew Lemon2024-10-154-814/+58
| | | | | | - removed DaisyUI - added a script to compile tailwind (with watch) - added a test additional colour (purple)
* Reformats the Sharepoint link cellsMatthew Lemon2024-10-141-3/+2
|
* We have a basic SOP list viewMatthew Lemon2024-10-145-1/+81
| | | | | | | | | - added the new url file - styled similar to EP list for organisation - uses a spanned row in the table for a description or summary of the document - TODO: update the model to use the summary row - TODO: add more metadata
* quick removal of unneeded variable assignmentMatthew Lemon2024-10-141-1/+1
|
* Adds basic SOP model and adds it to adminMatthew Lemon2024-10-146-2/+120
|
* 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
|
* Merge branch 'postgres-migration'Matthew Lemon2024-10-140-0/+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
| |
| * Fix navbar to have DED and new menu itemMatthew Lemon2024-10-141-1/+2
| |
| * Ignore tags fileMatthew Lemon2024-10-141-0/+1
| |
| * Nice engagement duration text for summary box on detail pageMatthew Lemon2024-10-074-6/+51
| |
| * ruff cleanupMatthew Lemon2024-10-071-3/+1
| |
| * Fix the start and end dates being the sameMatthew Lemon2024-10-071-1/+1
| |
| * Adds submit button to form and fix date-span in summary box of eng. detailMatthew Lemon2024-10-073-6/+14
| |
| * ignore direnv fileMatthew Lemon2024-10-071-0/+1
| |
| * Removed unneeded login_required on htmx function?Matthew Lemon2024-09-121-1/+0
| |
| * Now passes form testMatthew Lemon2024-09-121-2/+2
| |
| * Adds the snippet file missing from the last commitMatthew Lemon2024-09-121-0/+25
| |
| * Moved Edit Engagement form to a template includeMatthew Lemon2024-09-122-61/+6
| |
* | 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
| |
* | Fix navbar to have DED and new menu itemMatthew Lemon2024-10-141-1/+2
| |
* | Ignore tags fileMatthew Lemon2024-10-141-0/+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
| |
* | ignore direnv fileMatthew Lemon2024-10-141-0/+1
| |
* | 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
| |
* | Merge pull request #106 from defencedigital/postgres-migrationYulqen2024-09-1025-341/+1398
|\| | | | | Adds new Engagement Strategy stuff
| * 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
| |