2
1
Fork 0
Project management swim lanes for your terminal https://sloum.colorfield.space/docs/swim
Go to file
sloum 846390d015 Adds license, fixes bugs, adds features 2021-03-25 15:53:22 -07:00
termios Some screen drawing is happening now but it is janky 2021-03-22 22:46:01 -07:00
.gitignore Fixes a number of small details and reworks some shortcut keys 2021-03-25 09:26:45 -07:00
LICENSE Adds license, fixes bugs, adds features 2021-03-25 15:53:22 -07:00
README.md Adds license, fixes bugs, adds features 2021-03-25 15:53:22 -07:00
board.go Adds license, fixes bugs, adds features 2021-03-25 15:53:22 -07:00
colors.go More or less working board 2021-03-24 23:22:54 -07:00
comment.go More or less working board 2021-03-24 23:22:54 -07:00
go.mod Adds go.mod 2021-03-25 17:47:03 +00:00
lane.go Adds license, fixes bugs, adds features 2021-03-25 15:53:22 -07:00
main.go Adds license, fixes bugs, adds features 2021-03-25 15:53:22 -07:00
notes.md Some screen drawing is happening now but it is janky 2021-03-22 22:46:01 -07:00
story.go Adds license, fixes bugs, adds features 2021-03-25 15:53:22 -07:00
task.go More or less working board 2021-03-24 23:22:54 -07:00

README.md

swim - project board software

swim is a project/task management helper that organizes projects into "swim lanes". The lanes can contain "stories" that represent a subproject. These subprojects can have titles, descriptions, assigned users, a point representation of their difficulty, a task list, and comments. Stories can be moved around within and between lanes to represent their current state in the project. A common layout for simple projects is to have three lanes: backlog, active, complete; but many other working models are possible.