feature: request management system page#701
feature: request management system page#701iamitprakash merged 16 commits intoRealDevSquad:developfrom
Conversation
@sahsisunny, The PUT api to update OOO request does not accept "Reason" as a "Null" value. that why this error is coming. I think we should make the API accept "Reason" as a "Null" value because in some cases admin might just accept request without any reason. what's your thought on this ? |
When the reason is null then not send in the body |
Okay got it |
Change implemented as per suggestion. now accept/reject functionality working fine without remark. |
|
Can you also add query param for tabs and filters? For tab: |
I will have to research on how to get this done. can we add this to the next task/PR? |
change done. |
…racted for createOooCard method
Achintya-Chatterjee
left a comment
There was a problem hiding this comment.
@Swapnil099 Add a working proof for the whole feature. I'm not seeing any videos
Achintya-Chatterjee
left a comment
There was a problem hiding this comment.
@Swapnil099 where is the tests for this feature?
Ooo_working_proof.mp4 |
|
Added dev feature flag. The video is attached. ooo_dev_flag.mp4 |
@Swapnil099 open an issue ticket for test and assign this ticket yourself |
Why it's showing N/A in the name field? |
I had set first_name to null in my local DB for testing the edge cases where user first_name is not available. that's why it is showing N/a here. |
okay |
okay, No worries |













Date: 18 Feb 2024
Developer Name: Swapnil Gawande
Issue Ticket Number
693
Description
This PR consists of html , css and Js code for new Out-Of-Office requests listings UI.
Documentation Updated?
Under Feature Flag
Database Changes
Breaking Changes
Development Tested?
Screenshots
Mobile and Destop View Screenshort as test with local backend setup APIs.
Test Coverage
Screenshot 1
Additional Notes