dbenamy / hack-retro

A super hacky, work in progress tool to organize team retros

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hack Retro

A ridiculously hacky and as-of-yet incomplete tool to facilitate team retros.

If you want something reasonable in the same vein, check out https://remoteretro.org/ :-)

Dev

poetry install
env RETRO_ENV=dev poetry run ./manage.py migrate
env RETRO_ENV=dev poetry run ./manage.py runserver

Run checks. TODO put in ci.

poetry run mypy danretro/ main/
poetry run black --check danretro/ main/
# stop the build if there are Python syntax errors or undefined names
poetry run flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
poetry run flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics

yarn install
yarn run eslint static/main.js

About

A super hacky, work in progress tool to organize team retros

License:GNU General Public License v3.0


Languages

Language:Python 51.7%Language:JavaScript 39.7%Language:HTML 8.1%Language:Dockerfile 0.5%