We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Azure Table Storage supports multiple entity types, see docs, so here are the entities that will be within the Tasks Table.
Represents a pending business task that end users need to perform.
Partition Key: Employer UUID or all Row Key: <Unix Epoch in ms>_<nonce>
all
<Unix Epoch in ms>_<nonce>
Represents any additional 'what' or 'whom' that are associated with a given task.
Partition Key: The parent task's row key. Row Key: An integer: [0, ∞)
The text was updated successfully, but these errors were encountered:
chore(deps/#27): update/add dependencies
549e092
chore(refactor/#27): move common code into utils
78d62d0
feat(#27): add another field
07e6e30
When branches are created from issues, their pull requests are automatically linked.
Tasks System:
Solution Diagram 1
Solution Diagram 2
Tasks Table
Azure Table Storage supports multiple entity types, see docs, so here are the entities that will be within the Tasks Table.
Task
Represents a pending business task that end users need to perform.
Partition Key: Employer UUID or
all
Row Key:
<Unix Epoch in ms>_<nonce>
Subject
Represents any additional 'what' or 'whom' that are associated with a given task.
Partition Key: The parent task's row key.
Row Key: An integer: [0, ∞)
Setup:
Development:
The text was updated successfully, but these errors were encountered: