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]: Add a highlight through the goal view #8

Open nipunayf opened 3 months ago

nipunayf commented 3 months ago

What it does?

Once the user selects the goal, they should be able to add a highlight.

Why is it important?

This demonstrates the top-down approach of adding a highlight, where the user decides the goal, thinks of possible highlights, and jots them down.

How it works?

  1. Navigate to the goals section.
  2. Select the desired goal from the list.
  3. Click the Add Highlight button within the goal view.
  4. Enter the details of the new highlight, such as title and description.
  5. Save the highlight to associate it with the selected goal.