aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/organisations (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fixed the order of events on the org detail pageMatthew Lemon2020-10-231-4/+8
|
* fixed problem with repeating event in org detail pageMatthew Lemon2020-10-231-1/+2
|
* links in header only available if logged-inMatthew Lemon2020-10-231-1/+1
|
* moved person details up to top of org detail pageMatthew Lemon2020-10-231-121/+118
|
* more tidying of org detail pageMatthew Lemon2020-10-231-130/+92
|
* improved tables in org detailMatthew Lemon2020-10-231-16/+38
|
* moved notes to own table on org detail pageMatthew Lemon2020-10-232-22/+118
|
* removed old card implementation to show eventsMatthew Lemon2020-10-231-21/+0
|
* turned the Events list on org detail page into an Notes and Events tableMatthew Lemon2020-10-221-0/+42
|
* bit of a hack to get notes to sort alongside objects with actual date ↵Matthew Lemon2020-10-212-8/+13
| | | | attributes - here we add one for the sort and remove it after
* renamed a field in a model to date and look what I need! new migrations and ↵Matthew Lemon2020-10-216-82/+101
| | | | fixed tests
* prettied up the org list pageMatthew Lemon2020-10-211-3/+7
|
* now have an OES-only organisation pageMatthew Lemon2020-10-214-13/+59
|
* added help linksMatthew Lemon2020-10-211-0/+1
|
* adding the form for caf single date eventMatthew Lemon2020-10-211-0/+1
|
* added org list hard-filtered by lead inspectorMatthew Lemon2020-10-204-4/+35
|
* poor implementation of lead and deputy inspectors by submode on home pageMatthew Lemon2020-10-204-22/+33
|
* func can do deputy_lead_inspectorsMatthew Lemon2020-10-201-2/+5
|
* func to group lead inspectors by submodeMatthew Lemon2020-10-201-2/+18
|
* added lead and deputy inspector for org methods to UserMatthew Lemon2020-10-201-3/+4
|
* more html...Matthew Lemon2020-10-202-21/+32
|
* smashing the HTML on the home pageMatthew Lemon2020-10-202-3/+18
|
* added Note form - tests passingMatthew Lemon2020-10-202-2/+2
|
* list of single_datetime_events on org detail page now sorted by dateMatthew Lemon2020-10-191-7/+9
|
* can now filter out private events not belonging to logged in userMatthew Lemon2020-10-193-4/+160
|
* moved engagements table up the pageMatthew Lemon2020-10-191-76/+82
|
* can update single datetimeevents from org pageMatthew Lemon2020-10-191-9/+10
|
* cleaned up the templateMatthew Lemon2020-10-191-50/+0
|
* better representation of list of single_datetime_events in org detail pageMatthew Lemon2020-10-182-11/+29
|
* basic inclusion of single datetime events in org detail page - no formatting ↵Matthew Lemon2020-10-185-12/+72
| | | | and passing tests
* fixed some testsMatthew Lemon2020-10-183-5/+29
|
* nice links from org detail page to specific types of simple eventMatthew Lemon2020-10-181-5/+5
|
* added nice icons for adding org eventsMatthew Lemon2020-10-181-5/+48
|
* replaced all LoginRequiredMixin and decorators with custom middlewareMatthew Lemon2020-10-171-5/+5
|
* participants added to create new simple event form and can filter by org ↵Matthew Lemon2020-10-162-2/+12
| | | | when landed from org detail
* added basic lead and deputy inspector to organisation modelMatthew Lemon2020-10-166-7/+49
|
* tweaks to organisation listMatthew Lemon2020-10-151-1/+1
|
* more consistency work on tablesMatthew Lemon2020-10-151-1/+1
|
* more consistency work on tablesMatthew Lemon2020-10-152-38/+41
|
* consistency tweaksMatthew Lemon2020-10-151-43/+47
|
* back to table for engagement events on org detail page for nowMatthew Lemon2020-10-091-1/+3
|
* formattingMatthew Lemon2020-10-081-3/+3
|
* trying a list-group-item within a table cell - looks quite niceMatthew Lemon2020-10-081-1/+4
|
* after much pain aligning badges - we have badges on CAF detail pageMatthew Lemon2020-10-022-17/+33
|
* Now lists basic CAF events on CAF detail pageMatthew Lemon2020-10-021-1/+6
|
* taken the day out of a date format stringMatthew Lemon2020-10-011-1/+1
|
* Delete button now works for Engagement EventMatthew Lemon2020-09-291-12/+9
|
* Can save new Engagement Event form with hidden user field - PAINMatthew Lemon2020-09-291-1/+1
|
* Can now add an engagement event from org detail with only relevant people in ↵Matthew Lemon2020-09-291-3/+9
| | | | | | | | | | | | dropdown nearly converted engagement event form so that it is based on org tidy in prep for big change to engagement event form link to related CAF included in the OES engagements table formatting
* OES engagements on org detail page improved with datesMatthew Lemon2020-09-292-10/+35
|