Jake Mensch

Results 18 issues of Jake Mensch

### Overview We're currently linking to google maps for driving directions. We could try Mapbox's directions service instead, and put the directions on our own map. ### Action Items -...

role: front end
size: large

### Overview The mockups call for location-specific rules in the location details section. ![image](https://user-images.githubusercontent.com/9143823/100904802-3bdf2180-347c-11eb-8212-e11fab9a29be.png) Our current Georgia data doesn't include rules in the location object (at least in the ones...

good first issue
role: front end
Feature-State Info
HOLD

### Overview We should have a `/metadata` endpoint that contains the `id` and `name` of each `facilitytype`, `urltype` and `phonenumbertype`. The client can get that info up front and we...

role: back end/devOps
size: good second issue

### Overview The designs call for a green "Open Now" label when a location is open at the time the user is checking our site. Presumably we also want a...

role: front end
size: medium

### Overview In cases where a single location is falls in multiple categories (drop-box, early-voting, drop-off without a drop-box), each use of that location will be listed as a separate...

role: UI/UX
role: back end/devOps
role: front end
Admin Client
size: medium

### Overview The `facilityTypes`, `phoneNumberTypes` and `urlTypes` are currently hardcoded into the models. (see e.g. `src/modals/location.js`). These types should be loaded from the contemplated `/metadata` endpoint (#281) when the app...

role: back end/devOps
role: front end
Admin Client
size: medium

### Overview We need to be able to delete at least the following: (1) locations, (2) location-hours. Discuss any other records we may need to delete. ### Action Items -...

role: back end/devOps
role: front end
Admin Client
size: large

There should be a branch dropdown that allows switching to branches on than the default. - [ ] need branch endpoint on backend that accepts repoId and new branch, returns...

new feature

- [ ] enforce linting in client before vercel deploy - [ ] enforce linting and testing before server deploy

enhancement
devops