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

reduce fetching the same package multiple times #31

Closed
baruchiro opened this issue Mar 15, 2023 · 0 comments · Fixed by #35
Closed

reduce fetching the same package multiple times #31

baruchiro opened this issue Mar 15, 2023 · 0 comments · Fixed by #35
Assignees
Labels
architacture Architacture questions and decisions
Milestone

Comments

@baruchiro
Copy link
Collaborator

The flow today is finding packages on the page:

flowchart
	807640["find packages in webpage"] --> 822924["request info from background"]
	884778["send info to webapp"] --> 106849["update the store"]
	822924 --> 620428["receive info from background"]
	620428 --> 884778
Loading

Now, this flow can happen multiple times for each package, since in pages like StackOverflow, one package may appear multiple times.

We need to reduce the occurrences of the flow.

@baruchiro baruchiro added the architacture Architacture questions and decisions label Mar 15, 2023
@baruchiro baruchiro added this to the 1.0.0 milestone Mar 16, 2023
@baruchiro baruchiro self-assigned this Mar 16, 2023
baruchiro pushed a commit that referenced this issue Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
architacture Architacture questions and decisions
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant