equinor / equinor/fusion-framework
bookmark: remove deprecated updateBookmarkAsync overload in next major version
- Dominant language
- TypeScript
- Stars
- 10
- Forks
- 10
- Avg merge
- 19h 40m
- Merged PRs (30d)
- 150
Description
In `packages/modules/bookmark/src/BookmarkProvider.ts`, `updateBookmarkAsync` has:
```ts
/**
* Updates a bookmark asynchronously.
*
* @todo - remove the deprecated method in the next major version
* ...
*/
public updateBookmarkAsync(
id_or_bookmark: string | Bookmark,
...
```
Remove this deprecated method (and update all internal/external usages) in the next major version bump of `@equinor/fusion-framework-module-bookmark`.
Contributor guide
Research direction
Start in packages/modules/bookmark/src/BookmarkProvider.ts and inspect the deprecated updateBookmarkAsync overload. Search the repository for internal and external usages before removing it as part of the next major version of @equinor/fusion-framework-module-bookmark. Done means the deprecated method and its usages are removed or updated for that major release.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100