Open Issues Need Help
View All on GitHubAI Summary: The AshNeo4j library is missing test cases specifically for `has_one` relationships. It is suspected that the `TransformAddTranslation` component may contain a bug, potentially attempting to remove translations for the `source_attribute` attribute, which could be related to the lack of `has_one` test coverage.
AI Summary: The issue requests adding a 'DeepWiki' badge to the repository's documentation, likely the README.md. The provided markdown snippet includes the badge image and a link to a specific DeepWiki page related to the project.
AI Summary: Modify the AshNeo4j.DataLayer to handle Ash.CiString types in filters and other expressions by converting them to lowercase in the generated Cypher queries using functions like `toLower()`, ensuring case-insensitive matching as specified in the issue description. This involves updating the query generation logic within the data layer to correctly handle CiString attributes.
AI Summary: Enhance the AshNeo4j data layer's `relate` DSL verifier to ensure that a relationship entry is provided for every defined relationship in an Ash resource. This involves modifying the existing verifier to check for completeness rather than just the validity of individual entries.
AI Summary: Enhance the error messages generated by the AshNeo4j library's DSL verifier for the `relate` clause. Currently, when a relationship name in the `relate` clause doesn't match an existing relationship, the error message only indicates a mismatch without specifying which relationship name(s) caused the error. The task is to modify the verifier to include the offending relationship name(s) in the error message, improving the developer experience by providing more context for debugging.