2021-09-12 17:57:42 +01:00
|
|
|
# Craban
|
2021-09-11 23:32:07 +01:00
|
|
|
|
|
|
|
## Config
|
|
|
|
|
2021-09-12 17:59:22 +01:00
|
|
|
Default configuration can be found in the
|
|
|
|
[craban.yml](./server/craban.yml) file at the root of the repository.
|
2021-09-11 23:32:07 +01:00
|
|
|
|
|
|
|
## Roadmap
|
|
|
|
|
|
|
|
- [ ] Add simple logger everywhere
|
2021-09-12 19:37:51 +01:00
|
|
|
- [X] Make server start, teardown and block
|
|
|
|
- [X] Bootstrap webapp
|
|
|
|
- [X] Embed webapp in server
|
|
|
|
- [X] Split server and webapp in different folders
|
|
|
|
- [X] Add modd for easy development forkflow
|
2021-09-11 23:32:07 +01:00
|
|
|
- [ ] Add webapp make targets
|
|
|
|
- [ ] Add bundle and install make targets
|
2021-09-12 19:37:51 +01:00
|
|
|
- [X] Create basic webapp structure and development workflow
|
2021-09-12 17:57:42 +01:00
|
|
|
- [X] Think of a better name
|
2021-09-11 23:32:07 +01:00
|
|
|
- [ ] Add email config and communications
|
|
|
|
- [ ] Add webpush notifications
|
2021-09-12 19:37:51 +01:00
|
|
|
- [ ] Add webapp linter
|