You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ok, my earlier claim was a little ambitious. Here are the key user-facing moments I have so far that should inform needed endpoints. These are almost certainly not complete.
Drag file onto browser and start upload of file.
(In parallel, before file is done uploading) Give listing a title, description, tags (if we use them)
View a listing's metadata details (title, description, file type, owner address, date shared, bytes, price in USD)
Get a temporary url to download actual data for a listing a user has bought
Get listings a user has shared or bought
get list of hot/trending/most bought/featured listings
get listings for a tag (if we do use tags, need to decide)
I'm still fleshing out flows through different tasks, and from that will write more detailed user stories.
As we dig into building the front end I suspect there are going to be more that we didn't anticipate. For example, we may want to show $USD value of something denominated in ETH, so we may want to create or use an endpoint that gives a price conversion.
What endpoints do we need for this version?
/upload
/browse
/browse/{discoverability patterns we support}
The text was updated successfully, but these errors were encountered: