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

Renaming #37

Closed
8 of 9 tasks
keller-mark opened this issue Jan 18, 2024 · 1 comment · Fixed by #74
Closed
8 of 9 tasks

Renaming #37

keller-mark opened this issue Jan 18, 2024 · 1 comment · Fixed by #74
Labels

Comments

@keller-mark
Copy link
Owner

keller-mark commented Jan 18, 2024

  • CmvProvider -> CoordinationProvider
  • @use-coordination/provider -> @use-coordination/core
  • useCoordinationScopesL1 -> useCoordinationScopes
  • useMultiCoordinationValues -> useCoordinationObject? Also, add to hooks page of docs
  • useCoordinationScopesL2 -> useCoordinationScopesL1
  • viewConfig -> spec in Zustand store
  • diffByKey -> remountOnKeyChange
  • config -> spec (everywhere)?
  • CmvConfig -> CoordinationSpec?
@keller-mark keller-mark changed the title More renaming Renaming Jan 26, 2024
@keller-mark
Copy link
Owner Author

keller-mark commented Feb 15, 2024

Vitessce to UseCoordination name changes:

  • useInitialCoordination -> _useInitialCoordination
  • useCoordination -> _useCoordination
  • useMultiCoordinationScopes -> _useCoordinationScopesL1All -> _useCoordinationScopesAll
  • useMultiCoordinationScopesNonNull -> _useCoordinationScopesL1 -> _useCoordinationScopes
  • useMultiCoordinationScopesSecondary -> _useCoordinationScopesL2All -> _useCoordinationScopesL1All
  • useMultiCoordinationScopesSecondaryNonNull -> _useCoordinationScopesL2 -> _useCoordinationScopesL1
  • useMultiCoordinationValues -> _useCoordinationObject
  • useComplexCoordination -> _useCoordinationL1
  • useComplexCoordinationSecondary -> _useCoordinationL2
  • useCoordinationScopes and useCoordinationScopesBy -> useViewMapping
  • VitessceConfig -> CmvConfig -> ?
  • viewConfig -> ?
  • useViewConfigStore -> useCoordinationStore
  • useViewConfigStoreApi -> useCoordinationStoreApi
  • ViewConfigProvider -> CoordinationStoreProvider
  • ViewConfigProviderLocal -> CoordinationStoreProviderLocal
  • createViewConfigStore -> createCoordinationStore
  • useSetViewConfig -> useSetSpec
  • remountOnUidChange -> remountOnKeyChange
  • store
    • state.initialViewConfig -> state.initialSpec
    • state.viewConfig -> state.spec
    • state.setViewConfig -> state.setSpec

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

Successfully merging a pull request may close this issue.

1 participant