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

Offer a Login Option Used to Store Scan History and its Results #37

Open
1 task
sethjholl07 opened this issue Sep 13, 2024 · 0 comments
Open
1 task
Labels
enhancement New feature or request

Comments

@sethjholl07
Copy link
Collaborator

Problem

Right now, there is no persistence of scan results. Each time you select an extension, even if previously scanned, it performs a whole new scan. There should be a way to store previously scanned results and display those instead of running new scans every time. Also, having a user login where a user could see all their previous scan results and refer back to them.

Solution

  1. Create a database to store scan history.
  2. Use authentication to allow individual users to login.
  3. Store user scan results in the database and display those if a specific scan on an extension has already been scanned.

Additional information

No response

👨‍👧‍👦 Contributing

  • 🙋‍♂️ Yes, I'd love to make a PR to implement this feature!
@sethjholl07 sethjholl07 added the enhancement New feature or request label Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant