Commit graph

40 commits

Author SHA1 Message Date
ea1af2da53
Start to wire up sudo email, add email websocket 2026-02-18 17:01:02 +00:00
2626e044ca
Factor out common post parsing code for sms message 2026-02-18 08:09:53 +00:00
b0ee388986
Add simple example handler for admin functions 2026-02-18 08:02:32 +00:00
df0644f85b
Fix bug in handling errors from handler functions 2026-02-18 07:36:54 +00:00
ec8b7b7db9
Add mock of admin area 2026-02-18 07:07:15 +00:00
18c7a5f84b
Add faker routing 2026-02-17 22:50:16 +00:00
b78837cbab
Add service request detail page from service request list 2026-02-17 19:51:50 +00:00
b6264da972
Add service request list page 2026-02-17 19:06:51 +00:00
c439c7c8a8
Fold dispatch results into radar page 2026-02-17 18:56:02 +00:00
e5b6135e44
Add download and upload to the sidebar, along with mocks 2026-02-17 17:29:15 +00:00
55553eb6a6
Merge routing mock and user management pages 2026-02-17 14:42:37 +00:00
eeb74643d0
Move admin dash out of mocks and into the sidebar 2026-02-17 14:26:19 +00:00
8150af5889
Add mock of the messages page 2026-02-17 07:05:31 +00:00
5a7c9fd090
Move data out of import.district and in to organization
Then get the organization settings page to work again.

Tons of other stuff is broken now.
2026-02-17 05:33:12 +00:00
b786c88f52
Move user setting mocks to real settings 2026-02-16 20:25:57 +00:00
0b97c2cecc
Remove empty settings mock 2026-02-16 20:20:53 +00:00
d4ed987857
Move pesticide add out of mocks 2026-02-16 20:19:56 +00:00
38f64783ac
Move pesticide settings outside the mocks
And build a system for pulling common code out of the handlers
2026-02-16 20:17:41 +00:00
f6879ac094
Organize mocks
Make mock listing automatic and dynamic
Remove mocks that are implemented in some way
Move all remaining mocks into the mocks/ directory
2026-02-16 19:52:20 +00:00
421260a80a
Add radar mock 2026-02-16 19:14:58 +00:00
a1cc2dbaff
Add district setting page and display of district boundary 2026-02-16 15:03:26 +00:00
bdd862e649
Show actual information on oauth integration setting page 2026-02-13 21:14:46 +00:00
b5395afe74
Add basic stadia maps test 2026-02-12 21:06:35 +00:00
396cf5c586
Add page for showing notifications 2026-02-10 16:24:37 +00:00
8cd1a0ce02
Fix setting page URL 2026-02-09 21:52:11 +00:00
f81f8def1c
Move data entry good mock to be part of upload flow 2026-02-08 03:47:48 +00:00
0d55eb1da4
Define upload CSV schema, make POST actually go somewhere. 2026-02-08 00:59:41 +00:00
d437c68403
Add pages for showing the CSV upload UI
And sample CSV file download
2026-02-07 20:02:39 +00:00
59076e9eb0
Add page for showing pool uploads 2026-02-07 18:26:47 +00:00
0265e9d3ec
Rework template system, merge templates
The embedded portion doesn't work yet.
2026-02-07 05:53:38 +00:00
9b1d75d47f
Rename htmlpage to html
Because it's going to get more tools.
2026-01-30 19:32:01 +00:00
082fdeebdd
Add basic layout test
This is testing a new way to do the main site layout that I think will
be a better fit for where I want the UI to go with a collapsable
interface.
2026-01-28 17:15:42 +00:00
bdb3c80ad7
Add Basic text message review mock 2026-01-28 14:58:13 +00:00
182175254e
Clean up old SMS callback endpoints 2026-01-28 14:57:50 +00:00
aeaf45fa2b
Add privacy page for Nidus 2026-01-22 18:37:00 +00:00
e2549f0317
Make trap page that shows collection information 2026-01-15 22:12:52 +00:00
92294e5b16
Creat signout logic, make links use it. 2026-01-15 00:20:19 +00:00
9667f34388
Fix various logo placeholders and header and favicon 2026-01-14 20:52:57 +00:00
d60db93bf2
Make public report and sync share static assets
It just seems useful
2026-01-14 00:39:46 +00:00
cf06bb9f49
Break apart sync into parts more like public-reports
I like this layout makes it easier to track what functions do what and
keeps templates near their render functions.
2026-01-13 20:30:57 +00:00