feat: create admi controlled event service so control the filters in the client apps through server
title: "feat(backend): create admi controlled event service so control the filters in the client apps through server "
🚀 Feature Request
Is your feature request related to a problem? Please describe.
Write a new events schema and event service which are admin only features where admin can create a event. Pages in the corpus-cient-app which are genrally used for the evnts such as doc digitization page will call this events route and the filters which the admin defined for this events will automatically be used for the record fetching api calls such as /next-for-review. With this the admins can control the record fetching on the client side on server side
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
📌 Follow semantic issue titling convention:<type>(<scope>): <description>(e.g.,feat(records): support video uploadsorfeat(auth): implement password reset).