-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add "online hangout/meeting" feature #45
Comments
@brylie I would like to work on this issue, please assign me the same! |
Very cool! There is some latitude with how you think we can achieve this issue. For a reference point, consider the Codebuddies.org website hangout feature. |
@brylie do we need other fields in the "Hangouts" model, such as |
Adding Otherwise, let's keep the Hangout model as generic and straightforward as possible. The We can consider a |
@brylie is it possible to render the Jitsi meet room using |
It should only take a few lines of JavaScript to render a Jitsi meeting room in the Django template: We can use the Hangout UUID for the Jitsi meeting name or something unique and hard to guess. |
We would like to foster connections between community members who may be in different locations around the world.To support this goal, we can add a
Hangout
feature (or something similar likeMeeting
.)Task
Hangout
orMeeting
model (or something similar)title
fielddescription
RichText fieldtopics
keword select field, e.g. withdjango-taggit
URL
field (optional) to link to external meetingThe text was updated successfully, but these errors were encountered: