-
Notifications
You must be signed in to change notification settings - Fork 98
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
FEATURE: Added option to user can request for ooo status using dev FF #569
Conversation
✅ Deploy Preview for staging-my ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
form-validation.2.mp4
Is Reason
not mandatory, it is accepting white spaces.
Can we validate the form on the client side first before sending it to the server, to avoid unnecessary server calls.
And can we also provide a feedback to the user about the errors(both client and server) on the UI.
Issue Ticket Number
Description
Implemented a user interface (UI) feature for requesting Out of Office (OOO) status. The UI includes a form with fields for From Date Picker, Until Date Picker, and Message Text Area. Integrated the UI with the backend through a POST API call to /requests?dev=true. Implemented input validation, user feedback, loading indicators, and a feature flag named "dev".
Documentation Updated?
Under Feature Flag
Database Changes
Breaking Changes
Development Tested?
Screenshots
Demo
request.OOO.mp4
Test Coverage
Skip one test