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

UserTask model, policies and endpoints #674

Merged
merged 4 commits into from
Feb 1, 2017
Merged

UserTask model, policies and endpoints #674

merged 4 commits into from
Feb 1, 2017

Conversation

begedin
Copy link
Contributor

@begedin begedin commented Feb 1, 2017

What's in this PR?

MVP for the feature of assigning tasks to users.

MVP in this case means that there is no due date. I believe this is mergeable as is, while due date can be done as a separate issue.

As is, the UserTask is just a many-to-many link between users and tasks, with an endpoint and policies to create and destroy records.

The proposed issue to add a due date would require us to add that field to the model, then implement an update policy and endpoint which allows changing it.

References

Progress on: #670

@begedin begedin changed the title 667 user tasks UserTask model, policies and endpoints Feb 1, 2017
@begedin begedin merged commit 43e1833 into develop Feb 1, 2017
@begedin begedin deleted the 667-user-tasks branch February 1, 2017 07:43
@daveconnis daveconnis added this to the Tasks have an assigned user milestone Apr 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants