Developer Documentation¶
Contents
The Planning Poker app can be used and expanded like any other Django app. If you want to extend this app’s functionality, you should consider writing an extension app. Feel free and see the Jira extension for inspiration on how to design your extension.
This project uses websockets provided by Django Channels to communicate with the users and utilizes django-channels-presence to track the participants of a poker session.