aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fixed the order of events on the org detail pageMatthew Lemon2020-10-232-7/+12
|
* fixed problem with repeating event in org detail pageMatthew Lemon2020-10-231-1/+2
|
* profile page is ok for nowMatthew Lemon2020-10-232-3/+17
|
* nice tweaks to the profile pageMatthew Lemon2020-10-232-11/+71
|
* only private events are counted for home page statsMatthew Lemon2020-10-232-6/+6
|
* upped the number of organisations in the system to 60.Matthew Lemon2020-10-231-1/+1
|
* added some more summary numbers to home pageMatthew Lemon2020-10-232-32/+21
|
* added link to OES page from summary textMatthew Lemon2020-10-231-1/+1
|
* links in header only available if logged-inMatthew Lemon2020-10-232-5/+7
|
* moved person details up to top of org detail pageMatthew Lemon2020-10-231-121/+118
|
* more tidying of org detail pageMatthew Lemon2020-10-231-130/+92
|
* improved tables in org detailMatthew Lemon2020-10-232-17/+39
|
* moved notes to own table on org detail pageMatthew Lemon2020-10-232-22/+118
|
* removed old card implementation to show eventsMatthew Lemon2020-10-231-21/+0
|
* now processes a an empty event listMatthew Lemon2020-10-222-2/+30
|
* all fiddly tr html writer code passing - NEED TO REFACTORMatthew Lemon2020-10-221-15/+15
|
* getting there but test failingMatthew Lemon2020-10-223-10/+34
|
* failing tests but lots of progress on html buildersMatthew Lemon2020-10-222-110/+132
|
* another test passes but horrific codeMatthew Lemon2020-10-225-68/+123
|
* building the template stringMatthew Lemon2020-10-221-21/+34
|
* test passes and right now that's good enough for meMatthew Lemon2020-10-221-68/+53
|
* writing code to control the swimlane templateMatthew Lemon2020-10-222-1/+133
|
* turned the Events list on org detail page into an Notes and Events tableMatthew Lemon2020-10-221-0/+42
|
* bit of a hack to get notes to sort alongside objects with actual date ↵Matthew Lemon2020-10-212-8/+13
| | | | attributes - here we add one for the sort and remove it after
* renamed a field in a model to date and look what I need! new migrations and ↵Matthew Lemon2020-10-2126-289/+291
| | | | fixed tests
* started work on merging events sorted keyed on date for user profile pageMatthew Lemon2020-10-212-5/+13
|
* prettied up the org list pageMatthew Lemon2020-10-213-4/+20
|
* now have an OES-only organisation pageMatthew Lemon2020-10-216-15/+68
|
* added help linksMatthew Lemon2020-10-212-0/+2
|
* fixed broken testsMatthew Lemon2020-10-211-4/+4
|
* form cosmeticsMatthew Lemon2020-10-212-6/+4
|
* can now add caf single date events to caf detail pageMatthew Lemon2020-10-215-8/+13
|
* adding the form for caf single date eventMatthew Lemon2020-10-2112-154/+156
|
* continued tweaking of overview pageMatthew Lemon2020-10-211-50/+74
|
* working on compliance overview page and added the pycharm all unit tests run ↵Matthew Lemon2020-10-211-44/+49
| | | | config file
* first stab at a new compliance app for doing overview view and later audit ↵Matthew Lemon2020-10-219-0/+122
| | | | and inspection stuff
* added org list hard-filtered by lead inspectorMatthew Lemon2020-10-205-5/+36
|
* more home page tweakingMatthew Lemon2020-10-201-26/+38
|
* poor implementation of lead and deputy inspectors by submode on home pageMatthew Lemon2020-10-207-28/+56
|
* func can do deputy_lead_inspectorsMatthew Lemon2020-10-202-14/+20
|
* func to group lead inspectors by submodeMatthew Lemon2020-10-205-10/+69
|
* added lead and deputy inspector for org methods to UserMatthew Lemon2020-10-204-13/+40
|
* added list of inspector names to home pageMatthew Lemon2020-10-202-2/+6
|
* added badges - we like badges right?Matthew Lemon2020-10-201-11/+11
|
* fixed the login logo - now responsiveMatthew Lemon2020-10-202-3/+22
|
* tweaksMatthew Lemon2020-10-202-4/+8
|
* more html...Matthew Lemon2020-10-204-34/+49
|
* more home page tweakingMatthew Lemon2020-10-203-18/+47
|
* smashing the HTML on the home pageMatthew Lemon2020-10-204-58/+140
|
* added Note form - tests passingMatthew Lemon2020-10-206-21/+19
|