equinor / equinor/fusion-framework

Show success/failure messages for bookmark create/update/remove actions

Open
#5,089 0 comments 0 reactions 0 assignees View on GitHub
module:bookmark tech-debt
Dominant language
TypeScript
Stars
10
Forks
10
Avg merge
19h 40m
Merged PRs (30d)
150

Description

## Context

Several bookmark UI actions currently only `console.debug`/`console.error` on success/failure instead of surfacing feedback to the user:

- `packages/react/components/bookmark/src/components/create-bookmark/CreateBookmark.tsx` — after creating a bookmark
- `packages/react/components/bookmark/src/components/edit-bookmark/EditBookmark.tsx` — after updating a bookmark
- `packages/react/components/bookmark/src/components/sectionList/SectionList.tsx` — after "Update with current view" and "Remove" actions

## Task

Add a user-visible success/failure message (e.g. a toast/snackbar) for bookmark create, update, and remove actions in the components listed above.

## Acceptance criteria

- [ ] Creating a bookmark shows a success or failure message
- [ ] Updating a bookmark (including "update with current view") shows a success or failure message
- [ ] Removing a bookmark shows a success or failure message

Contributor guide

Open the contributing guide

Research direction

Start by reading CreateBookmark.tsx, EditBookmark.tsx, and SectionList.tsx, tracing the create, update, update-with-current-view, and remove action handlers. Identify the project's user-visible feedback pattern, then verify that each listed action shows success or failure feedback and that the existing bookmark behavior remains intact.

Written by the indexing model from the issue text.

Assessment

Tech stack
react, typescript
Domain
frontend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
68/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.