Commit graph

10 commits

Author SHA1 Message Date
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
cf7c61637f
chore: update project
- update dependencies.
- a little bit of project restructuring.
- update test to make sure they pass.
- move magefile.go to magefiles directory.
2023-04-22 06:19:50 +01:00
6e26943db0
update dependencies and a tiny bit of refactoring 2023-02-27 00:51:48 +00:00
3baa13b05f
chore: updated go module 2023-02-14 07:54:10 +00:00
0839d566b5
refactor: replace scuffed UI with less-scuffed UI. 2021-10-09 16:22:18 +01:00
c43d8889df
refactor: project rename 2021-09-25 13:13:41 +01:00
eac8b17845
feat: created a very scuffed UI 2021-09-16 06:51:21 +01:00
20fe79b6bd
chore: update module 2021-08-29 16:06:53 +01:00
a170f90831
build: add a simple magefile 2021-08-18 01:40:12 +01:00
c336fcd82b
feat: add database functions
Add database functions to read and write statuses to the status bucket
in a BoltDB database.

Add database functions to read and write cards to the card bucket.

Use encoding/gob to encode the Status and Card values before writing
them to the database.
2021-08-16 01:56:56 +01:00