Possy was created based on Boris's idea to print out tasks, bugs and other issues on POS Printer (e.g. Epson TM-T20II) instead of using Post-it®, or print it on regular paper and use the scissor. Possy is an addition for physical scrum and kanban boards.
- possy-daemon (print job)
- possy-service (print requests and Planner)
- CUPS (print platform) - see also Installation Guide for setup
- providers lika Jira, GitHub, etc. (currently only Jira supported)
The daemon part connects to a possy-service and fetches print requests (simply text or image content). For each print request a PDF will be generated and printed via CUPS to a specific POS Printer(s). The daemon job might run on a Pi.
The service is a Vaadin frontend, which creates print requests either by retrieving content from Jira (or other Providers) or get manually entered issues.
Possy knows 4 different types of issues:
- Stories
- Tasks
- Bugs
- Freeform (like a note)
An issuetype is mapped to a specific printer (currently up to 3 different printer):
- Stories -> white
- Tasks -> white
- Bugs -> pink
- Freeform -> yellow
You want to contribute? Great! Thanks for being awesome! Please see the project related issues before you start coding. Pull requests are always welcome!
In short, we provide an .editorconfig
file.
For more information please have a look at https://editorconfig.org/.