Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Now lists basic CAF events on CAF detail page | Matthew Lemon | 2020-10-02 | 4 | -4/+48 | |
| | ||||||
* | added some new CAF events | Matthew Lemon | 2020-10-02 | 1 | -7/+14 | |
| | ||||||
* | Jquery to change dropdowns on engagement add form | Matthew Lemon | 2020-10-02 | 2 | -13/+13 | |
| | | | | | | | | | | tinkering with jquery fixed some bad alignment better handling of related-cafs field now quick removal of bad console log | |||||
* | jquery code to manipulate the engagement event form | Matthew Lemon | 2020-10-02 | 1 | -2/+28 | |
| | ||||||
* | removed old FIXME | Matthew Lemon | 2020-10-02 | 1 | -5/+0 | |
| | ||||||
* | tidying | Matthew Lemon | 2020-10-02 | 5 | -8/+52 | |
| | ||||||
* | CAFs are listed on applicable system page | Matthew Lemon | 2020-10-01 | 1 | -5/+13 | |
| | ||||||
* | test for model function to get cafs from an applicable system | Matthew Lemon | 2020-10-01 | 5 | -2/+51 | |
| | ||||||
* | formatting | Matthew Lemon | 2020-10-01 | 1 | -1/+1 | |
| | ||||||
* | taken the day out of a date format string | Matthew Lemon | 2020-10-01 | 1 | -1/+1 | |
| | ||||||
* | Delete button now works for Engagement Event | Matthew Lemon | 2020-09-29 | 5 | -17/+45 | |
| | ||||||
* | Can save new Engagement Event form with hidden user field - PAIN | Matthew Lemon | 2020-09-29 | 5 | -11/+26 | |
| | ||||||
* | Can now add an engagement event from org detail with only relevant people in ↵ | Matthew Lemon | 2020-09-29 | 6 | -8/+27 | |
| | | | | | | | | | | | | dropdown nearly converted engagement event form so that it is based on org tidy in prep for big change to engagement event form link to related CAF included in the OES engagements table formatting | |||||
* | OES engagements on org detail page improved with dates | Matthew Lemon | 2020-09-29 | 3 | -10/+62 | |
| | ||||||
* | Tidied up the CAF table on org detail page | Matthew Lemon | 2020-09-23 | 3 | -141/+234 | |
| | | | | | | | | | | | | removed edit links fixed the damn row divs... some improvements, some regressions in HTML layout more changes working on better presentation of CAF data on org detail page | |||||
* | fixed incorrect url reference | Matthew Lemon | 2020-09-15 | 1 | -1/+1 | |
| | ||||||
* | pycharm suggested refactor | Matthew Lemon | 2020-09-15 | 1 | -3/+1 | |
| | ||||||
* | Reformatting in Pycharm | Matthew Lemon | 2020-09-15 | 1 | -4/+4 | |
| | ||||||
* | some html changes | Matthew Lemon | 2020-09-14 | 3 | -28/+46 | |
| | ||||||
* | tidied up person detail page | Matthew Lemon | 2020-09-14 | 2 | -7/+19 | |
| | ||||||
* | controlling table columns on the person detail page | Matthew Lemon | 2020-09-11 | 1 | -85/+85 | |
| | ||||||
* | more work | Matthew Lemon | 2020-09-11 | 1 | -4/+40 | |
| | ||||||
* | working on Person detail page | Matthew Lemon | 2020-09-11 | 5 | -1/+84 | |
| | ||||||
* | can delete systems and re-add them with convoluted admin procedure | Matthew Lemon | 2020-09-11 | 1 | -1/+4 | |
| | ||||||
* | added submode to table | Matthew Lemon | 2020-09-10 | 1 | -2/+2 | |
| | ||||||
* | moving forward with systems in scope list page | Matthew Lemon | 2020-09-10 | 3 | -43/+47 | |
| | ||||||
* | amended database scripts to accommidate linux and openbsd environments | Matthew Lemon | 2020-09-07 | 2 | -3/+17 | |
| | ||||||
* | added django_pdb dependency as this was causing problems | Matthew Lemon | 2020-09-07 | 1 | -0/+1 | |
| | ||||||
* | linking up essential service, ass and org detail html | Matthew Lemon | 2020-09-04 | 5 | -2/+50 | |
| | ||||||
* | factory boy to 3.0.1 | Matthew Lemon | 2020-09-03 | 5 | -10/+12 | |
| | ||||||
* | better admin list for essential services | Matthew Lemon | 2020-09-03 | 1 | -0/+1 | |
| | ||||||
* | added EssentialService as an inline on the Org admin page | Matthew Lemon | 2020-09-03 | 1 | -2/+8 | |
| | ||||||
* | Merge branch 'db_rewrite' into master | Matthew Lemon | 2020-09-02 | 54 | -853/+477 | |
|\ | ||||||
| * | now limited queryset for essential service when creating new as from org | Matthew Lemon | 2020-09-02 | 1 | -0/+3 | |
| | | ||||||
| * | can now add a new system via the org user page | Matthew Lemon | 2020-09-02 | 4 | -20/+29 | |
| | | ||||||
| * | reordered cards | Matthew Lemon | 2020-08-28 | 1 | -17/+19 | |
| | | ||||||
| * | started adding new content to org detail page - ess service | Matthew Lemon | 2020-08-28 | 2 | -16/+50 | |
| | | ||||||
| * | fixed all non-functional tests now | Matthew Lemon | 2020-08-28 | 1 | -1/+1 | |
| | | ||||||
| * | fixed a failing new test (essential service) | Matthew Lemon | 2020-08-28 | 1 | -7/+4 | |
| | | ||||||
| * | fixed some more view bugs related to db redesign | Matthew Lemon | 2020-08-28 | 4 | -10/+8 | |
| | | ||||||
| * | tracked down the bastard | Matthew Lemon | 2020-08-28 | 5 | -15/+36 | |
| | | ||||||
| * | further work trying to get user views working | Matthew Lemon | 2020-08-27 | 6 | -19/+19 | |
| | | ||||||
| * | essential service now on admin and further work to schema | Matthew Lemon | 2020-08-27 | 7 | -13/+53 | |
| | | ||||||
| * | added utility scripts for dropping database, etc | Matthew Lemon | 2020-08-27 | 3 | -0/+16 | |
| | | ||||||
| * | massive - removed migrations and reform db schema - NOT COMPLETE | Matthew Lemon | 2020-08-27 | 39 | -804/+224 | |
| | | ||||||
| * | further asserts added to the test | Matthew Lemon | 2020-08-26 | 3 | -1/+17 | |
| | | ||||||
| * | first passing test - making essential service an object | Matthew Lemon | 2020-08-26 | 3 | -4/+57 | |
| | | ||||||
| * | started the rebuild | Matthew Lemon | 2020-08-26 | 3 | -5/+20 | |
|/ | ||||||
* | tweaks | Matthew Lemon | 2020-08-24 | 2 | -2/+2 | |
| | ||||||
* | list of other systems on form to add system for org | Matthew Lemon | 2020-08-14 | 2 | -5/+8 | |
| |