aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/organisations (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* organisation bit of the form looking better now after manually formatting ↵MR Lemon2020-05-053-24/+72
| | | | the html
* working with one crispy formMR Lemon2020-05-023-30/+19
|
* got a rough inlineformset with no crispy forms - but workingMR Lemon2020-05-024-43/+20
|
* still working on org address formMR Lemon2020-05-022-11/+10
|
* removed updated_by field but getting an integrity errorMR Lemon2020-05-011-3/+1
|
* some progress but fking slow...MR Lemon2020-05-014-22/+56
|
* started to put in an inlineformset!MR Lemon2020-05-014-13/+74
|
* squashed a lot of wizard form codeMR Lemon2020-05-015-137/+23
|
* step 1 of form wizard doneMR Lemon2020-05-012-11/+40
|
* making progress with the form wizardMR Lemon2020-05-012-22/+41
|
* first cut at doing a form wizard for the organisation. Need to split fields ↵MR Lemon2020-04-305-4/+70
| | | | to add bootstrap
* testing new create Address formMR Lemon2020-04-262-1/+65
|
* made system info on detail pages consistentMR Lemon2020-04-261-9/+6
|
* tidied up the org detail pageMR Lemon2020-04-261-53/+52
|
* fixed address alignmentMR Lemon2020-04-261-50/+47
|
* fixed bug where systems weren't listing on org detail pageMR Lemon2020-04-261-3/+3
|
* replaced line with buttonMR Lemon2020-04-261-6/+4
|
* making good progress on organisation detail pageMR Lemon2020-04-251-203/+201
|
* removed errant divMR Lemon2020-04-251-4/+0
|
* nicer organisation listMR Lemon2020-04-251-1/+9
|
* compacting tableMR Lemon2020-04-251-1/+1
|
* added title tagMR Lemon2020-04-251-0/+5
|
* nicer organisation listMR Lemon2020-04-251-36/+37
|
* much nicer create organisation formMR Lemon2020-04-242-6/+27
|
* fixed unwanted required field and tweaked the look of a formMR Lemon2020-04-243-2/+23
|
* started work on the create organisation pageMatthew Lemon2020-04-215-16/+87
|
* added organisation list viewMR Lemon2020-04-214-4/+60
|
* can add a new system via organisation detail pageMatthew Lemon2020-04-191-1/+1
|
* fixed html flow issueMR Lemon2020-04-191-6/+10
|
* forgot to fix link in last commitMR Lemon2020-04-171-1/+1
|
* big migration resetMatthew Lemon2020-04-037-88/+13
|
* adding all the Contributing Outcomes scores for a single CAF in populate scriptMatthew Lemon2020-03-171-313/+290
|
* All Objectives, Principles and Outcomes now in pop scriptMatthew Lemon2020-03-151-4/+273
|
* added all Principle A Contributing Outcomes to populate scriptMatthew Lemon2020-03-151-1/+59
|
* now created a bunch of PrinciplesMatthew Lemon2020-03-151-9/+100
|
* can populate four ObjectivesMatthew Lemon2020-03-151-2/+12
|
* pop script now creates a dummy CAFSelfAssessmentMatthew Lemon2020-03-131-7/+7
|