Open
Conversation
added 5 commits
November 22, 2022 11:40
Add a type which is inspired by the backend model of meetings
Add the component for meeting row, which resembles a room row except there is a time and duration displayed for the meeting. Also, write corresponding storybook files
There is now a MyMeetings component which is a displays list of meetings. When there are nos meetings a small message is displayed instead
Add a date input grommet component which, once a date is chosen, changes the corresponding formik field and displays an error message if the date is not in the future.
f12976b to
75f153b
Compare
Add a component which enables the user to select a time and give it to formik context, with a suggestions dropdown
2caec79 to
a0b0062
Compare
85072a9 to
b639d4e
Compare
add a form which enables the user to register the meeting
b639d4e to
b292f2b
Compare
With the new meetings feature, we need to add a meetings page in the demo as well as in the router and navigation bar.
23fc6c1 to
ed2b964
Compare
add a form which enables the user to register the meeting. On success, the meeting is saved to local storage. Since changes to local storage do not cause react to rerender anything, you need to refresh the page for the meeting to appear in the meeting list view.
ed2b964 to
3628b08
Compare
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.
Purpose
Add a component for meetings, which are planned calls and which can be recurrent
Proposal