We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now, the search we have right now in Attendance page is a placeholder implementation only searching in the current page.
What we would like to get is a search that works with the backend and gives all matching results.
For that, we need to support keyword search in /attendances endpoint.
/attendances
I am using keyword param for search keyword. So, the api should now support keyword param in addition to existing grade and year parameters.
keyword
grade
year
Also please make sure that we can give those filters in any combination. Just only one or just two or all three for example.
(Refer #176 for frontend portion of this)
The text was updated successfully, but these errors were encountered:
Current get all attendance endpoint
Sorry, something went wrong.
#180 modify type hint
bb2369b
Successfully merging a pull request may close this issue.
Right now, the search we have right now in Attendance page is a placeholder implementation only searching in the current page.
What we would like to get is a search that works with the backend and gives all matching results.
For that, we need to support keyword search in
/attendances
endpoint.I am using
keyword
param for search keyword. So, the api should now supportkeyword
param in addition to existinggrade
andyear
parameters.Also please make sure that we can give those filters in any combination. Just only one or just two or all three for example.
(Refer #176 for frontend portion of this)
The text was updated successfully, but these errors were encountered: