Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize most common sort/search queries with indexes #153

Open
nciemniak opened this issue Mar 6, 2020 · 0 comments
Open

Optimize most common sort/search queries with indexes #153

nciemniak opened this issue Mar 6, 2020 · 0 comments
Assignees

Comments

@nciemniak
Copy link
Contributor

nciemniak commented Mar 6, 2020

Request URLs for all index pages:

  1. Project Index:
    /projects
  2. Workflow Index:
    /workflows?filter[project_id_eq]=123&page[number]=1
  3. Group Index:
    data for this index page is included in the query for the Workflow index page
  4. Group Transcriptions:
    /transcriptions?filter[group_id_eq]=GROUP1&page[number]=1

Example values (e.g. 123) are used where ids are expected in the URL.

@nciemniak nciemniak self-assigned this Mar 6, 2020
@zwolf zwolf moved this to Features in TOVE Dev Plan Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Features
Development

No branches or pull requests

1 participant