Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Gatherings #9

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

Gatherings #9

wants to merge 12 commits into from

Conversation

chakshuahuja
Copy link

@chakshuahuja chakshuahuja commented Sep 4, 2017

This feature is called Gathering which is basically like a Web-Event.

Features

  • Admin can create a “Gathering” which can be thought of as an Event or a Webinar.
  • When a “Gathering” is created, we generate a link to the Video Conference by using Jit.si.
  • Jit.si is an open source platform for Video Conferencing inside the browser.
  • This link is saved in the Entity itself but is only revealed when the gathering is ongoing or has occurred in past
  • Any other user (student or otherwise) can Join a particular Gathering.
  • Once you Join, you can view the Link to the Video Conference only when it has started.
  • We display Video Conference links to the past Gatherings (so that you can checkout any chat/notes on the video conferencing software)
  • Once the Gathering is in past, users can't join them (or leave them)
  • All the Gatherings are shown in Gatherings tab in the navbar in the order as Ongoing, then Upcoming and then the past ones.
  • It would've been nice if we were using ndb instead of db since we need to model a many-to-many relationship and as pointed out by one comment in the code that ReferenceProperty is expensive since it causes an RPC call
  • I haven't added tests for this feature. Let me know if you would like to see them.

screen shot 2017-09-03 at 9 24 17 pm

@googlebot
Copy link

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

📝 Please visit https://cla.developers.google.com/ to sign.

Once you've signed, please reply here (e.g. I signed it!) and we'll verify. Thanks.


  • If you've already signed a CLA, it's possible we don't have your GitHub username or you're using a different email address. Check your existing CLA data and verify that your email is set on your git commits.
  • If your company signed a CLA, they designated a Point of Contact who decides which employees are authorized to participate. You may need to contact the Point of Contact for your company and ask to be added to the group of authorized contributors. If you don't know who your Point of Contact is, direct the project maintainer to go/cla#troubleshoot.
  • In order to pass this check, please resolve this problem and have the pull request author add another comment and the bot will run again.

@chakshuahuja
Copy link
Author

I signed it!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants