Updated Tables

This commit is contained in:
Dunemask 2022-05-08 01:36:22 +00:00
parent 1b650070d7
commit 7db1a3456b
13 changed files with 192 additions and 9 deletions

32
ROADMAP.md Normal file
View file

@ -0,0 +1,32 @@
# Roadmap
### The end goal of this application is to provide a powerful application able to process and handle all of the your realtime QA data needs
## v0.0.1
- [x] Initial Skeleton
- [x] Frontend Drafts
- [ ] Frontend Core
- [ ] Frontend Pages
## v0.0.2
- [ ] Database Queries (Req PG)
- [ ] Database Tables (Req PG)
- [ ] Backend Routes (Req Database)
- [ ] Crons
## v0.0.3
- [ ] Rabbitmq Consumers (Req Database)
- [ ] Alerting
- [ ] Silencing
## v0.0.4
- [ ] Auth
## v0.0.5
- [ ] Docker config
- [ ] Gitlab Integration
- [ ] Garden config
## v0.0.6
- [ ] Internal Tests
- [ ] Self Test Suite