-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
component: backendPull requests that update Go codePull requests that update Go codegood first issueGood for newcomersGood for newcomerslanguage: Gostatus: newtype: pedantic
Milestone
Description
Description
Ensure that all relation names in the Graph Database are meaningful, relevant, and consistent.
Some relation names in the Graph DB may sound unrelated, unclear, or misleading. This can cause confusion for developers and contributors who work with the data model.
Tasks
- Review all relation names.
- Identify any names that:
- Don’t clearly represent their purpose.
- Sound unrelated to the entities they connect.
- Break naming consistency with similar relations.
- Rename these outliers to more suitable and descriptive names.
- Update:
- Related queries
- Documentation
- Tests
- Verify that all Graph DB operations still work as expected after changes by running tests
Notes
- Favor clarity over brevity when renaming.
- Keep naming consistent with the rest of the data model.
- Avoid introducing abbreviations unless they are widely understood in context.
Metadata
Metadata
Assignees
Labels
component: backendPull requests that update Go codePull requests that update Go codegood first issueGood for newcomersGood for newcomerslanguage: Gostatus: newtype: pedantic