Skip to content

feat: goal linking UI in Notes detail pane#5

Open
rhyolyn wants to merge 1 commit into
mainfrom
sprint-5/goal-linking
Open

feat: goal linking UI in Notes detail pane#5
rhyolyn wants to merge 1 commit into
mainfrom
sprint-5/goal-linking

Conversation

@rhyolyn
Copy link
Copy Markdown
Owner

@rhyolyn rhyolyn commented Apr 30, 2026

Replace the read-only goals label in the Notes detail pane with an interactive widget:

  • QListWidget shows linked goals (title + status), each with their goal_id stored as item data
  • Link Goal… button opens a picker dialog listing all goals; already-linked goals are shown disabled
  • Unlink button removes the selected link with a confirmation prompt
  • Buttons enable/disable based on note selection state
  • 156 tests passing, 95% coverage

Replace read-only goals label with interactive QListWidget.
Add 'Link Goal...' button (opens picker dialog) and 'Unlink' button.
Already-linked goals are shown as disabled in the picker.
Unlinking prompts for confirmation before removing the link.
Buttons enable/disable based on note selection.
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 30, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

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

Successfully merging this pull request may close these issues.

1 participant