wikingo/TODO.md
2022-03-28 21:33:32 +02:00

23 lines
634 B
Markdown

# TODO
## General
> General options
- [x] Proper logger
- [x] Flag that sets the debug mode
- [x] Flag to show the version
- [x] Page versioning in a really basic way
- [ ] Flag to select store
- [ ] Config file (to select store and some other future options)
- [x] Makefile helper
- [ ] Reload if files changes [idea](https://medium.com/@olebedev/live-code-reloading-for-golang-web-projects-in-19-lines-8b2e8777b1ea#.gok9azrg4)
- [ ] 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