aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* reverted idea to use a custom manager to include NIS POC in systems listMatthew Lemon2020-03-064-7/+16
|
* View for list of ApplicableSystems includes nis_poc - custom ManagerMatthew Lemon2020-03-063-8/+9
|
* part way through defining a new queryset for ApplicableSystem modelMatthew Lemon2020-03-062-4/+7
|
* first attempt at a custom manager for applicablesystem modelMatthew Lemon2020-03-065-18/+50
|
* some tidying before closingMatthew Lemon2020-03-042-2/+1
|
* improved admin list for CAFs nowMatthew Lemon2020-03-041-1/+6
|
* added an all-in-one truncate and populate script and better population codeMatthew Lemon2020-03-042-14/+27
|
* removed redundant populate codeMatthew Lemon2020-03-041-8/+0
|
* appending version to caf nameMatthew Lemon2020-03-041-1/+1
|
* better table of applicable systemsMatthew Lemon2020-03-045-5/+7
|
* we now create one caf and one applicable service for each organisatonMatthew Lemon2020-03-044-15/+25
|
* removed owner field from CAF - daring!Matthew Lemon2020-03-047-6/+20
|
* renamed EssentialService to ApplicableSystem and a few other tweaksMatthew Lemon2020-03-0410-33/+116
|
* added TODOMatthew Lemon2020-03-031-0/+4
|
* ignoredMatthew Lemon2020-03-031-0/+1
|
* added formatted table for es - some scss tweaksMatthew Lemon2020-03-034-21/+31
|
* first stab at doing an essential services list pageMatthew Lemon2020-03-033-1/+52
|
* some tidyingMatthew Lemon2020-03-035-2/+41
|
* added extra fields to caf modelMatthew Lemon2020-03-036-3/+87
|
* populate script now assocatiates a single EngagementEvent with a CAFMatthew Lemon2020-03-022-10/+6
|
* better backwards queryingMatthew Lemon2020-03-021-1/+1
|
* populate script now creates some compliance inspectorsMatthew Lemon2020-03-022-10/+41
|
* todo included for next stepMatthew Lemon2020-02-291-0/+10
|
* populates with essential servicesMatthew Lemon2020-02-293-22/+35
|
* CAF factory basics but not essential services yetMatthew Lemon2020-02-284-7/+71
|
* renamed CAFFileStore to FileStoreMatthew Lemon2020-02-275-11/+28
|
* tweaks - added factories for CAFFileStore and DocumentFileMatthew Lemon2020-02-264-11/+43
|
* fixed issue where gradings didnt appear on caf admin pageMatthew Lemon2020-02-253-3/+28
|
* populate now does gradingsMatthew Lemon2020-02-257-36/+121
|
* tidingMatthew Lemon2020-02-254-6/+3
|
* Added new factories for Caf app.Matthew Lemon2020-02-252-0/+17
|
* introduced essential services everybodyMatthew Lemon2020-02-218-14/+201
|
* formattingMatthew Lemon2020-02-211-1/+8
|
* use of random.choice() and improving the factoriesMatthew Lemon2020-02-211-14/+18
|
* better sql truncate scriptMatthew Lemon2020-02-211-1/+6
|
* added truncate sql scriptMatthew Lemon2020-02-211-0/+6
|
* populate script now does EngagementEvent objectsMatthew Lemon2020-02-214-3/+97
|
* added first register models - engagement-relatedMatthew Lemon2020-02-217-6/+184
|
* Clean up and fixed failing test after factory changeMatthew Lemon2020-02-213-9/+5
|
* added job title to People admin pageMatthew Lemon2020-02-211-1/+1
|
* fixed test importsMatthew Lemon2020-02-213-25/+6
|
* clean READMEMatthew Lemon2020-02-211-74/+1
|
* fixed mobile in factoryMatthew Lemon2020-02-211-1/+1
|
* better primary email addressesMatthew Lemon2020-02-211-1/+1
|
* basic address added to factory scriptMatthew Lemon2020-02-212-12/+15
|
* improved populate script nowMatthew Lemon2020-02-202-21/+35
|
* part way through creating limited Organisation and Mode/SubMode objs in ↵Matthew Lemon2020-02-201-1/+19
| | | | populate_db command
* renamed generate_people command to populate_db because it has much more to doMatthew Lemon2020-02-201-0/+0
|
* fixed some Faker stuffMatthew Lemon2020-02-201-2/+2
|
* changed database rules so that deleting Users does not delete Organisation ↵Matthew Lemon2020-02-203-3/+59
| | | | and Person objects