Add pagination to alerts index

This commit is contained in:
2025-10-08 00:50:00 -07:00
parent adcaf46d33
commit d43483a7ad
5 changed files with 46 additions and 2 deletions

View File

@@ -28,7 +28,8 @@ bin/rspec
## TODO
- What additional cols to add to parks model?
- Order results on parks#index
- Order results on index actions
- Return total pages for index actions
- index states for efficient search?
- full text search in sqlite?
- normalize state on a separate table?