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

FEATURE: Added option to user can request for ooo status using dev FF #569

Merged
merged 6 commits into from
Mar 28, 2024

Conversation

sahsisunny
Copy link
Member

@sahsisunny sahsisunny commented Feb 11, 2024

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?

  • Yes
  • No

Under Feature Flag

  • Yes
  • No

Database Changes

  • Yes
  • No

Breaking Changes

  • Yes
  • No

Development Tested?

  • Yes
  • No

Screenshots

Demo
request.OOO.mp4

Test Coverage

Skip one test

image

Copy link

netlify bot commented Feb 11, 2024

Deploy Preview for staging-my ready!

Name Link
🔨 Latest commit b8e0e04
🔍 Latest deploy log https://app.netlify.com/sites/staging-my/deploys/660200e46e0380000806083a
😎 Deploy Preview https://deploy-preview-569--staging-my.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@sahsisunny sahsisunny changed the title deat: added option to user can request for ooo status using dev FF FEATURE: Added option to user can request for ooo status using dev FF Feb 11, 2024
@sahsisunny sahsisunny marked this pull request as ready for review March 25, 2024 23:15
Copy link
Member

@VinayakaHegade VinayakaHegade left a 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.

@sahsisunny sahsisunny merged commit 6695566 into develop Mar 28, 2024
6 checks passed
@sahsisunny sahsisunny deleted the feat/request-ooo branch March 28, 2024 23:13
@sahsisunny sahsisunny mentioned this pull request Mar 28, 2024
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants