Skip to content

Commit

Permalink
Prune backlog (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
agile-jordi authored Jun 23, 2023
2 parents df54f29 + 8030d2b commit a27ae3b
Showing 1 changed file with 11 additions and 14 deletions.
25 changes: 11 additions & 14 deletions docs/Requirements.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,19 @@
# Requirements

## Non functional requirements
## Requirements (as epics)

- [ ] The application is deployed in a cloud provider
- [ ] The application is usable via an HTTP API in Json
- [ ] Remove the example console application

### The application is deployed in a cloud provider

- [ ] Deploy on Heroku
- [ ] Github actions to deploy on Heroku every time a PR is merged into main
- [ ] Initial setup (see below)
- [ ] Authentication & Authorization (see below)
- [ ] Inform time entries (see below)
- [ ] Listing of my own time entries
- [ ] Invoicing report (see below)

## Functional Requirements (as epics)
## Initial setup

- [ ] Inform time entries
- [ ] Listing of my own time entries
- [ ] Invoicing report
- [ ] Authentication & Authorization
- [x] The application is deployed in Heroku
- [x] The application is usable via an HTTP API in Json
- [ ] Remove the example console application
- [ ] The application runs the migrations on each deployment / start up

### Inform time entries

Expand Down

0 comments on commit a27ae3b

Please sign in to comment.