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

Abstract out assignments into tasks #55

Open
cormander opened this issue Apr 18, 2020 · 1 comment
Open

Abstract out assignments into tasks #55

cormander opened this issue Apr 18, 2020 · 1 comment

Comments

@cormander
Copy link

As a campaign manager, I need to create tasks for volunteers so that we can provide clear instruction as to what needs to be done within the tool.

This feature is done when:

  • A new task creation API exists
  • Tasks require a form, a list ("turf" or otherwise), and a text description
  • A task status API exists
  • The "/hello" endpoint is updated to pull assignments from tasks if they exist
@cormander
Copy link
Author

In neo4j context, the schema ought to look something like:

(:Volunteer)-[:ASSIGNED]->(:Task)
(:Task)-[:TASK_FORM]->(:Form)
(:Task)-[:TASK_TURF]->(:Turf)
(:Task)-[:TASK_LIST]->(:List)
(:Person)-[:RESIDENCE]->(:Address)-[:WITHIN]->(:Turf)
(:Person)-[:LIST_PERSON]->(:List)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant