13 Open Issues Need Help Last updated: Mar 11, 2026

Open Issues Need Help

View All on GitHub
enhancement good first issue

Ash Neo4j datalayer

Elixir
good first issue refactoring

Ash Neo4j datalayer

Elixir
domain label incorrect about 2 months ago
bug good first issue

Ash Neo4j datalayer

Elixir
has_one test cases about 2 months ago

AI 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.

Complexity: 3/5
enhancement good first issue

Ash Neo4j datalayer

Elixir
attribute source 2 months ago
enhancement good first issue

Ash Neo4j datalayer

Elixir
good first issue chore

Ash Neo4j datalayer

Elixir

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.

Complexity: 1/5
good first issue chore

Ash Neo4j datalayer

Elixir
good first issue chore

Ash Neo4j datalayer

Elixir
good first issue chore

Ash Neo4j datalayer

Elixir
camelize 9 months ago
good first issue refactoring

Ash Neo4j datalayer

Elixir

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.

Complexity: 4/5
enhancement good first issue

Ash Neo4j datalayer

Elixir

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.

Complexity: 4/5
enhancement good first issue

Ash Neo4j datalayer

Elixir

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.

Complexity: 3/5
enhancement good first issue

Ash Neo4j datalayer

Elixir