Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement basic task management #22

Open
3 of 12 tasks
Tracked by #6 ...
ForNeVeR opened this issue May 24, 2020 · 0 comments
Open
3 of 12 tasks
Tracked by #6 ...

Implement basic task management #22

ForNeVeR opened this issue May 24, 2020 · 0 comments
Assignees
Labels
kind:feature Something we haven't but want to.

Comments

@ForNeVeR
Copy link
Owner

ForNeVeR commented May 24, 2020

Implement basic task management as described in the tasks RFC (#6).

  • add a simple data storage for Praefectus (e.g. a JSON file)
  • add simple commands to
    • 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:

@ForNeVeR ForNeVeR added the kind:feature Something we haven't but want to. label May 24, 2020
@ForNeVeR ForNeVeR self-assigned this May 24, 2020
ForNeVeR added a commit that referenced this issue Aug 1, 2020
System.Text.Json isn't able to serialize IReadOnlyDictionary yet.
ForNeVeR added a commit that referenced this issue Aug 1, 2020
ForNeVeR added a commit that referenced this issue Aug 1, 2020
These tasks have side effects so it's not right to declare them as
Async.
ForNeVeR added a commit that referenced this issue Aug 1, 2020
These tasks have side effects so it's not right to declare them as
Async.
ForNeVeR added a commit that referenced this issue Aug 1, 2020
These tasks have side effects so it's not right to declare them as
Async.
ForNeVeR added a commit that referenced this issue Aug 12, 2020
System.Text.Json isn't able to serialize IReadOnlyDictionary yet.
ForNeVeR added a commit that referenced this issue Aug 12, 2020
These tasks have side effects so it's not right to declare them as
Async.
ForNeVeR added a commit that referenced this issue Nov 8, 2020
ForNeVeR added a commit that referenced this issue Nov 8, 2020
ForNeVeR added a commit that referenced this issue Nov 8, 2020
ForNeVeR added a commit that referenced this issue Nov 8, 2020
ForNeVeR added a commit that referenced this issue Nov 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:feature Something we haven't but want to.
Projects
None yet
Development

No branches or pull requests

1 participant