-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: Support approve/reject all button: #502
feat: Support approve/reject all button: #502
Conversation
- Display the cards in cols instead of rows - Create an approve all btn to approve all vacation requests - Create reject all btn to reject all vacation requests
…es their pending requests
Pagination is not updated when doing approve all or reject all. screen-capture.1.webm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…ps/CSHR into development_approve_all_pending_requests
…ll of the pending requests.
25a9ea3
to
05154d2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
63a6a2e
to
26c76b0
Compare
- Fix the 'unique_together' issue. - Fix approving all vacations. - Fix updating the status of the vacations. - Update the vacation balance after the user do the action.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
Increase the pagination count in pending requests and display the cards as columns not rows and implement a new button for approving/rejecting all pending requests
Changes
Related Issues
Checklist