aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/register/tests (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-22now processes a an empty event listMatthew Lemon1-0/+19
2020-10-22getting there but test failingMatthew Lemon1-0/+7
2020-10-22failing tests but lots of progress on html buildersMatthew Lemon1-46/+80
2020-10-22another test passes but horrific codeMatthew Lemon3-68/+40
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 f...Matthew Lemon3-18/+18
2020-10-21fixed broken testsMatthew Lemon1-4/+4
2020-10-21can now add caf single date events to caf detail pageMatthew Lemon2-2/+3
2020-10-21adding the form for caf single date eventMatthew Lemon1-10/+33
2020-10-20added Note form - tests passingMatthew Lemon1-5/+0
2020-10-19can now add a note to the system for an organisation but not listed on detail...Matthew Lemon1-0/+7
2020-10-19started writing the code for the note eventMatthew Lemon2-26/+26
2020-10-19fixed failing tests from making participants requriedMatthew Lemon2-11/+20
2020-10-19can update single datetimeevents from org pageMatthew Lemon1-1/+19
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
2020-10-18fixed some testsMatthew Lemon1-1/+1
2020-10-18nice links from org detail page to specific types of simple eventMatthew Lemon1-1/+14
2020-10-16better handling of simple event form and participantsMatthew Lemon1-1/+8
2020-10-16participants added to create new simple event form and can filter by org when...Matthew Lemon3-7/+45
2020-10-16participants added to create new simple event form and can filter by org when...Matthew Lemon3-7/+47
2020-10-16Improvements to simple event form.Matthew Lemon2-0/+31
2020-10-16added URL field for a simple eventMatthew Lemon2-0/+2
2020-10-14about to nuke migrationsMatthew Lemon2-5/+37
2020-10-14all unit tests pass after configuring user fixture to have perms to visit red...Matthew Lemon1-14/+35
2020-10-13parameterizing tests for viewsMatthew Lemon1-13/+48
2020-10-13view test for missing required dataMatthew Lemon1-2/+26
2020-10-13created a form for new Simple EventMatthew Lemon1-7/+4
2020-10-13first VERY BASIC view test workingMatthew Lemon1-7/+28
2020-10-12first view test for eventsMatthew Lemon1-0/+18
2020-10-12tidyMatthew Lemon1-4/+7
2020-10-12cannot put constrain on abstract Meta class seemingly...Matthew Lemon2-2/+14
2020-10-12more constraints added at form and model levelMatthew Lemon1-0/+47
2020-10-12another test added for CAFTwinDateEventFormMatthew Lemon1-1/+16
2020-10-12more tests using parameterizationMatthew Lemon2-7/+21
2020-10-11test for integrityerror when trying to create CAFTwinDateEvent with no start_...Matthew Lemon1-0/+24
2020-10-11first test for caf periodic eventMatthew Lemon1-0/+19
2020-10-11improved tests - more consistent and added a caseMatthew Lemon2-18/+16
2020-10-11fleshed out more testingMatthew Lemon2-46/+39
2020-10-11more testing of CAFSingleDateEventFormMatthew Lemon1-0/+54
2020-10-11added parameterized test for CAFSingleDateEventFormMatthew Lemon1-16/+39
2020-10-11some more options in AVAILABLE_TYPESMatthew Lemon1-6/+23
2020-10-11fixed constraint for CAF eventMatthew Lemon1-1/+35
2020-10-11constraint added to CAFSingleDateEventMatthew Lemon1-8/+36
2020-10-11added CAFSingleDateEvent eventMatthew Lemon1-1/+15
2020-10-11done models and form for meeting -with testsMatthew Lemon3-44/+22
2020-10-11working through mixins model designMatthew Lemon2-3/+34
2020-10-11started new event design - added enum for event typeMatthew Lemon2-0/+48