aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/users (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-23fixed the order of events on the org detail pageMatthew Lemon1-3/+4
2020-10-23profile page is ok for nowMatthew Lemon1-0/+6
2020-10-23nice tweaks to the profile pageMatthew Lemon1-1/+11
2020-10-21renamed a field in a model to date and look what I need! new migrations and f...Matthew Lemon2-2/+2
2020-10-21started work on merging events sorted keyed on date for user profile pageMatthew Lemon1-3/+9
2020-10-20added lead and deputy inspector for org methods to UserMatthew Lemon2-4/+20
2020-10-18fixed failing unit testsMatthew Lemon1-3/+1
2020-10-17first test of user profile viewMatthew Lemon2-10/+49
2020-10-17replaced all LoginRequiredMixin and decorators with custom middlewareMatthew Lemon1-3/+3
2020-10-14reset a lot of migrations - all unit tests passing - now has response require...Matthew Lemon2-22/+4
2020-10-14all unit tests pass after configuring user fixture to have perms to visit red...Matthew Lemon2-1/+10
2020-10-13created a form for new Simple EventMatthew Lemon1-0/+18
2020-10-07big update! got working on gcloud and with log and new navbarMatthew Lemon1-6/+4
2020-09-03factory boy to 3.0.1Matthew Lemon1-1/+2
2020-08-27essential service now on admin and further work to schemaMatthew Lemon1-1/+1
2020-08-27massive - removed migrations and reform db schema - NOT COMPLETEMatthew Lemon6-96/+4
2020-05-31quick added condition to testMatthew Lemon1-0/+2
2020-05-31created a group fixture with permsMatthew Lemon1-0/+5
2020-05-31another testing passing related to groupsMatthew Lemon1-4/+6
2020-05-31working on user groups and testsMatthew Lemon1-4/+12
2020-05-30started to think about Groups and added a test from real python article to playMatthew Lemon1-0/+30
2020-05-30cleaned up testsMatthew Lemon1-35/+18
2020-05-29prettifying the incident report page a bitMatthew Lemon1-22/+0
2020-05-29IncidentReport model in place and func test passing so farMatthew Lemon1-1/+12
2020-05-29a lot of time and effort looking for a bug with selenium that wasnt thereMatthew Lemon1-25/+15
2020-05-28setting up for testing incident report workMatthew Lemon1-0/+43
2020-05-28done a lot of mocking up of the stakeholder home pageMatthew Lemon1-15/+9
2020-05-28added a test to get h2 tags from stakeholder homepageMatthew Lemon1-0/+24
2020-05-28user with permission can view OrganisationListViewMatthew Lemon2-1/+42
2020-05-28comment on 301 response codeMatthew Lemon1-1/+1
2020-05-27fixed test - now have proper permissions approachMatthew Lemon2-15/+12
2020-05-27permissions set for OrganisationListViewMatthew Lemon1-0/+10
2020-05-27need to fix permission denied 403 testsMatthew Lemon1-5/+4
2020-05-27working through permissions issuesMatthew Lemon4-9/+59
2020-05-27further refactorMatthew Lemon2-8/+7
2020-05-27light refactor and fixed failing testMatthew Lemon1-10/+11
2020-05-27stakeholder user redirected to stakeholder template pageMatthew Lemon2-6/+42
2020-05-26regular user goes to regular user home page template when logging inMatthew Lemon2-1/+19
2020-05-26when user logs in - now redirects to home page - func and unit tests passingMatthew Lemon3-8/+23
2020-05-26writing test for user page viewMatthew Lemon1-0/+7
2020-05-26changed name of person more suitable to testing view clientMatthew Lemon2-5/+8
2020-05-26some formatting changes - nothing moreMatthew Lemon1-8/+10
2020-05-26functional test for basic user log in passingMatthew Lemon1-2/+24
2020-05-25added geckodriver to root and part way through failing users view func testMatthew Lemon2-5/+14
2020-05-25swapped UserFactoryMatthew Lemon1-3/+1
2020-05-25more useful explanatory commentsMatthew Lemon2-0/+4
2020-05-25added an explanatory comment about the use of slug_fieldMatthew Lemon2-0/+8
2020-05-25added to README and enhanced view testMatthew Lemon1-1/+6
2020-05-25first basic passing view test for adding stakeholderMatthew Lemon1-3/+12
2020-05-25more testing for stakeholderMatthew Lemon2-0/+13