Commit graph

5 commits

Author SHA1 Message Date
5005550cee
fix: delete cards 2023-04-28 22:38:26 +01:00
4086a46065
fix: update db path 2023-04-26 14:46:50 +01:00
83c3d58ec9
chore: project rename and license change
- Changed the name of the project to pelican
- Changed the license to MIT.
2023-04-26 14:41:50 +01:00
3169d341d2
refactor: change Status.Order to Status.Position
Change Status.Order to Status.Position, and the ByStatusOrder type to
ByStatusPosition to make it clearer that status' are ordered by their
position on the Kanban board.
2023-04-26 11:23:48 +01:00
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