-
Notifications
You must be signed in to change notification settings - Fork 9
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
User registration, with admin/user pannel #6
base: main
Are you sure you want to change the base?
Conversation
Send alert is not an operation from admin or user. After keeping the preferences, application will check the topic of a particular message and it will send it to UCI to deliver to recepients |
hey @invinayak007 , as described on Discord, the send alert functionality is just to test whether this functionality is working or not. Later on we can remove it and call dynamically using api's |
User registration, with admin/user panel.
Resolves #5. @invinayak007
Dev Docs and User Docs
Features:
user
oradmin
.ADMIN
can create subscriptions, modify them, and send alerts to subscribed users. (The alert feature isn't working right now, will be done while integrating it with UCI.USER
can set preferences and send alerts.Future tasks:
This is raised early so that other features can be implemented alongside so that the product can be released early.
Test Written:
cover more edge cases
, integration testing.AUTH WORK FLOW: