aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/register (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Matthew Lemon2020-10-2113-165/+77
| | | | fixed tests
* 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-214-3/+8
|
* adding the form for caf single date eventMatthew Lemon2020-10-219-119/+74
|
* added Note form - tests passingMatthew Lemon2020-10-204-19/+17
|
* can now add a note to the system for an organisation but not listed on ↵Matthew Lemon2020-10-197-5/+108
| | | | detail page yet
* started writing the code for the note eventMatthew Lemon2020-10-194-39/+78
|
* fixed failing tests from making participants requriedMatthew Lemon2020-10-192-11/+20
|
* can update single datetimeevents from org pageMatthew Lemon2020-10-197-6/+197
|
* user must select participant when creating a singledatimetime event based on orgMatthew Lemon2020-10-192-1/+25
|
* fixed failing testMatthew Lemon2020-10-191-2/+6
|
* fixed issue of not saving many-to-many field valueMatthew Lemon2020-10-193-6/+17
|
* 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
| | | | and passing tests
* fixed some testsMatthew Lemon2020-10-182-2/+6
|
* user-friendly name on form for type_descriptorMatthew Lemon2020-10-181-1/+1
|
* nice links from org detail page to specific types of simple eventMatthew Lemon2020-10-184-5/+28
|
* added nice icons for adding org eventsMatthew Lemon2020-10-181-0/+1
|
* added simple date time event to adminMatthew Lemon2020-10-171-1/+6
|
* first test of user profile viewMatthew Lemon2020-10-171-0/+33
|
* replaced all LoginRequiredMixin and decorators with custom middlewareMatthew Lemon2020-10-171-3/+3
|
* better handling of simple event form and participantsMatthew Lemon2020-10-163-5/+18
|
* participants added to create new simple event form and can filter by org ↵Matthew Lemon2020-10-166-7/+62
| | | | when landed from org detail
* Improvements to simple event form.Matthew Lemon2020-10-165-1/+51
|
* added URL field for a simple eventMatthew Lemon2020-10-164-7/+42
|
* added basic lead and deputy inspector to organisation modelMatthew Lemon2020-10-161-0/+19
|
* isorting stuffMatthew Lemon2020-10-151-2/+2
|
* isorting stuffMatthew Lemon2020-10-154-8/+8
|
* reset a lot of migrations - all unit tests passing - now has response ↵Matthew Lemon2020-10-149-225/+133
| | | | required fields for simple event
* about to nuke migrationsMatthew Lemon2020-10-146-32/+80
|
* all unit tests pass after configuring user fixture to have perms to visit ↵Matthew Lemon2020-10-141-14/+35
| | | | redirect pages
* parameterizing tests for viewsMatthew Lemon2020-10-132-13/+53
|
* view test for missing required dataMatthew Lemon2020-10-131-2/+26
|
* minor fixesMatthew Lemon2020-10-133-5/+2
|
* created a form for new Simple EventMatthew Lemon2020-10-137-16/+130
|
* first VERY BASIC view test workingMatthew Lemon2020-10-133-14/+51
|
* first view test for eventsMatthew Lemon2020-10-123-2/+35
|
* tidyMatthew Lemon2020-10-121-4/+7
|
* cannot put constrain on abstract Meta class seemingly...Matthew Lemon2020-10-123-7/+18
|
* more constraints added at form and model levelMatthew Lemon2020-10-123-2/+72
|
* another test added for CAFTwinDateEventFormMatthew Lemon2020-10-123-8/+54
|
* more tests using parameterizationMatthew Lemon2020-10-123-7/+26
|
* test for integrityerror when trying to create CAFTwinDateEvent with no ↵Matthew Lemon2020-10-112-2/+26
| | | | start_date
* first test for caf periodic eventMatthew Lemon2020-10-112-2/+37
|
* improved tests - more consistent and added a caseMatthew Lemon2020-10-113-18/+17
|
* fleshed out more testingMatthew Lemon2020-10-114-53/+42
|
* more testing of CAFSingleDateEventFormMatthew Lemon2020-10-112-2/+56
|