Jacob Venable
Jacob Venable
When a user navigates to a different page on the site, we'd like to dynamically update the page titles so that it can be reflected in analytics. While we're adding...
## Description Some business hours are non-traditional, such as being open "every 4th Sunday of the month" Example: http://upswyng.org/resource/5def5cb9b831a048f2a3defa We'll need those values to be translated. ## Tech Notes -...
This PR does not close an issue. ## What does this PR do? - adds aliases for workspaces in root `package.json` - fixes a typo in the contributing docs ##...
## Problem We currently use the [category endpoint](https://github.com/CodeForBoulder/upswyng/blob/master/packages/server/src/routes/api/category/%5Bstub%5D.ts) to serve resources by category ([example category page](https://www.upswyng.org/food)). The issue with this endpoint is that it returns resources as groups of sub-categories,...
## Problem We currently use the [sub-category endpoint](https://github.com/CodeForBoulder/upswyng/blob/master/packages/server/src/routes/api/subcategory/%5Bstub%5D.ts) to serve resources by category ([example sub-category page](https://www.upswyng.org/food/meals)). After we tackle #488, we'll be accessing lists of resources in the web project...
related to #465 ## Description When retrieving resources by category or subcategory, the client app sorts the results by what is open. https://github.com/CodeForBoulder/upswyng/blob/ebd9dcf6190ce4baab16dc7027eda10626ff936f/packages/web/src/components/CategoryResults.tsx#L48 We should add another sorting step that...
related to #465 and #466 ## Description When retrieving resources by category or subcategory, our API endpoint returns the list sorted by those open as well as those closest to...
Below are various API keys needed to enable features in the provider portal. This issue seeks to either implement a technical enhancement that makes setting them up easier, and/or formalizing...
Currently, we have a REST API endpoint that is queried on our web app over various intervals that supplies alerts that are displayed in a global banner at the top...
There are some extra inputs we're requesting from our providers that the current DB schema doesn't account for. We'll need to come up with a structure for these additional items....