Mastersam07 / Mastersam07/pub-manager
Adding to favourites not updating favourite folder
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Adding a package to a favorite is meant to update the favorite folder in bookmarks. However, it tends to create a new folder and add the package bookmark to that folder.
Implications:
For 10 added packages, that would be 10 folders with the same name housing one package each instead of 1 folder with 10 packages.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named. Search the JavaScript code for the favourite action and bookmark folder creation, then trace how an existing folder is looked up. Done means repeatedly favouriting packages adds them to one shared folder rather than creating a new same-named folder each time.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100