Question
Instructions: Be sure to read the following general instructions carefully: This lab should be completed individually by all the students. Please submit your solution through
Instructions: Be sure to read the following general instructions carefully: This lab should be completed individually by all the students. Please submit your solution through the dropbox, and name your submission according to the following pattern: studentID(yourlastname)_Labnumber.zip. e.g., 300123456(smith)_Lab#2.zip Rubric Functionality Marks GUI 3 When Subscribe button is clicked, an object of SendViaEmail or/and an object of SendViaMobile is/are instantiated , and should be added to corresponding collection(s) if the email or/and mobile has/have not been subscribed before; finish the subscription 2*2
When UnSubscribe button is clicked, removed the corresponding object of SendViaEmail or/and an object of SendViaMobile from corresponding collection(s) if the email or/and mobile has/have subscribed before; finish un- subscription 2*2 V
alidate email 0.5 Validate mobile 0.5
Publish notification 1
Use two collections to hold SendViaEmail objects and SendViaMobile objects respectively 0.5*2
Overall (code readability, app usability, etc.) 1 Question[15 marks] In the real world, the notification management system consists of two parts, one is to allow clients to subscribe/unsubscribe the notification, and the other is to facilitate administrator(s) to publish the notification. This assignment simplifies the problem, and merges two parts as one. In this assignment, you are asked to implement a .NET WinForm application to mimic notification management system. You are required to use delegate. Programming III COMP212 Lab #2 Page 2 of 3 Your app facilitates clients to subscribe/unsubscribe notification as well as send notification to all subscribers. Your App needs to make sure that the provided email address is valid and provided cell phone number is following the specified format. After the app has been launched, following GUI (or similar one) should be presented. As there is no subscriber when the app just launches, Publish Notification button is disabled. After Manage Subscription button clicked, following GUI (or similar one) should be popped up to allow clients to subscribe or unsubscribe notification. If an invalid email address has been provided, error message should be provided. Programming III COMP212 Lab #2 Page 3 of 3 After Publish Notification button clicked, following GUI is presented to facilitate notification publish. Please make sure: 1. No duplication subscription is allowed; in other words, if user tries to subscribe using the same email to subscribe again, your app should prompt warning message. 2. Your app should be able to deal with many subscribers. [hint: use collections to hold the subscribers information]
Instructions: Be sure to read the following general instructions carefully: This lab should be completed individually by all the students. Please submit your solution through the dropbox, and name your submission according to the following pattern: studentID(yourlastname)_Labnumber.zip. e.g., 300123456(smith)_Lab#2.zip Rubric T Functionality Marks GUI 3 When Subscribe button is clicked, an object of 2*2 Send ViaEmail or/and an object of SendVia Mobile is/are instantiated, and should be added to corresponding collection(s) if the email or/and mobile has/have not been subscribed before; finish the subscription When UnSubscribe button is clicked, removed 2*2 the corresponding object of Send Via Email or/and an object of Send ViaMobile from corresponding collection(s) if the email or/and mobile has/have subscribed before; finish un- subscription Validate email 0.5 Validate mobile 0.5 Publish notification 1 Use two collections to hold SendVia Email 0.5*2 objects and SendViaMobile objects respectively Overall (code readability, app usability, etc.) 1 Question 15 marks In the real world, the notification management system consists of two parts, one is to allow clients to subscribe/unsubscribe the notification, and the other is to facilitate administrator(s) to publish the notification. This assignment simplifies the problem, and merges two parts as one. In this assignment, you are asked to implement a .NET WinForm application to mimic notification management system. You are required to use delegate. Lab #2 Page 1 of 3 Programming III COMP212 Your app facilitates clients to subscribe/unsubscribe notification as well as send notification to all subscribers. Your App needs to make sure that the provided email address is valid and provided cell phone number is following the specified format. After the app has been launched, following GUI (or similar one) should be presented. As there is no subscriber when the app just launches, Publish Notification button is disabled. Notification Manager X Manage subscription Publish Notification Exit After Manage subscription button clicked, following GUI (or similar one) should be popped up to allow clients to subscribe or unsubscribe notification. If an invalid email address has been provided, error message should be provided. Manage Notification Subscription Email Notification to: abc@email.com Text notification to: TextBox Instructions: Be sure to read the following general instructions carefully: This lab should be completed individually by all the students. Please submit your solution through the dropbox, and name your submission according to the following pattern: studentID(yourlastname)_Labnumber.zip. e.g., 300123456(smith)_Lab#2.zip Rubric T Functionality Marks GUI 3 When Subscribe button is clicked, an object of 2*2 Send ViaEmail or/and an object of SendVia Mobile is/are instantiated, and should be added to corresponding collection(s) if the email or/and mobile has/have not been subscribed before; finish the subscription When UnSubscribe button is clicked, removed 2*2 the corresponding object of Send Via Email or/and an object of Send ViaMobile from corresponding collection(s) if the email or/and mobile has/have subscribed before; finish un- subscription Validate email 0.5 Validate mobile 0.5 Publish notification 1 Use two collections to hold SendVia Email 0.5*2 objects and SendViaMobile objects respectively Overall (code readability, app usability, etc.) 1 Question 15 marks In the real world, the notification management system consists of two parts, one is to allow clients to subscribe/unsubscribe the notification, and the other is to facilitate administrator(s) to publish the notification. This assignment simplifies the problem, and merges two parts as one. In this assignment, you are asked to implement a .NET WinForm application to mimic notification management system. You are required to use delegate. Lab #2 Page 1 of 3 Programming III COMP212 Your app facilitates clients to subscribe/unsubscribe notification as well as send notification to all subscribers. Your App needs to make sure that the provided email address is valid and provided cell phone number is following the specified format. After the app has been launched, following GUI (or similar one) should be presented. As there is no subscriber when the app just launches, Publish Notification button is disabled. Notification Manager X Manage subscription Publish Notification Exit After Manage subscription button clicked, following GUI (or similar one) should be popped up to allow clients to subscribe or unsubscribe notification. If an invalid email address has been provided, error message should be provided. Manage Notification Subscription Email Notification to: abc@email.com Text notification to: TextBoxStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started