aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/users (follow)
Commit message (Collapse)AuthorAgeFilesLines
* when user logs in - now redirects to home page - func and unit tests passingMatthew Lemon2020-05-263-8/+23
|
* writing test for user page viewMatthew Lemon2020-05-261-0/+7
|
* changed name of person more suitable to testing view clientMatthew Lemon2020-05-262-5/+8
|
* some formatting changes - nothing moreMatthew Lemon2020-05-261-8/+10
|
* functional test for basic user log in passingMatthew Lemon2020-05-261-2/+24
|
* added geckodriver to root and part way through failing users view func testMatthew Lemon2020-05-252-5/+14
|
* swapped UserFactoryMatthew Lemon2020-05-251-3/+1
|
* more useful explanatory commentsMatthew Lemon2020-05-252-0/+4
|
* added an explanatory comment about the use of slug_fieldMatthew Lemon2020-05-252-0/+8
|
* added to README and enhanced view testMatthew Lemon2020-05-251-1/+6
|
* first basic passing view test for adding stakeholderMatthew Lemon2020-05-251-3/+12
|
* more testing for stakeholderMatthew Lemon2020-05-252-0/+13
|
* linked stakeholder to userMatthew Lemon2020-05-252-4/+7
|
* in trying to create a Stakeholder model referenced from User, have removed ↵Matthew Lemon2020-05-255-9/+44
| | | | updated_by fields in other models and factories - was getting circular dep error
* added basic stakeholder profile modelMatthew Lemon2020-05-244-11/+21
|
* removed oes field from user - about to make a profile modelMatthew Lemon2020-05-246-14/+32
|
* failing test trying to add org to UserMatthew Lemon2020-05-241-5/+18
|
* working on test_profile_view_contains_organisation_information - FAILINGMatthew Lemon2020-05-242-3/+17
|
* removed unneeded importsMatthew Lemon2020-05-231-7/+1
|
* changed boolean field on user modelMatthew Lemon2020-05-225-4/+24
|
* started work on optional User as organisation.Person object - testsMatthew Lemon2020-05-224-1/+34
|
* big migration resetMatthew Lemon2020-04-031-1/+1
|
* new migrationjs and generate_people command workingMatthew Lemon2020-02-201-1/+1
|
* failing test - need to tweak dbMatthew Lemon2020-02-201-32/+1
|
* new migrations and working through factory issueMatthew Lemon2020-02-191-1/+1
|
* start fresh with migrations - might have to DROP DB and migrate againMatthew Lemon2020-02-185-186/+27
|
* reconfigured Address and Organisation relationshipMatthew Lemon2020-01-211-9/+8
|
* testing we can update an organisationMatthew Lemon2020-01-211-7/+8
|
* passing test - added address type modelMatthew Lemon2020-01-211-4/+11
|
* fixed failing test - first use of faker objectMatthew Lemon2020-01-211-8/+8
|
* partial way through playing with FakerMatthew Lemon2020-01-201-1/+15
|
* first passing test!Matthew Lemon2020-01-201-0/+9
|
* Playing around with User modelMatthew Lemon2020-01-205-1/+73
|
* init commit - from cookiecutterMatthew Lemon2020-01-1916-0/+432