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

Database needs redesign #23

Open
siblount opened this issue Jan 3, 2023 · 1 comment
Open

Database needs redesign #23

siblount opened this issue Jan 3, 2023 · 1 comment
Assignees

Comments

@siblount
Copy link
Owner

siblount commented Jan 3, 2023

As of right now, a lot of information is unused or unnecessary which can be removed to help save space (and most likely performance as well).

For example, SKU is unused and is irrelevant as it can simply be considered a tag. Errored files and errored messages are unused but was planned to be used later, but now may be removed. Author can probably be removed as well. Content Folders aren't needed, since it can be calculated through the files.

ID can probably be omitted since I discovered ROWID.

Furthermore, after fixing #18, it came to my realization that the files shown were only based on the paths of the archive; not the path extracted to. Files should only show files that were extracted and the paths shown should be the path it was extracted to.

@siblount siblount self-assigned this Jan 3, 2023
@siblount siblount added this to the v1.0.x Beta Release milestone Jan 14, 2024
@siblount
Copy link
Owner Author

siblount commented Jan 14, 2024

Errored messages and Errored files have been implemented but I will be removing them. It's only needed for immediate/short use not long-term use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant