ChilliCream / ChilliCream/graphql-platform
Elastic Search
Nobody has claimed this yet.
- 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
EqualsNotEquals- Contains
- Not Contains
- In
- Not in
- starts with @frzmohammadali
- not starts with @frzmohammadali
- ends with
- not ends with
- 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
SomeAll(Seems not to be possible in ES)NoneAny
- String Operations
Product
Hot Chocolate
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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