Question: I need help in design the follow problem in to Step1: Think of a pseudo-code on how you can solve such a problem using java
I need help in design the follow problem in to Step1: Think of a pseudo-code on how you can solve such a problem using java coding. Step 2: design the flow chart of how the program class work. Step 3: design UML class diagram with steps that followed to arrived .
- Simple logon interface
- customer interface (new register or return customer)
- Allow customer to registering through Companys web portal.
- logon process with unique username and password.
- registering information included name, phone #, email address, billing address, shipping address.
- generate customer ID / account #
- Create, view, modify, and delete user information.
- Employee interface
- Allow system admin to create employee login credential.
- Allow new employee to update their information once system admin approved and create their employee login credential which include name, employee ID number, supervisor name, and job title
- Provide system access for authorized employee for modification their own information only
flow chart example

Class UML diagram example:

User Interface User Interface Start User logon Existing User NO Create acount yes no Verify credential verified Login verification yes User portal XYZ Employee Create Custom Recipe Create New Menu employee_Name - Add_new_item Current_Menus; - Create_New_Menu employee_ID - employee Email - employee_PhoneNum Add new item from Custom Menu Items - Cafeteria_Menu 0 Custom Menu () - Current_Custom_menus - Add_item Cafeteria Menu Current_Cafeteria_Menu_Item: Add Item User Interface User Interface Start User logon Existing User NO Create acount yes no Verify credential verified Login verification yes User portal XYZ Employee Create Custom Recipe Create New Menu employee_Name - Add_new_item Current_Menus; - Create_New_Menu employee_ID - employee Email - employee_PhoneNum Add new item from Custom Menu Items - Cafeteria_Menu 0 Custom Menu () - Current_Custom_menus - Add_item Cafeteria Menu Current_Cafeteria_Menu_Item: Add Item
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
