Commit graph

80 commits

Author SHA1 Message Date
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
1739bc6000
Add service area border to aggregate map 2026-02-17 06:49:41 +00:00
cd6bbc69a4
Make pool upload map show district border 2026-02-17 06:05:24 +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
5b33b7ffcf
Switch cell detail page to libremap rendering 2026-02-16 18:49:07 +00:00
f859e372c6
Fill in correct data about the district 2026-02-16 15:26:41 +00:00
a1cc2dbaff
Add district setting page and display of district boundary 2026-02-16 15:03:26 +00:00
0f7e01e8a2
Add map to pool import overview
For my own debugging really
2026-02-16 01:15:13 +00:00
f9d4206bab
Show tokens that have expired 2026-02-13 21:24:39 +00:00
bdd862e649
Show actual information on oauth integration setting page 2026-02-13 21:14:46 +00:00
e475e43fef
Gracefully handle users without an organization 2026-02-13 19:20:41 +00:00
961ca9270e
Move setting logic to its own file
It's going to grow
2026-02-13 19:20:26 +00:00
b5395afe74
Add basic stadia maps test 2026-02-12 21:06:35 +00:00
47fb1b407f
Fix tegola URL in dashboard 2026-02-10 17:31:24 +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
316a94a6cf
Link up settings in sidebar to settings page 2026-02-09 19:57:12 +00:00
515dbb54fa
Add basic pipe to provide status to the pool id page 2026-02-09 19:13:58 +00:00
d06b8f7949
Add mode data to pool upload rows, move to fileupload schema
This allows users to review the data before committing it to the
database
2026-02-09 19:03:27 +00:00
135ad2b73e
Do file upload, show list of uploads, do initial processing. 2026-02-09 18:25:44 +00:00
fdd783c19c
Rework userfile yet again
I'm settling on the idea that strings should never be returned from the
userfile system. Instead, indicate which collection you want and pass
objects across.
2026-02-08 04:36:12 +00:00
f81f8def1c
Move data entry good mock to be part of upload flow 2026-02-08 03:47:48 +00:00
6716bc68c9
Make file uploads of CSV actually save to disk 2026-02-08 01:44:44 +00:00
0d55eb1da4
Define upload CSV schema, make POST actually go somewhere. 2026-02-08 00:59:41 +00:00
21fac37597
Rework files to use strings instead of duplicate functions
There's too many functions at this point.
2026-02-08 00:58:51 +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
40028744ba
Fix svg pipeline to not need an explicit list 2026-01-30 20:11:17 +00:00
38b1cdbbad
Auto transform SVGs into template portions
This means I don't have to modify the files correctly by hand
2026-01-30 19:32:01 +00:00
9b1d75d47f
Rename htmlpage to html
Because it's going to get more tools.
2026-01-30 19:32:01 +00:00
38d492e9da
Rework custom bootstrap theme to include all of bootstrap
I already had most of it anyway. This also fixes our buttons to have the
correct contrast.
2026-01-30 15:08:11 +00:00
9bf407be6c
Switch to new favicon and custom css for RMO 2026-01-30 00:06:37 +00:00
ef38aaf041
Add example tooltip 2026-01-29 15:05:06 +00:00
aa3e22d814
Make sidebar collapse centered and overlapping
Fix some styling stuff that was being done via JavaScript that can be
done via selectors.
2026-01-29 14:56:02 +00:00
4a99cb1166
Move sidebar toggle button into sidebar, make icon flip 2026-01-29 03:19:25 +00:00
20eda6a1d8
Make logo change with sidebar collapse 2026-01-28 22:33:32 +00:00
5d4a7a4155
Add customized CSS theme for bootstrap 2026-01-28 22:25:02 +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