Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change the method of specifying query conditions #1475

Open
13 tasks
kakcy opened this issue Jan 22, 2025 · 0 comments
Open
13 tasks

change the method of specifying query conditions #1475

kakcy opened this issue Jan 22, 2025 · 0 comments
Assignees

Comments

@kakcy
Copy link
Contributor

kakcy commented Jan 22, 2025

Assembling the Where clause and Order clause is done at the API layer.

Example of code that is an issue

Solution

  • Define a common condition specification structure(ListOptions) that specifies acquisition conditions in the List system, and specify conditions from the API layer via it.
    The storage layer converts it into conditions suitable for DB operations and uses it.

Package

  • account

  • auditlog

  • autoops

  • environment

  • eventcounter

  • experiment

  • feature

  • notification

  • push

  • experimentcalculator

  • mau

  • opsevent

  • subscriber

@kakcy kakcy moved this to In Progress in Bucketeer Tasks Jan 30, 2025
@kakcy kakcy self-assigned this Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

No branches or pull requests

1 participant