Commit Graph

154 Commits

Author SHA1 Message Date
55b1ef4f3d add leaflet libraries to importmap 2024-12-22 23:08:02 +00:00
c0a1929892 add leaflet css and js for mapping functionality 2024-12-22 23:07:05 +00:00
c7560e8e40 add note signing templates and note viewing after signing 2024-12-22 23:06:32 +00:00
7bcba9a930 add columns to note when supervisor and case worker signed staff notes and update available buttons 2024-12-22 23:05:55 +00:00
03352f9b28 remove recommendations as that is filled out by supervisor 2024-12-22 23:05:01 +00:00
b75a02973d add info for supervisor 2024-12-22 23:04:14 +00:00
2d5f395368 make 'Staff My Cases' available to all case workers 2024-12-22 23:03:32 +00:00
226818511f finish first draft of mapping for resources 2024-12-22 23:02:50 +00:00
e84e954164 add button to open map, finish county filtering 2024-12-22 23:02:32 +00:00
9cc469b5f8 add doctrine fixtures and faker to dev for testing, and add stimulus bundle and ux-map to prod 2024-12-22 23:01:46 +00:00
2869f3e03d Complete first draft of staff controller 2024-12-22 23:00:29 +00:00
af67d79a46 Add new date/time objects to store when reports signed by supervisor and case worker 2024-12-22 22:59:43 +00:00
e4b1704519 Add new method to create message back to worker when supervisor signs report 2024-12-22 22:59:05 +00:00
9526156d16 Add supervisor staff notes form and remove recommendations from case worker form 2024-12-22 22:58:33 +00:00
91110c037e Add method to retrieve ordered staff notes 2024-12-22 22:57:52 +00:00
c5b8148f00 Add mapping for community resources 2024-12-22 22:57:32 +00:00
7ae335a716 Add stimulus and ux-map bundles 2024-12-22 22:45:33 +00:00
9decc18f42 remove background color 2024-12-22 01:19:47 +00:00
cc64846171 add notification badge with count 2024-12-22 01:19:16 +00:00
af2dd60022 add fixtures bundle for test data 2024-12-22 01:18:53 +00:00
0c902b93c4 not sure what I did here 2024-12-22 01:18:32 +00:00
ba28fcca08 add staff_notes 2024-12-22 01:17:37 +00:00
b4481eef9a remove extra tag 2024-12-22 01:17:11 +00:00
c5acb7a0f4 Fix link 2024-12-22 01:16:53 +00:00
1118fdfb45 Add resource type 2024-12-22 01:16:15 +00:00
5271f5263f Add staff pages section 2024-12-22 01:15:39 +00:00
5a531ae171 Add staff notes functionality 2024-12-22 01:15:15 +00:00
6b61d1a182 Added messages, notifications, count, and supporting elements 2024-12-22 01:13:28 +00:00
2b8682bcbb Add my_cases nav link option 2024-12-19 02:42:54 +00:00
6410005a22 move Case List and add My Cases to nav 2024-12-19 02:42:20 +00:00
71e3304154 add my-cases.html.twig template for user use 2024-12-19 02:41:38 +00:00
e6b3850b45 move list-cases twig template to admin portion 2024-12-19 02:40:59 +00:00
d193e9ba79 add ResourceType for filtering later 2024-12-19 02:40:25 +00:00
d7bddc0328 increase email string length to 64 2024-12-19 02:39:35 +00:00
a53a5d6b52 fix bug for undefined hoursUsed variable 2024-12-19 02:39:12 +00:00
3391737c45 Add fixtures to generate randomized data 2024-12-19 02:37:38 +00:00
fe44642fee Add community resource content and associated pages, links, forms, etc 2024-12-18 05:24:20 +00:00
78d149c348 Make case list available to users
Add case notes link
Move user list into admin section
2024-12-17 12:11:32 -05:00
de81c2ffb1 Hide Add Case button if not admin or case manager
Hide case filter if user not admin or case manager
Hide case edit button and case assign button if not admin or case manager
2024-12-17 12:09:00 -05:00
c76783b79f Don't display add button if not a case manager or admin
Display highlighting for referrals close to expiration
Highlight hours if < 40
2024-12-17 12:07:13 -05:00
6287ec6e2f Formatting 2024-12-17 12:05:36 -05:00
b2e90908cd Formatting 2024-12-17 12:05:16 -05:00
c7c14b5726 Formatting 2024-12-17 12:04:48 -05:00
f6addcc199 Add populateNotes method to populate the appropriate notes within a referral 2024-12-17 12:03:25 -05:00
de08885e0b Add notes and present members collections
Add time calculation and getHoursRemaining helper variable and method
2024-12-17 12:02:01 -05:00
365a486c84 Add getName helper method 2024-12-17 11:57:10 -05:00
c2710b7142 Add PRESENT_LINK constant 2024-12-17 11:56:38 -05:00
db756d83e4 Add NoteController and associated templates, entities, repository. 2024-12-17 11:56:14 -05:00
803ce84996 Convert to use NavList::PRESENT_LINK constant 2024-12-17 11:54:14 -05:00
ef053bae29 Convert to use NavList::PRESENT_LINK constant 2024-12-17 11:53:58 -05:00