I'm planning to create an addon that lets the admin custom text as alert to any specific user. So the adminCP form my addon will have will be like this:-
Can someone help me understand -
1. What should my actionSend do?
2. An Algorithm (overview) for my add-on. For example:
Send Button Triggers the actionSend() in my ControllerAdmin -> It then triggers the AlertHandler ->Which then gathers all the data -> Checks whether user can view alerts -> If Yes, shows the alert and then fades it away.
Thank you for your time!
- Send Alert To: [ Write Username Here ]
- Alert Text: [Text Box]
- (Send)
Can someone help me understand -
1. What should my actionSend do?
2. An Algorithm (overview) for my add-on. For example:
Send Button Triggers the actionSend() in my ControllerAdmin -> It then triggers the AlertHandler ->Which then gathers all the data -> Checks whether user can view alerts -> If Yes, shows the alert and then fades it away.
Thank you for your time!