-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Datastore structure:
Author:12345:books:9876 → 9876 // normal
Author:books:9876 → 12345 // isIndexable
Difficulty in asserting that each relation is unique (esp. with OneToMany Relationships).
Possibly could use a AuthorInstance → OneToOne → CollectionInstance → OneToMany → BookInstances, and make a unique CollectionInstance?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request