m-flak / matts

"Matthew's ATS" - Portfolio Project - A fully functional job board! Deploys to Azure and uses Azure Functions.
GNU Affero General Public License v3.0
1 stars 0 forks source link

Tasks System #27

Open m-flak opened 9 months ago

m-flak commented 9 months ago

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: _``__

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: