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

Refactor the Updater #311

Closed
dangoslen opened this issue Dec 23, 2024 · 0 comments
Closed

Refactor the Updater #311

dangoslen opened this issue Dec 23, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@dangoslen
Copy link
Owner

Refactor the Updater to stop attempting to update entries one-by-one

Instead,

  • read all the entries (already happens technically, but needs to be reworked)
  • perform duplicate and updates to existing entries using the extracted entries
  • sort them (if necessary)
  • write them all out, considering if a new version or section needs to be added

Should result in a much cleaner implementation and also faster

@dangoslen dangoslen added the enhancement New feature or request label Dec 23, 2024
@dangoslen dangoslen added this to the v4.0 milestone Dec 23, 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