-
Notifications
You must be signed in to change notification settings - Fork 0
create /players/.../collections endpoint #6
Copy link
Copy link
Open
Description
some implementation notes:
- the
collections.dbfile is really simple and should be stored as-is per user so that it can be retrieved as needed, possibly using/players/.../collections.db. - create a new sql table for collections, which will assist with fetching all relevant map data in one query (and can include visibility preferences too).
- parsed collection data should be accessible at
/players/.../collections. - collection info should be mostly read-only (unless overwritten by a new import), but users should be able to specify which collections are shown on their profile, possibly by a put request.
- write tests first!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels