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:
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.
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:
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.