wikingo/TODO.md

23 lines
636 B
Markdown
Raw Normal View History

2022-03-19 00:35:53 +01:00
# TODO
## General
> General options
- [ ] Flag to select store
2022-03-28 21:11:10 +02:00
- [x] Flag that sets the debug mode
- [ ] Flag to show the version
2022-03-19 00:35:53 +01:00
- [ ] Config file (to select store and some other future options)
- [ ] Proper logger
2022-03-23 00:22:38 +01:00
- [ ] Makefile helper
- [ ] 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)?
2022-03-28 17:14:01 +02:00
- [x] Page versioning in a really basic way
2022-03-19 00:35:53 +01:00
## Bootstrap
> Basic elements
- [x] Echo server
- [x] Sample Model
- [x] Store interface (gorm, file...)
- [x] Open db store
- [ ] Open file store
- [x] Templates