aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/organisations (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fixed a failing new test (essential service)Matthew Lemon2020-08-281-7/+4
|
* fixed some more view bugs related to db redesignMatthew Lemon2020-08-283-8/+6
|
* further work trying to get user views workingMatthew Lemon2020-08-273-12/+12
|
* massive - removed migrations and reform db schema - NOT COMPLETEMatthew Lemon2020-08-2712-296/+84
|
* further asserts added to the testMatthew Lemon2020-08-262-1/+14
|
* first passing test - making essential service an objectMatthew Lemon2020-08-261-3/+25
|
* started the rebuildMatthew Lemon2020-08-261-0/+6
|
* tweaksMatthew Lemon2020-08-241-1/+1
|
* list of other systems on form to add system for orgMatthew Lemon2020-08-141-2/+1
|
* working on adding list of existing systems to add system formMatthew Lemon2020-08-142-1/+5
|
* changed description field to funciton in ApplicableSystemMatthew Lemon2020-08-131-1/+1
|
* engagement events now appear on org pageMatthew Lemon2020-06-012-9/+10
|
* can add an engagement eventMatthew Lemon2020-06-011-0/+29
|
* added missing persmissions for viewsMatthew Lemon2020-06-011-2/+4
|
* improvements to the people list pageMatthew Lemon2020-06-011-2/+8
|
* moved some fixtures into conftestMatthew Lemon2020-06-011-5/+1
|
* consolidate to one conftestMatthew Lemon2020-06-011-34/+0
|
* tidy after mergeMatthew Lemon2020-06-011-16/+0
|
* people viewMatthew Lemon2020-05-311-1/+17
|\
| * working on test for cct_user to view person listMatthew Lemon2020-05-311-1/+35
| |
* | working on test for cct_user to view person listMatthew Lemon2020-05-314-9/+90
|/
* added sentinel userMatthew Lemon2020-05-313-9/+28
|
* another testing passing related to groupsMatthew Lemon2020-05-311-1/+20
|
* added a fixture file for an incident report if neededMatthew Lemon2020-05-301-0/+25
|
* cleaned up old User testsMatthew Lemon2020-05-302-19/+5
|
* cleaned up testsMatthew Lemon2020-05-303-29/+35
|
* tweaked the IR model and the form pageMatthew Lemon2020-05-295-28/+64
|
* prettifying the incident report page a bitMatthew Lemon2020-05-291-4/+13
|
* incident forms links to stakeholder home page nowMatthew Lemon2020-05-292-21/+57
|
* added dft handle statusMatthew Lemon2020-05-292-0/+35
|
* after a lot of pain, incident report form basically worksMatthew Lemon2020-05-295-11/+81
|
* IncidentReport model in place and func test passing so farMatthew Lemon2020-05-298-23/+182
|
* a lot of time and effort looking for a bug with selenium that wasnt thereMatthew Lemon2020-05-294-2/+34
|
* starting to test for org to work with incident formMatthew Lemon2020-05-283-10/+41
|
* setting up for testing incident report workMatthew Lemon2020-05-281-0/+2
|
* permissions set for OrganisationListViewMatthew Lemon2020-05-271-4/+2
|
* need to fix permission denied 403 testsMatthew Lemon2020-05-271-4/+9
|
* working through permissions issuesMatthew Lemon2020-05-271-3/+5
|
* swapped UserFactoryMatthew Lemon2020-05-251-0/+2
|
* linked stakeholder to userMatthew Lemon2020-05-252-1/+18
|
* in trying to create a Stakeholder model referenced from User, have removed ↵Matthew Lemon2020-05-256-22/+60
| | | | updated_by fields in other models and factories - was getting circular dep error
* fixed a test and some cleaningMatthew Lemon2020-05-232-6/+17
|
* started work on optional User as organisation.Person object - testsMatthew Lemon2020-05-221-2/+2
|
* how to do a raw CBV test - and not pretty...MR Lemon2020-05-142-0/+31
|
* refactored populate script into a new core app - better positioned for use ↵MR Lemon2020-05-132-637/+18
| | | | in tests
* started to think about tests for assessment appMR Lemon2020-05-121-1/+1
|
* basic population of IGP dataMR Lemon2020-05-121-1/+31
|
* tidied organisation create form - now with submit and cancel buttonsMR Lemon2020-05-052-26/+26
|
* first iteration of a passable create orgnisation form with address!MR Lemon2020-05-053-3/+85
|
* got rid of the crispy forms helper from the addresses inlineformset - going ↵MR Lemon2020-05-053-16/+5
| | | | to do it manually