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

Column filter structure #6

Closed
1 task
ackwell opened this issue Nov 28, 2022 · 1 comment
Closed
1 task

Column filter structure #6

ackwell opened this issue Nov 28, 2022 · 1 comment

Comments

@ackwell
Copy link
Owner

ackwell commented Nov 28, 2022

Sheet endpoints would benefit from a query argument(s) to control the columns that will be returned in the response. While the query arguments are necessarily strings, they should be parsed into some form of structured representation that can be "walked" alongside the schema.

Open questions:

  • Schema package has some need for column specifiers on references, is this something relevant to that?
    It likely isn't relevant - reference specifiers are naturally single-column targets, while column filtering must target 0-to-many. Search filter specifiers will probably be more appropriate for this.
@ackwell
Copy link
Owner Author

ackwell commented Nov 28, 2022

Completed in ac67f40

@ackwell ackwell closed this as completed Nov 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

1 participant