qri-io / frontend

frontend application for our qri.cloud site
GNU General Public License v3.0
3 stars 2 forks source link

refactor(UserProfile): request a user's datasets from the core `/list` endpoint #609

Closed ramfox closed 2 years ago

ramfox commented 2 years ago

Now that we have Collection in core and cloud & now that we have basic sorting on the /list endpoint, we can remove references of the /dataset_summary cloud specific endpoint.

NOTE

This will only work on cloud when PR https://github.com/qri-io/qri/pull/1981 is merged & then cloud dependencies are updated.

We may want to hold off on merging this PR until those conditions are met, otherwise sorting on the user profile page will be broken on cloud.