Josh Jarvis

Results 15 issues of Josh Jarvis

Adds a page to host the http swagger docs for w3name API, fetching the schema from the w3name API. TODO: - [ ] Test CORS - [ ] Validate the...

We currently have a [PR on w3name adding openAPI spec for the API](https://github.com/web3-storage/w3name/pull/54). We should add [swagger-ui](https://swagger.io/tools/swagger-ui/) to the w3name docs page that consumes the w3name openAPI spec.

topic/pot
pi/w3name

Adds a new endpoint for fetching a single upload by given CID. Context and discussion in: https://github.com/web3-storage/web3.storage/issues/1481

Related to: https://app.zenhub.com/workspaces/web3storage-product-6106d25b58fccc00105aedcb/issues/web3-storage/web3.storage/1362 Once [PR 1501 ](https://github.com/web3-storage/web3.storage/issues/1501) is merged the `GET user/uploads` endpoint will then support additional functionality. This additional functionality should be documented and added to the JS client....

need/triage
topic/pot

BLOCKED until api is completed via #1507 and #1362 ## Tasks - [ ] adjust accounts page in website to use the updated uploads api and pinning api to retrieve...

topic/front-end
topic/pot
stack/website
pi/dotstorage-site-improvements

As discussed on the [previous pagination ticket](https://github.com/web3-storage/web3.storage/issues/1362#issuecomment-1140105729), it may make sense to add pagination on the pins endpoint. This will help when loading a large set of pins and keep...

topic/pot
topic/psa
pi/psa-follow-up

I made a quick script to generate 1000 files for testing pagination and performance. Feel like it could be useful, so plan on cleaning it up and committing it -...

need/triage
topic/pot
pi/psa-follow-up

There is a script to generate upload data: https://github.com/web3-storage/web3.storage/blob/main/packages/api/scripts/generate-upload-data.js When running this with PSA disabled it does not error out.

topic/pot

There's been a few issues related to the uploads and pins tables. - Pagination code is tough to work with since there are many components changing data, and Upload and...

topic/pot
topic/pagination

There's a new shiny uploads table component included with [this PR](https://github.com/web3-storage/web3.storage/pull/1700) We should ensure the styling of this component aligns with the designs and that the designs for for each...

topic/pot
topic/pagination