uchicago-capp-30320 / new-arrivals-chi

GNU Affero General Public License v3.0
9 stars 0 forks source link

(feat): Update time filtering on resources search tool #289

Open CaitlinCP opened 3 months ago

CaitlinCP commented 3 months ago

Describe the feature

Right now, the resources search tool time filter dropdown is an html select tag that pulls in each organization's opening hours using jinja macros, which is not the most user-friendly:

image

I would love for us to be able to move to an editable filter that pulls in organizations open within the time range users specify.

Requirements I believe jinja has a datetime filtering option so we may want to look into this. Barring that, we could potentially look into JS or handling resource searches as a POST request to the db.