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

Tasks System #27

Open
4 of 5 tasks
m-flak opened this issue Nov 25, 2023 · 0 comments
Open
4 of 5 tasks

Tasks System #27

m-flak opened this issue Nov 25, 2023 · 0 comments
Labels
enhancement New feature or request META This issue is many issues

Comments

@m-flak
Copy link
Owner

m-flak commented Nov 25, 2023

Tasks System:

Solution Diagram 1

tasks-solution-diagram

Solution Diagram 2

tasks-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:

  • Setup Tasks table
  • Setup Tasks queue

Development:

@m-flak m-flak added enhancement New feature or request META This issue is many issues labels Nov 25, 2023
m-flak added a commit that referenced this issue Nov 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request META This issue is many issues
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant