Skip to content

feat: implement certificate automation system#128

Open
AyushDocs wants to merge 2 commits into
mainfrom
certificate-automation
Open

feat: implement certificate automation system#128
AyushDocs wants to merge 2 commits into
mainfrom
certificate-automation

Conversation

@AyushDocs

Copy link
Copy Markdown
Collaborator

Backend support for a participate certificate automation system has been integrated with mass mail delivery system support.

@AyushDocs
AyushDocs deployed to dockerhub June 7, 2026 17:27 — with GitHub Actions Active
Comment on lines +53 to 57
@Query(value = "SELECT * FROM users " +
"WHERE SPLIT_PART(email, '.', 1) ILIKE %:query% " +
"AND (:verifiedOnly = false OR verified = true) " +
"ORDER BY id LIMIT 10", nativeQuery = true)
List<User> findAllBySearchQuery(@Param("query") String query, @Param("verifiedOnly") Boolean verifiedOnly);

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Was there any specific requirement to change this?

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.

2 participants