Commit graph

2 commits

Author SHA1 Message Date
e13d3e2085
refactor: renamed internal package; fixed linting
- Renamed internal package database to db.
- Fixed linting issues from golangci-lint.
- Fixed nil pointer exception in status.go
2023-04-26 11:11:49 +01:00
571bce3a16
feat: move a card between statuses
Add a very simple interface to allow a user to move a
card from one status to another.
2023-04-26 08:32:33 +01:00