nipunayf / highlights

A productivity application designed to reduce the scheduling friction between the task manager and the calendar.
GNU Affero General Public License v3.0
0 stars 0 forks source link

[New Feature]: Assign a member to a highlight #13

Open nipunayf opened 3 months ago

nipunayf commented 3 months ago

What it does?

The user should be able to assign a member to a highlight.

Why is it important?

Once a goal is shared with a group of users, an authorized user should be able to delegate or assign themselves to perform a specific highlight.

How it works?

  1. Identify the highlight you wish to delegate or assign.
  2. Click on the highlight to open the delegation options.
  3. A pop-up window will appear, displaying all members associated with the goal.
    • The first person in the list is always the user themselves.
    • The other members listed are those who are part of the shared goal.
  4. Select the member to whom you wish to assign the highlight, and the pop-up will be closed.
  5. The assigned member is now responsible for the highlight, and the view is updated for all users in the goal to reflect the assignment.
  6. To reassign an already assigned highlight, follow the same process. The new member will replace the previously assigned member.

image