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

Implement Profile Metadata Abstraction #8

Open
boatmeme opened this issue Jun 13, 2024 · 0 comments
Open

Implement Profile Metadata Abstraction #8

boatmeme opened this issue Jun 13, 2024 · 0 comments

Comments

@boatmeme
Copy link
Owner

Still too early in reverse engineering the RT4 format to know how valuable this might be, but I can imagine a use case for settings / values that represent read-only properties like created_date, firmware_revision, and header , and that these aren't necessarily best represented as RetroTinkSetting objects.

One approach could be to add a read-only property to RetroTinkSetting.

Another would be to maintain a separate metadata: RetroTinkSettings property of RetroTinkProfile that contains the definitions for all of the read-only values in the RT4.

Whatever path we choose, we must consider how we can best prevent / discourage developers from attempting to update those values.

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