A super simple issue management software. The main focus
is on super simple but qualitative and fast design.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
- Backend
- Kotlin
- Spring
- GraphQL
- Frontend
- Elm
- elm-ui via
mdgriffith/elm-ui
- Material Icons via
icidasset/elm-material-icons
- Graphql via
dillonkearns/elm-graphql
Install elm-live for the live and hot reloading frontend development server.
npm install -g elm-live
If you want to start developing. Start a frontend and backend dev server.
sh develop.sh
This starts an hot reloading elm-live dev server and executes the Gradle Task that starts the backend dev server. Look into the scripts to see the separate frontend and backend commands.
Follow the standard output text for hosting information like host and port. The hosted web application contains the app.
- Project
- Backlog
- Issue
- Epic
- State
Tracking features and there state.
- show all Projects
- show a Project by id
- add Project
- remove Project
- change Project name
- show all Backlogs
- show a Backlog by id
- add Backlog
- remove Backlog
- change Backlog name
- show all Issues
- show an Issue
- add Issue
- remove Issue
- change Issue
- show all Epics
- add Epic
- remove Epic
- change Epic name
- show all States
- add State
- remove State
- change State name
- Building a vertical slice
- Add login and users