From ba66cf3fc38edb54b5ebf076b9649c686ae012ff Mon Sep 17 00:00:00 2001 From: Tyler Holden Date: Wed, 26 Jun 2024 09:21:32 -0500 Subject: [PATCH] todo list --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3bfc367..c3f1534 100644 --- a/README.md +++ b/README.md @@ -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) \ No newline at end of file +[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