junction
junction copied to clipboard
Junction is a software to manage proposals, reviews, schedule, feedback during conference.
I'll try to do this by the end of this month as the new changes are made. Shall I go ahead with it?
Junction has a large number of filters around `conference, proposals, comment, proposal type, and section`. As long as these filters are on foreign key, performance is fine. The problem arises...
New relic free service provides analysis on code performance and database queries time. This is beneficial for optimization.
Can we use add `django-debug-toolbar` to the dev dependencies? It is a godsend when debugging issues with all things django.
Not an exhaustive list, but here are some of the warnings that are coming while building the test. https://gist.github.com/pradyunsg/0d3cfefe1f184f7c7001e85ba5ecb8be We can take care of these by making small changes overall...
Junction doesn't have API to expose proposals public data. There are APIs for `conference, schedule, venue` etc ... Junction needs to have API for the proposals. `Slug: /api/v1/proposals?conference_name=conference_name` API returns...
[**Watch the Screencast on YouTube**](https://youtu.be/ZEWDwkNuQaA) I tried to upvote to check if it's possible to do it on our own submissions. Initially, the number of votes on it was 2....
This fixes #538  Please review this PR @pythonindia/pycon-team, @zerothabhishek
The Junction CFP homepage https://in.pycon.org/cfp/ has big banner. This big banner pushes the relevant content down the screen. This was probably useful when Junction was first used, and there were...