slackapi/node-tasks-app

[FEATURE] Assigning Tasks

Opened this issue · 2 comments

Description

As a
User
I want to
Assign tasks to other people on my team
So that I can
Let them know when to do something

Languages

This feature is now implemented in:

  • Python
  • Node.js
  • Java

Requirements (place an x in each of the [ ])

  • I've read and understood the Contributing guidelines and have done my best effort to follow them.
  • I've read and agree to the Code of Conduct.
  • I've searched for any related issues and avoided creating a duplicate issue.

One thing to consider: what does the view of the tasks look like in the home view? Do assigned tasks have a different section in the Home Tab or are all tasks grouped together (self-assigned and assigned)?

#29 implements some view logic around due dates, which could offer space to add the name of the assignee. Could be worth merging that and building on top vs juggling merge conflicts.