wikingo/TODO.md

23 lines
634 B
Markdown
Raw Normal View History

2022-03-19 00:35:53 +01:00
# TODO
## General
> General options
2022-03-28 21:33:32 +02:00
- [x] Proper logger
2022-03-28 21:11:10 +02:00
- [x] Flag that sets the debug mode
2022-03-28 21:33:32 +02:00
- [x] Flag to show the version
- [x] Page versioning in a really basic way
- [ ] Flag to select store
2022-03-19 00:35:53 +01:00
- [ ] Config file (to select store and some other future options)
2022-03-28 21:33:18 +02:00
- [x] Makefile helper
2022-03-28 21:33:32 +02:00
- [ ] Reload if files changes [idea](https://medium.com/@olebedev/live-code-reloading-for-golang-web-projects-in-19-lines-8b2e8777b1ea#.gok9azrg4)
2022-03-19 00:35:53 +01:00
- [ ] CI (gofmt, golint, more)?
## Bootstrap
> Basic elements
- [x] Echo server
- [x] Sample Model
- [x] Store interface (gorm, file...)
- [x] Open db store
- [ ] Open file store
- [x] Templates