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

Split the cache table from the record table #29

Merged
merged 10 commits into from
Dec 15, 2024
Merged

Conversation

jmeaster30
Copy link
Owner

  • Added a new table for cached records
  • Hooked up new table to lookup in the resolver and made it so responses are cached and cleared properly
  • fixed a renaming bug I introduced in the TUI changes

Resolves #26

@jmeaster30 jmeaster30 added bug Something isn't working Improvement Not a bug but a problem that needs improving labels Dec 5, 2024
@jmeaster30
Copy link
Owner Author

jmeaster30 commented Dec 10, 2024

To-do list

  • Finish getting cached records from db for TUI
  • Maybe make a From derive macro that implements From, From<&MyType>, FromIterator<&MyType>, etc. to a particular other type
  • switch between views
  • clean up warnings

@jmeaster30
Copy link
Owner Author

Resolves #22

@jmeaster30 jmeaster30 mentioned this pull request Dec 12, 2024
@jmeaster30
Copy link
Owner Author

Resolves #8

@witchofthewires witchofthewires merged commit 7d4bd9b into main Dec 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Improvement Not a bug but a problem that needs improving
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Split cached records table from the main records table
2 participants