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

[feature] HTML table for Hasura query with pagination, order by and filter #1

Open
jozef-slezak opened this issue Nov 23, 2019 · 0 comments

Comments

@jozef-slezak
Copy link
Contributor

jozef-slezak commented Nov 23, 2019

Display graphql query result in HTML table and modify history with URL query parameters (useful for navigation).

Pagination:

  • limit, offset is suitable (no need to use cursors for now)
  • should be reusable on different pages

URL query parameters:

  • Replace browser history with URL query parameters.
  • URL query parameters should contain: pagination, order by, filter.
  • should be reusable on different pages

Column Order by:

Multichoice inspiration:

Filter should contain multiple optinal inputs:

Acceptation criteria:

image
image

@jozef-slezak jozef-slezak changed the title Hasura query, pagination, order by, filter HTML table for Hasura query with pagination, order by and filter Nov 23, 2019
@jozef-slezak jozef-slezak changed the title HTML table for Hasura query with pagination, order by and filter [feature] HTML table for Hasura query with pagination, order by and filter Nov 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant