Skip to content

Commit

Permalink
plan: updates backlog
Browse files Browse the repository at this point in the history
  • Loading branch information
tonitienda committed Mar 21, 2024
1 parent 1fa3d28 commit b7e5d03
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .docs/tasks/backlog.md
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
10 changes: 10 additions & 0 deletions .docs/tasks/sprint-001.md
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

0 comments on commit b7e5d03

Please sign in to comment.