-
Notifications
You must be signed in to change notification settings - Fork 18
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
logStore():
The potential change to the store will affect what the logStore() function prints to the console. There's several ways to approach it:
- Dynamically construct the derived fields when executing
logStore() - Add a
logEntity(entityId)function that will only print the specified entity and it's relations - Add an optional boolean parameter to
logStore()that if set to true will also construct and print the relations - Extend
logStore()to accept a set of options{related: true, entityId: 123}that will combine 2. and 3
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request