Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent Duplicate Saves of the Same Webpage in Chrome Extension #267

Open
ausane opened this issue Aug 27, 2024 · 5 comments
Open

Prevent Duplicate Saves of the Same Webpage in Chrome Extension #267

ausane opened this issue Aug 27, 2024 · 5 comments
Labels
enhancement New feature or request extension related to Supermemory Chrome Extension

Comments

@ausane
Copy link

ausane commented Aug 27, 2024

Description:

The current Chrome extension allows the same webpage to be saved multiple times without any warning or notification. This can lead to unnecessary duplicates in the saved content, cluttering the data and making it difficult to manage.

Steps to Reproduce:

  1. Install and set up the Chrome extension.
  2. Visit a webpage and save it using the extension.
  3. Attempt to save the same webpage again by clicking the extension icon.

Expected Behavior:

When a user tries to save a webpage that has already been saved, the extension should:

  1. Warn the user that the page has already been saved.
  2. Provide an option to either cancel the save or update the existing entry (e.g., adding a new note).

Actual Behavior:

The extension allows the same webpage to be saved multiple times without any notification or check, resulting in duplicate entries.

Proposed Solution:

Implement a duplicate check in the extension that:

  1. Identifies if a webpage has already been saved.
  2. Prompts the user with a warning if they attempt to save a duplicate.
@Welding-Torch Welding-Torch added extension related to Supermemory Chrome Extension enhancement New feature or request labels Sep 3, 2024
@Welding-Torch
Copy link
Contributor

Thanks for the well-written and well formatted issue. I agree this is something we should implement, will communicate this to the team 👍

@SaurabhBarde-007
Copy link

Hello @Welding-Torch
Can I work on this issue ?

@Welding-Torch
Copy link
Contributor

@SaurabhBarde-007 absolutely, we're accepting PRs

@SaurabhBarde-007
Copy link

Sure @Welding-Torch, I am working on this

@sasibhumaraju
Copy link

@SaurabhBarde-007 what is the current status on this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request extension related to Supermemory Chrome Extension
Projects
None yet
Development

No branches or pull requests

4 participants