ForNeVeR / ForNeVeR/praefectus
Implement basic task management
Open
kind:feature
- Dominant language
- F#
- Stars
- 15
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Implement basic task management as described in the tasks RFC (#6).
- [x] add a simple data storage for Praefectus (e.g. a JSON file)
- [ ] add simple commands to
- [x] show list of tasks
- [ ] create a task
- [ ] create attribute
- [ ] delete an attribute
- [ ] set attribute value of a task
- [ ] perform diagnostics, as defined by RFC
- [ ] determine invalid task references (either non-existing ones or `Deleted`)
- [ ] determine invalid attribute values
- [ ] verify that the implementation corresponds to the specification
Depends on:
- [x] #39
Contributor guide
Assessment
This issue has not been assessed yet.