feat: disable end date input, prevent setting end to the next day [WPB-27039] - #5177
Open
saleniuk wants to merge 1 commit into
Open
feat: disable end date input, prevent setting end to the next day [WPB-27039]#5177saleniuk wants to merge 1 commit into
saleniuk wants to merge 1 commit into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #5177 +/- ##
===========================================
- Coverage 52.74% 52.51% -0.23%
===========================================
Files 659 664 +5
Lines 23618 23824 +206
Branches 3886 3929 +43
===========================================
+ Hits 12458 12512 +54
- Misses 10010 10152 +142
- Partials 1150 1160 +10
... and 10 files with indirect coverage changes Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
Contributor
Contributor
|
APKs built during tests are available here. Scroll down to Artifacts! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://wearezeta.atlassian.net/browse/WPB-27039
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764The PR Description
What's new in this PR?
For the release of M1, we will only allow meetings within the start date. So we need to disabled the end-date field.
In this PR, end date input is disabled, it always uses the same value as start date and user cannot click it and choose different end date. Also, adjusting end time after selecting start time is limited so that it doesn't go beyond the current day.
Testing
Test Coverage (Optional)
How to Test
Schedule a meeting and try to select some start and end dates to confirm that it always stays within the same day.
Attachments (Optional)
Screen_recording_20260814_132311.mp4
PR Post Submission Checklist for internal contributors (Optional)
PR Post Merge Checklist for internal contributors
References
feat(conversation-list): Sort conversations by most emojis in the title #SQPIT-764.