aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/organisations (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-03-03some tidyingMatthew Lemon1-1/+1
2020-03-03added extra fields to caf modelMatthew Lemon2-1/+21
2020-03-02populate script now assocatiates a single EngagementEvent with a CAFMatthew Lemon1-0/+6
2020-03-02populate script now creates some compliance inspectorsMatthew Lemon2-10/+41
2020-02-29populates with essential servicesMatthew Lemon1-3/+28
2020-02-28CAF factory basics but not essential services yetMatthew Lemon1-4/+15
2020-02-27renamed CAFFileStore to FileStoreMatthew Lemon1-2/+2
2020-02-26tweaks - added factories for CAFFileStore and DocumentFileMatthew Lemon1-1/+4
2020-02-25populate now does gradingsMatthew Lemon1-0/+9
2020-02-21formattingMatthew Lemon1-1/+8
2020-02-21use of random.choice() and improving the factoriesMatthew Lemon1-14/+18
2020-02-21populate script now does EngagementEvent objectsMatthew Lemon1-0/+28
2020-02-21Clean up and fixed failing test after factory changeMatthew Lemon2-8/+2
2020-02-21added job title to People admin pageMatthew Lemon1-1/+1
2020-02-21fixed test importsMatthew Lemon3-25/+6
2020-02-21fixed mobile in factoryMatthew Lemon1-1/+1
2020-02-21better primary email addressesMatthew Lemon1-1/+1
2020-02-21basic address added to factory scriptMatthew Lemon2-12/+15
2020-02-20improved populate script nowMatthew Lemon2-21/+35
2020-02-20part way through creating limited Organisation and Mode/SubMode objs in ↵Matthew Lemon1-1/+19
populate_db command
2020-02-20renamed generate_people command to populate_db because it has much more to doMatthew Lemon1-0/+0
2020-02-20fixed some Faker stuffMatthew Lemon1-2/+2
2020-02-20changed database rules so that deleting Users does not delete Organisation ↵Matthew Lemon3-3/+59
and Person objects
2020-02-20fixed failing organisation testMatthew Lemon1-1/+1
2020-02-20tidied up the management commandMatthew Lemon1-20/+5
2020-02-20new migrationjs and generate_people command workingMatthew Lemon4-9/+28
2020-02-20Removed test for creating Organisation for now.Matthew Lemon1-6/+0
2020-02-20failing test - need to tweak dbMatthew Lemon2-6/+29
2020-02-19PersonFactory fixed - properly now, it gets a predecessor. Need to test with ↵Matthew Lemon1-1/+1
the database.
2020-02-19Fixed PersonFactoryMatthew Lemon2-3/+3
2020-02-19new migrations and working through factory issueMatthew Lemon7-112/+172
2020-02-18seems to be a bug in factory_boy - not creating self-referential factoryMatthew Lemon1-12/+67
2020-02-18start fresh with migrations - might have to DROP DB and migrate againMatthew Lemon22-596/+131
2020-02-18part way through writing management command for populating dbMatthew Lemon1-19/+19
2020-02-18formattingMatthew Lemon1-2/+6
2020-02-17part way through creating fixture factoriesMatthew Lemon1-0/+65
2020-02-17added a lot of Person fieldsMatthew Lemon4-2/+195
2020-02-17added active, comments, updated_by fields to organisationMatthew Lemon5-2/+76
2020-02-17added registered company name and number and blank formattedMatthew Lemon2-2/+29
2020-02-17pluralised to peopleMatthew Lemon1-0/+3
2020-02-17added designation field for organisatonMatthew Lemon2-0/+25
2020-01-29some pointless flake8ismsMatthew Lemon1-2/+2
2020-01-25Submodes added and other person detailsMatthew Lemon6-5/+118
2020-01-25Better adminMatthew Lemon4-3/+121
2020-01-24Played about with CSS/templates and tinkered with adminMatthew Lemon6-6/+116
2020-01-21refining the admin site for organisationsMatthew Lemon2-1/+8
2020-01-21using stackedinline for adding organisation/address in adminMatthew Lemon2-7/+11
2020-01-21fixed blank= value on model fieldMatthew Lemon2-1/+25
2020-01-21reconfigured Address and Organisation relationshipMatthew Lemon4-22/+57
2020-01-21testing we can update an organisationMatthew Lemon1-0/+21