Results 11 issues of To Huynh

### Describe the Bug _A clear and concise description of the bug._ Some images (such as person pictures or seat pictures) stored in firebase storage don't have the same content...

bug

### Feature Description _A clear and concise description of the feature you're requesting._ Add vote datetime field to the vote DB model https://github.com/CouncilDataProject/cdp-backend/blob/main/cdp_backend/database/models.py#L698 ### Use Case _Please provide a use...

enhancement

### Feature Description _A clear and concise description of the feature you're requesting._ Instead of storing a `gs://` URI, store a `https://` URI for `file.uri` ### Use Case _Please provide...

enhancement

### Describe the Bug [IndexedEventGram](https://github.com/CouncilDataProject/cdp-backend/blob/main/cdp_backend/database/models.py#L744)'s `context_span` provides a surrounding context of the gram. The [current method](https://github.com/CouncilDataProject/cdp-backend/blob/main/cdp_backend/pipeline/event_index_pipeline.py#L241) to find/create the context span is not ideal. Sometimes context span doesn't entirely contain...

bug

### Describe the Bug _A clear and concise description of what the bug is._ ### Reproduction Visit a person's page (where [`details`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details) are used) ![image](https://user-images.githubusercontent.com/37560480/173404079-ebb4eb1b-0b86-4aeb-b0d7-29108d68d387.png) ### Expected Behavior _A clear...

bug

This an issue to keep track of which texts need to be provide translations and added to our localization feature ### texts that need translations - text in LegislationOverview -...

enhancement

Just like search events results page, there should be a search legislation results page (`/matters/search?q=`) The design of the page is very similar to the [all legislation page](https://github.com/CouncilDataProject/cdp-frontend/issues/90), but `Sort`...

enhancement

### Describe the Bug _A clear and concise description of what the bug is._ Some text in web app has font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif (e.g. `Session 1` in the Event page),...

bug
good first issue

![image](https://user-images.githubusercontent.com/37560480/144647962-d05b2438-a719-46f2-a87f-c20e9b3bc6dc.png) No need to use the FilterPopup for this UI. Just use HMTL select + Mozilla protocol styling. https://protocol.mozilla.org/patterns/atoms/forms.html#select

enhancement

cdp-frontend currently uses [snowpack](https://github.com/CouncilDataProject/cdp-frontend/blob/main/package.json#L14) as frontend build tool, while cookiecutter-cdp-deployment use [react-scripts](https://github.com/CouncilDataProject/cookiecutter-cdp-deployment/blob/main/%7B%7B%20cookiecutter.hosting_github_repo_name%20%7D%7D/web/package.json#L7). The commands to start the app locally and build the app should be the same between the two...

enhancement