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

Low level design for Meeting scheduler #2

Open
codeimmortal opened this issue Dec 30, 2024 · 2 comments
Open

Low level design for Meeting scheduler #2

codeimmortal opened this issue Dec 30, 2024 · 2 comments

Comments

@codeimmortal
Copy link

Will add detail as i go.

@thesaltree
Copy link
Owner

Standard requirements in my head for a meeting scheduler are:

  1. There should be multiple meeting rooms available.
  2. Each room should have a capacity for a specific number of people.
  3. If not already reserved, a room can be booked with a start time, end time, and duration.
  4. Notifications should be sent to everyone invited to the meeting.
  5. Users will get an invite even if they’re unavailable at the scheduled time. They can accept or reject the invite.

Please feel free to add or remove any requirements.

@codeimmortal
Copy link
Author

codeimmortal commented Jan 14, 2025

PR is raised for above. Ready to merge @thesaltree . #4

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

No branches or pull requests

2 participants