Skip to content

Conversation

@mabdh
Copy link
Member

@mabdh mabdh commented Mar 18, 2022

No description provided.

@mabdh mabdh force-pushed the bootstrap-compass branch from 38782c7 to fc092a9 Compare March 18, 2022 13:13
string sort = 7 [(validate.rules).string = { in: [ "created_at", "updated_at" ], ignore_empty: true }];
string direction = 8 [(validate.rules).string = { in: [ "asc", "desc" ], ignore_empty: true }];
uint32 size = 9 [(validate.rules).uint32 = { gte: 0, ignore_empty: true } ];
uint32 offset = 10 [(validate.rules).uint32 = { gte: 0, ignore_empty: true }];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how's this validation rules gonna be used?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

@StewartJingga StewartJingga left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mabdh mabdh requested a review from rahmatrhd March 21, 2022 08:18
@mabdh mabdh merged commit cdb580f into main Mar 21, 2022
@mabdh mabdh deleted the bootstrap-compass branch March 21, 2022 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants