-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1fa3d28
commit b7e5d03
Showing
2 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Backlog | ||
|
||
- [ ] Add Postgres Database | ||
- [ ] Design schema | ||
- [ ] Prepare flyway (or similar) scripts | ||
- [ ] Prepare Kubernetes Resource Files to initialise the System | ||
- [ ] Connect Golang Rest-Backend to Postgresql | ||
- [ ] Add E2E UI Tests | ||
- [ ] Add E2E Backend Tests | ||
- [ ] Add MVP Nodejs Rest-Backend | ||
- [ ] Add MVP C# Rest-Backend | ||
- [ ] [Optional] Add MVP Clojure Rest-Backend | ||
- [ ] [Optional] Add MVP Kotlin Rest-Backend |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Sprint 001 | ||
|
||
- [ ] Prepare docker-compose to initialise FrontEnd and Backend | ||
- [ ] Prepare Dockerfile for React App | ||
- [ ] Prepare Dockerfile for Golang Rest-Backend | ||
- [ ] MVP React App | ||
- [ ] Add Login via Auth0 | ||
- [ ] Add Tasks | ||
- [ ] Delete Tasks | ||
- [ ] Improve UI |