Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | links in header only available if logged-in | Matthew Lemon | 2020-10-23 | 1 | -1/+1 |
| | |||||
* | moved person details up to top of org detail page | Matthew Lemon | 2020-10-23 | 1 | -121/+118 |
| | |||||
* | more tidying of org detail page | Matthew Lemon | 2020-10-23 | 1 | -130/+92 |
| | |||||
* | improved tables in org detail | Matthew Lemon | 2020-10-23 | 1 | -16/+38 |
| | |||||
* | moved notes to own table on org detail page | Matthew Lemon | 2020-10-23 | 2 | -22/+118 |
| | |||||
* | removed old card implementation to show events | Matthew Lemon | 2020-10-23 | 1 | -21/+0 |
| | |||||
* | turned the Events list on org detail page into an Notes and Events table | Matthew Lemon | 2020-10-22 | 1 | -0/+42 |
| | |||||
* | bit of a hack to get notes to sort alongside objects with actual date ↵ | Matthew Lemon | 2020-10-21 | 2 | -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 Lemon | 2020-10-21 | 6 | -82/+101 |
| | | | | fixed tests | ||||
* | prettied up the org list page | Matthew Lemon | 2020-10-21 | 1 | -3/+7 |
| | |||||
* | now have an OES-only organisation page | Matthew Lemon | 2020-10-21 | 4 | -13/+59 |
| | |||||
* | added help links | Matthew Lemon | 2020-10-21 | 1 | -0/+1 |
| | |||||
* | adding the form for caf single date event | Matthew Lemon | 2020-10-21 | 1 | -0/+1 |
| | |||||
* | added org list hard-filtered by lead inspector | Matthew Lemon | 2020-10-20 | 4 | -4/+35 |
| | |||||
* | poor implementation of lead and deputy inspectors by submode on home page | Matthew Lemon | 2020-10-20 | 4 | -22/+33 |
| | |||||
* | func can do deputy_lead_inspectors | Matthew Lemon | 2020-10-20 | 1 | -2/+5 |
| | |||||
* | func to group lead inspectors by submode | Matthew Lemon | 2020-10-20 | 1 | -2/+18 |
| | |||||
* | added lead and deputy inspector for org methods to User | Matthew Lemon | 2020-10-20 | 1 | -3/+4 |
| | |||||
* | more html... | Matthew Lemon | 2020-10-20 | 2 | -21/+32 |
| | |||||
* | smashing the HTML on the home page | Matthew Lemon | 2020-10-20 | 2 | -3/+18 |
| | |||||
* | added Note form - tests passing | Matthew Lemon | 2020-10-20 | 2 | -2/+2 |
| | |||||
* | list of single_datetime_events on org detail page now sorted by date | Matthew Lemon | 2020-10-19 | 1 | -7/+9 |
| | |||||
* | can now filter out private events not belonging to logged in user | Matthew Lemon | 2020-10-19 | 3 | -4/+160 |
| | |||||
* | moved engagements table up the page | Matthew Lemon | 2020-10-19 | 1 | -76/+82 |
| | |||||
* | can update single datetimeevents from org page | Matthew Lemon | 2020-10-19 | 1 | -9/+10 |
| | |||||
* | cleaned up the template | Matthew Lemon | 2020-10-19 | 1 | -50/+0 |
| | |||||
* | better representation of list of single_datetime_events in org detail page | Matthew Lemon | 2020-10-18 | 2 | -11/+29 |
| | |||||
* | basic inclusion of single datetime events in org detail page - no formatting ↵ | Matthew Lemon | 2020-10-18 | 5 | -12/+72 |
| | | | | and passing tests | ||||
* | fixed some tests | Matthew Lemon | 2020-10-18 | 3 | -5/+29 |
| | |||||
* | nice links from org detail page to specific types of simple event | Matthew Lemon | 2020-10-18 | 1 | -5/+5 |
| | |||||
* | added nice icons for adding org events | Matthew Lemon | 2020-10-18 | 1 | -5/+48 |
| | |||||
* | replaced all LoginRequiredMixin and decorators with custom middleware | Matthew Lemon | 2020-10-17 | 1 | -5/+5 |
| | |||||
* | participants added to create new simple event form and can filter by org ↵ | Matthew Lemon | 2020-10-16 | 2 | -2/+12 |
| | | | | when landed from org detail | ||||
* | added basic lead and deputy inspector to organisation model | Matthew Lemon | 2020-10-16 | 6 | -7/+49 |
| | |||||
* | tweaks to organisation list | Matthew Lemon | 2020-10-15 | 1 | -1/+1 |
| | |||||
* | more consistency work on tables | Matthew Lemon | 2020-10-15 | 1 | -1/+1 |
| | |||||
* | more consistency work on tables | Matthew Lemon | 2020-10-15 | 2 | -38/+41 |
| | |||||
* | consistency tweaks | Matthew Lemon | 2020-10-15 | 1 | -43/+47 |
| | |||||
* | back to table for engagement events on org detail page for now | Matthew Lemon | 2020-10-09 | 1 | -1/+3 |
| | |||||
* | formatting | Matthew Lemon | 2020-10-08 | 1 | -3/+3 |
| | |||||
* | trying a list-group-item within a table cell - looks quite nice | Matthew Lemon | 2020-10-08 | 1 | -1/+4 |
| | |||||
* | after much pain aligning badges - we have badges on CAF detail page | Matthew Lemon | 2020-10-02 | 2 | -17/+33 |
| | |||||
* | Now lists basic CAF events on CAF detail page | Matthew Lemon | 2020-10-02 | 1 | -1/+6 |
| | |||||
* | taken the day out of a date format string | Matthew Lemon | 2020-10-01 | 1 | -1/+1 |
| | |||||
* | Delete button now works for Engagement Event | Matthew Lemon | 2020-09-29 | 1 | -12/+9 |
| | |||||
* | Can save new Engagement Event form with hidden user field - PAIN | Matthew Lemon | 2020-09-29 | 1 | -1/+1 |
| | |||||
* | Can now add an engagement event from org detail with only relevant people in ↵ | Matthew Lemon | 2020-09-29 | 1 | -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 dates | Matthew Lemon | 2020-09-29 | 2 | -10/+35 |
| | |||||
* | Tidied up the CAF table on org detail page | Matthew Lemon | 2020-09-23 | 2 | -141/+230 |
| | | | | | | | | | | | | removed edit links fixed the damn row divs... some improvements, some regressions in HTML layout more changes working on better presentation of CAF data on org detail page | ||||
* | Reformatting in Pycharm | Matthew Lemon | 2020-09-15 | 1 | -4/+4 |
| |