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

Add BaseControllerV2 state metadata #371

Merged
merged 1 commit into from
Mar 2, 2021
Merged

Commits on Feb 26, 2021

  1. Add BaseControllerV2 state metadata

    State metadata has been added to the new BaseController constructor as
    a required constructor parameter. The metadata describes how to derive
    the state that should be persisted, and how to derive an 'anonymized'
    representation of the controller state.
    
    The metadata describes top-level properties only, but it allows you to
    define a function to derive the anonymized or persistent state for each
    property. The only requirement of this derivation function is that the
    output is also valid JSON.
    
    This is part of the controller redesign (#337).
    Gudahtt committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    5b4e7db View commit details
    Browse the repository at this point in the history