10 Open Issues Need Help Last updated: Oct 20, 2025

Open Issues Need Help

View All on GitHub
add deep wiki badge about 2 months ago

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
add REUSE compliance about 2 months ago
good first issue chore

Ash Neo4j datalayer

Elixir
attribute source 4 months ago
enhancement good first issue

Ash Neo4j datalayer

Elixir
camelize 4 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: Refactor the three transformers (likely related to data transformation within the Ash Neo4j data layer) into persisters. This involves changing their functionality to focus solely on adding information to the resource, rather than their current transformation role. The goal is to improve code organization and maintainability.

Complexity: 4/5
good first issue refactoring

Ash Neo4j datalayer

Elixir

AI Summary: Integrate Spark.InfoGenerator into the AshNeo4j project's Info module to enhance the documentation generated for the Neo4j DSL sections. This involves modifying the existing Info module to utilize Spark.InfoGenerator for improved output formatting and potentially more detailed explanations of the DSL.

Complexity: 3/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