-
Notifications
You must be signed in to change notification settings - Fork 9
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
Hangouts/meeting feature #46
base: develop
Are you sure you want to change the base?
Conversation
Hangouts index page will be used to display all the hangouts and will also be used to create new hangouts in order for people to collaborate.
The cards are made to be clickable which would subsequently render individual hangouts pages. Also made the url to be a streamfield url block
This comment has been minimized.
This comment has been minimized.
…l-social-network into pr/Upasanadhameliya/46
OK, the PR code should work now. I reset the migrations and flattened the Hangout model hierarchy. I also needed to add some safety checks around our |
Get Topics property fetches all the topics and displays them on the respective hangouts pages.
Made use of RoutablePageMixin to route pages to url of /topics/<topic-slug>. Only those hangouts which are available in the selected topic will be rendered.
One thing to consider is that, by default, Codebuddies hangouts use Jitsi Meet. The |
Added translate tags Topics selected can be cleared using "clear" button
Iterating this way is not recommended when there is a huge amount of data in the database, as it slows down the retrieval. Made use of tag filtering with distinct() to fetch the topics and separated out the function that appended url to the topic
@Upasanadhameliya, I believe this pull request is ready for review, correct? |
@brylie I don't think so, the templates part is yet to be added. Sorry for the delay, I will resume working on it soon enough :)) |
All good, no hurry. I'm available now to help as well. Thanks for your help. |
Closes #45