Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.38 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.38 KB

scheduling-quick

Tyr it out

A web application which finds the common schedules of a group of people for a meeting, gathering, etc.

Learning Objectives

  1. Implement TypeScript in React and Nodejs
  2. Test driven development
  3. Apply common sorting algorithms and data structures

How to use

  1. Event organizer fills in a simple form, describing the event

image
2. A link will be generated and the organizer sents it to participants

image
3. Participants fill in their available schedules

image
4. Result is divided into 4 categories
a. Time slots meet the requirement and all participants are available
b. All participants are available but the time slots don't meet the requirement
c. Time slots meet the requirement but NOT all participants are available
d. Time slots don't meet the requirement and NOT all participants are available

image