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

implement Book form #24

Open
1 of 2 tasks
txwkx opened this issue May 18, 2017 · 0 comments
Open
1 of 2 tasks

implement Book form #24

txwkx opened this issue May 18, 2017 · 0 comments
Labels

Comments

@txwkx
Copy link
Owner

txwkx commented May 18, 2017

Required fields:

  • Title
  • Room
  • Date
  • Start time
  • End time (by default + 30 min)

Once claiming a room update 2 collections:

  • Meetings (new record -> [ roomId, hostId, startTime, endTime ] )
  • Bookings (find record by roomId & date -> update timeslots array )
@txwkx txwkx added the js label May 18, 2017
@txwkx txwkx added this to TODO in General Workflow May 22, 2017
@txwkx txwkx moved this from TODO to In Progress in General Workflow May 26, 2017
@txwkx txwkx moved this from In Progress to TODO in General Workflow Jul 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

No branches or pull requests

1 participant