aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/register (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-10-24fixed failing testMatthew Lemon1-3/+2
2020-10-23limited note entry to the org in questionMatthew Lemon3-1/+31
2020-10-23improved events tables in org detailMatthew Lemon1-0/+1
2020-10-23improved tables in org detailMatthew Lemon1-1/+1
2020-10-22now processes a an empty event listMatthew Lemon2-2/+30
2020-10-22all fiddly tr html writer code passing - NEED TO REFACTORMatthew Lemon1-15/+15
2020-10-22getting there but test failingMatthew Lemon3-10/+34
2020-10-22failing tests but lots of progress on html buildersMatthew Lemon2-110/+132
2020-10-22another test passes but horrific codeMatthew Lemon5-68/+123
2020-10-22building the template stringMatthew Lemon1-21/+34
2020-10-22test passes and right now that's good enough for meMatthew Lemon1-68/+53
2020-10-22writing code to control the swimlane templateMatthew Lemon1-0/+132
2020-10-21renamed a field in a model to date and look what I need! new migrations and ↵Matthew Lemon13-165/+77
fixed tests
2020-10-21fixed broken testsMatthew Lemon1-4/+4
2020-10-21form cosmeticsMatthew Lemon2-6/+4
2020-10-21can now add caf single date events to caf detail pageMatthew Lemon4-3/+8
2020-10-21adding the form for caf single date eventMatthew Lemon9-119/+74
2020-10-20added Note form - tests passingMatthew Lemon4-19/+17
2020-10-19can now add a note to the system for an organisation but not listed on ↵Matthew Lemon7-5/+108
detail page yet
2020-10-19started writing the code for the note eventMatthew Lemon4-39/+78
2020-10-19fixed failing tests from making participants requriedMatthew Lemon2-11/+20
2020-10-19can update single datetimeevents from org pageMatthew Lemon7-6/+197
2020-10-19user must select participant when creating a singledatimetime event based on orgMatthew Lemon2-1/+25
2020-10-19fixed failing testMatthew Lemon1-2/+6
2020-10-19fixed issue of not saving many-to-many field valueMatthew Lemon3-6/+17
2020-10-18fixed failing unit testsMatthew Lemon1-1/+1
2020-10-18basic inclusion of single datetime events in org detail page - no formatting ↵Matthew Lemon1-1/+1
and passing tests
2020-10-18fixed some testsMatthew Lemon2-2/+6
2020-10-18user-friendly name on form for type_descriptorMatthew Lemon1-1/+1
2020-10-18nice links from org detail page to specific types of simple eventMatthew Lemon4-5/+28
2020-10-18added nice icons for adding org eventsMatthew Lemon1-0/+1
2020-10-17added simple date time event to adminMatthew Lemon1-1/+6
2020-10-17first test of user profile viewMatthew Lemon1-0/+33
2020-10-17replaced all LoginRequiredMixin and decorators with custom middlewareMatthew Lemon1-3/+3
2020-10-16better handling of simple event form and participantsMatthew Lemon3-5/+18
2020-10-16participants added to create new simple event form and can filter by org ↵Matthew Lemon6-7/+62
when landed from org detail
2020-10-16participants added to create new simple event form and can filter by org ↵Matthew Lemon6-7/+64
when landed from org detail
2020-10-16Improvements to simple event form.Matthew Lemon5-1/+51
2020-10-16added URL field for a simple eventMatthew Lemon4-7/+42
2020-10-16added basic lead and deputy inspector to organisation modelMatthew Lemon1-0/+19
2020-10-15isorting stuffMatthew Lemon1-2/+2
2020-10-15isorting stuffMatthew Lemon4-8/+8
2020-10-14reset a lot of migrations - all unit tests passing - now has response ↵Matthew Lemon9-225/+133
required fields for simple event
2020-10-14about to nuke migrationsMatthew Lemon6-32/+80
2020-10-14all unit tests pass after configuring user fixture to have perms to visit ↵Matthew Lemon1-14/+35
redirect pages
2020-10-13parameterizing tests for viewsMatthew Lemon2-13/+53
2020-10-13view test for missing required dataMatthew Lemon1-2/+26
2020-10-13minor fixesMatthew Lemon3-5/+2
2020-10-13created a form for new Simple EventMatthew Lemon7-16/+130
2020-10-13first VERY BASIC view test workingMatthew Lemon3-14/+51