From ac8338ee901401bf7416bd83055f9f557b610f00 Mon Sep 17 00:00:00 2001 From: Nikhil Vengal Date: Tue, 7 Oct 2025 23:35:14 -0700 Subject: [PATCH] Add todo --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index aa9f039..5130baa 100644 --- a/README.md +++ b/README.md @@ -24,3 +24,12 @@ bin/rails server ``` bin/rspec ``` + +## TODO + +- What additional cols to add to parks model? +- Order results on parks#index +- index states for efficient search? + - full text search in sqlite? + - normalize state on a separate table? + - With postgres I would use a states:array col and gin index