19 lines
372 B
Markdown
19 lines
372 B
Markdown
|
# TODO
|
||
|
|
||
|
## General
|
||
|
> General options
|
||
|
- [ ] Flag to select store
|
||
|
- [ ] Config file (to select store and some other future options)
|
||
|
- [ ] Proper logger
|
||
|
- [ ] Make helper
|
||
|
- [ ] 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
|