Jeremy Asuncion

Results 32 issues of Jeremy Asuncion

Some recent feedback @richaagarwal left is around consistency for `API_URL` on the hub. A few suggested improvements: 1. Rename `API_URL` to `BACKEND_URL` - There is one usage called `BACKEND_URL`: https://github.com/chanzuckerberg/napari-hub/search?q=BACKEND_URL...

enhancement
P1
frontend

Just realized I forgot to implement some suggested UX improvements for the area chart: - [ ] The decimals (1.0, 1.5, 2.0...) look weird on the y-axis. - [ ]...

P1
good first issue
frontend

#### Description The sort plausible event should only be sent when a user clicks on a sort option. #### Steps/Code to Reproduce 1. Go to https://napari-hub.org 2. Enter search term...

bug
P1
frontend

This is a follow-up of https://github.com/chanzuckerberg/napari-hub/issues/421#issuecomment-1072562144. When collapsing the plugin categories, we want to try and show at least 1 pill due to the narrow screen size. Otherwise, no category...

enhancement
P2
good first issue
frontend

We can either add the `reader_file_extensions` and `writer_file_extensions` fields to the response, or we can implement the `includes` parameter as defined in the [API contract](https://docs.google.com/document/d/1Md39pS3v7yP8a7fNb6qfAmFY4arVUjIuJZTi3JVz9hw/edit) We need these fields to...

backend

I noticed during @DragaDoncila's demo that the plugin type is showing the raw value instead of the label

P1
good first issue
frontend

Follow up from: https://github.com/chanzuckerberg/napari-hub/issues/900#issuecomment-1432142335 There is a weird issue right now where after the page hydrates, duplicate meta tags are found and stay stuck on the page after initial load:...

bug
P2
good first issue
frontend

#### Description When opening a plugin page with a heading hash added to it, the hub will briefly scroll to the heading and scroll back to the top. It seems...

bug
P2
frontend

We have CI for deploying to staging whenever there's a push to `main`, and right now it's possible for there to be multiple running deployments at the same time. In...

bug

I noticed that when using [swagger on staging environment](https://api.staging.napari-hub.org/), it calls the production API instead of the staging one. Looks like there's a dropdown for selecting the environment, but ideally...