aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/users (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fixed the order of events on the org detail pageMatthew Lemon2020-10-231-3/+4
|
* profile page is ok for nowMatthew Lemon2020-10-231-0/+6
|
* nice tweaks to the profile pageMatthew Lemon2020-10-231-1/+11
|
* renamed a field in a model to date and look what I need! new migrations and ↵Matthew Lemon2020-10-212-2/+2
| | | | fixed tests
* started work on merging events sorted keyed on date for user profile pageMatthew Lemon2020-10-211-3/+9
|
* added lead and deputy inspector for org methods to UserMatthew Lemon2020-10-202-4/+20
|
* fixed failing unit testsMatthew Lemon2020-10-181-3/+1
|
* first test of user profile viewMatthew Lemon2020-10-172-10/+49
|
* replaced all LoginRequiredMixin and decorators with custom middlewareMatthew Lemon2020-10-171-3/+3
|
* reset a lot of migrations - all unit tests passing - now has response ↵Matthew Lemon2020-10-142-22/+4
| | | | required fields for simple event
* all unit tests pass after configuring user fixture to have perms to visit ↵Matthew Lemon2020-10-142-1/+10
| | | | redirect pages
* created a form for new Simple EventMatthew Lemon2020-10-131-0/+18
|
* big update! got working on gcloud and with log and new navbarMatthew Lemon2020-10-071-6/+4
|
* factory boy to 3.0.1Matthew Lemon2020-09-031-1/+2
|
* essential service now on admin and further work to schemaMatthew Lemon2020-08-271-1/+1
|
* massive - removed migrations and reform db schema - NOT COMPLETEMatthew Lemon2020-08-276-96/+4
|
* quick added condition to testMatthew Lemon2020-05-311-0/+2
|
* created a group fixture with permsMatthew Lemon2020-05-311-0/+5
| | | | | This fixture is a group with all permissions relating to ctrack system so far.
* another testing passing related to groupsMatthew Lemon2020-05-311-4/+6
|
* working on user groups and testsMatthew Lemon2020-05-311-4/+12
|
* started to think about Groups and added a test from real python article to playMatthew Lemon2020-05-301-0/+30
|
* cleaned up testsMatthew Lemon2020-05-301-35/+18
|
* prettifying the incident report page a bitMatthew Lemon2020-05-291-22/+0
|
* IncidentReport model in place and func test passing so farMatthew Lemon2020-05-291-1/+12
|
* a lot of time and effort looking for a bug with selenium that wasnt thereMatthew Lemon2020-05-291-25/+15
|
* setting up for testing incident report workMatthew Lemon2020-05-281-0/+43
|
* done a lot of mocking up of the stakeholder home pageMatthew Lemon2020-05-281-15/+9
|
* added a test to get h2 tags from stakeholder homepageMatthew Lemon2020-05-281-0/+24
|
* user with permission can view OrganisationListViewMatthew Lemon2020-05-282-1/+42
|
* comment on 301 response codeMatthew Lemon2020-05-281-1/+1
|
* fixed test - now have proper permissions approachMatthew Lemon2020-05-272-15/+12
|
* permissions set for OrganisationListViewMatthew Lemon2020-05-271-0/+10
|
* need to fix permission denied 403 testsMatthew Lemon2020-05-271-5/+4
|
* working through permissions issuesMatthew Lemon2020-05-274-9/+59
|
* further refactorMatthew Lemon2020-05-272-8/+7
|
* light refactor and fixed failing testMatthew Lemon2020-05-271-10/+11
|
* stakeholder user redirected to stakeholder template pageMatthew Lemon2020-05-272-6/+42
|
* regular user goes to regular user home page template when logging inMatthew Lemon2020-05-262-1/+19
|
* 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
|