ChilliCream / ChilliCream/graphql-platform

Elastic Search

Open
#4,999 8 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

🌶️ hot chocolate Area: ElasticSearch
Dominant language
C#
Stars
5.8k
Forks
810
Avg merge
15h 39m
Merged PRs (30d)
98

Description

Is your feature request related to a problem?

Work on the elastic search integration is done in the feature branch feat/elastic-search. If you want to contribute to the integration, branch of this branch.

A pull request should contain:

  • The operation handler
  • A test for each operation

Edit this issue or comment below to get assigned to a specific task.

Open Tasks

  • Impelment Operations
    • String Operations
    • Comparable Operations
      • Equals
      • NotEquals
      • Greater Than
      • Not Greater Than
      • Less Than
      • Not Less Than
      • Greater Than Or Equals
      • Not Greater Than Or Equals
      • Less Than Or Equals
      • Not Less Than Or Equals
      • In
      • Not in
    • Boolean Operations
      • Equals
      • NotEquals
    • Enum Operations
      • Equals
      • NotEquals
      • In
      • Not in
    • Object Operations
    • List Operations
      • Some
      • All (Seems not to be possible in ES)
      • None
      • Any
Product

Hot Chocolate

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start from the feat/elastic-search feature branch and identify an unassigned operation in the open task list. Implement its operation handler and add a test for that operation, following the branch's existing structure. Done means the handler is covered by its test and the pull request contains both items.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp, elasticsearch
Domain
backend-api-design, search
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
28/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.