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

[Backend] Add student name based search for attendance api #180

Closed
dreamingblackcat opened this issue Oct 16, 2021 · 1 comment · Fixed by #190
Closed

[Backend] Add student name based search for attendance api #180

dreamingblackcat opened this issue Oct 16, 2021 · 1 comment · Fixed by #190

Comments

@dreamingblackcat
Copy link
Member

dreamingblackcat commented Oct 16, 2021

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 support keyword param in addition to existing grade and year 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)

@khinezarthwe
Copy link
Member

Current get all attendance endpoint

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants