Skip to content

Commit

Permalink
todo list
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerAHolden committed Jun 26, 2024
1 parent b4e386f commit ba66cf3
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,18 @@ We wanted a UI that was agnostic to any scheduling logic after the user has sele
1. Pass in an array of date ranges that are available for meetings
1. The ScheduleMeeting component will split them into start times based on the event duration prop
1. When a user confirms a start time, the component returns:
- The start time selected
- The start time selected
- The original time slot that was used
- The original time slot now split into two separate time slots _(in case you need to keep track of availabilities)_

[Example & Documentation](https://react-schedule-meeting.netlify.app)
[Example & Documentation](https://react-schedule-meeting.netlify.app)

## TODO LIST

> For someday when I have time to work on this again. Feel free to contribute!
- [ ] Dark mode based on system settings #77
- [ ] Customize Language and text #66
- [ ] Customize slot lengths #76
- [ ] Column display option #75
- [ ] Enhance timezone support #70

0 comments on commit ba66cf3

Please sign in to comment.