-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
None of these are high priority, but we could make things snappier by:
- paginating the
find_studiescall that fills the curator front page. It's getting pretty big (33M) - storing the output of otindex's
find_studiesand modifying it in memory as studies get edited. Obviously this would be more of a pain. - storing the
find_collectionsoutput and modifying it in memory (as in 2, but for collections) - adding a
without_version_historycall for getting a study and then loading the version history of a study asynchronously through a separate call. Same total time (or worse) for the curator. But the history tab could lag. We are committed to adding the history by default at least in version 3 of the APIs, but it does add a fair amount of extra work for something that not all users want/need.
Metadata
Metadata
Assignees
Labels
No labels