-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Description
I've noticed some data model/structure irregularities and inconsistencies (totally understandable given the data size/scope). For examples:
- sometimes non uids are used as foreign keys (e.g., writers are personLookup rather than uid)
- sometimes props/keys for things that can only be one object (father, mother, etc.) are arrays instead of string foreign keys
- some number props/keys are strings when they could be integers
- some keys are all caps, while most are camelCase, and a few are snake_case
- arrays of relationships are embedded in some types while others they aren't (e.g., book has writers but a person in people doesn't have associated books array of ids)
Are these things you're open to refining, or has that ship sailed?
Metadata
Metadata
Assignees
Labels
No labels