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