docs: more specifics in TODO file

This commit is contained in:
decentral1se 2021-07-31 16:17:06 +02:00
parent 1442c71911
commit 4d12a75494
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

25
TODO.md
View File

@ -1,8 +1,9 @@
# TODO # TODO
Disclaimer!: List is WIP > Disclaimer!: List is WIP
## Feature parity
- [ ] Feature Parity with Abra
- [ ] Commands - [ ] Commands
- [ ] `abra server` - [ ] `abra server`
- [x] `ls` - [x] `ls`
@ -29,8 +30,13 @@ Disclaimer!: List is WIP
- [ ] `run` - [ ] `run`
- [ ] `rollback` - [ ] `rollback`
- [ ] `secret` - [ ] `secret`
- [ ] `generate`
- [ ] `insert`
- [ ] `rm`
- [ ] `undeploy` - [ ] `undeploy`
- [ ] `volume` - [ ] `volume`
- [ ] `ls`
- [ ] `rm`
- [ ] `abra recipe` - [ ] `abra recipe`
- [x] `ls` - [x] `ls`
- [x] `create` - [x] `create`
@ -38,9 +44,20 @@ Disclaimer!: List is WIP
- [x] `versions` - [x] `versions`
- [ ] `lint` - [ ] `lint`
- [ ] `upgrade` - [ ] `upgrade`
- [ ] migrating installer script
- [x] `version` - [x] `version`
- [ ] `doctor` - [ ] `doctor`
## Next phase
- [ ] Refactor code and good comments - [ ] Refactor code and good comments
- [ ] Automated builds and releases (for all OS's and archs)
- [ ] In package managers (AUR, Debian, Ubuntu, Fedora, Homebrew, etc.)
- [ ] Look at UX and UI - [ ] Look at UX and UI
- [ ] Automated builds and releases (for all OS's and archs)
## New features
- [ ] Commands
- [ ] `abra server`
- [ ] `dns`
- [ ] `gandi`
- [ ] In package managers (AUR, Debian, Ubuntu, Fedora, Homebrew, etc.)