Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Project / folder name is YourLastName _ Wk 4 PA Web application is written using the MVC ( Model , View, Controller ) architecture Web
Projectfolder name is YourLastNameWkPA
Web application is written using the MVC Model View, Controller architecture
Web application requires HTTPS connection
Web application is written using objectoriented PHP programming, including classes for:
Database Connection & Information
Users table class
Users table DB
Users table controller
Web application includes the following user interface pages:
Login page
Title: "Your Name Wk Performance Assessment"
Page Header: Your Name Application Login
Includes:
User ID input
Password input
Login button
Filename index.php
Functionality:
On unsuccessful attempt to login display message indicating login credentials were incorrect
On successful login of an adminlevel user UserLevel is the Administrator navigation page is displayed
On successful login of a basiclevel user UserLevel is the User navigation page is displayed
On successful login of a techlevel user UserLevel is the Technician navigation page is displayed
Administrator navigation page
Title: "Your Name Wk Performance Assessment"
Page Header: Administrator Options
Only available if loggedin user is an administrator UserLevel is
Includes:
View Accounts link
Logout button
Functionality:
View Accounts link opens the View User Accounts page
Logout button returns to the Login page and clears the user's login information
View User Accounts page
Title: "Your Name Wk Performance Assessment"
Page Header: View User Accounts
Includes:
Home link
Logout button
Functionality:
Home link opens the Administrator navigation page
Logout button returns to the Login page and clears the user's login information
User navigation page
Title: "Your Name Wk Performance Assessment"
Page Header: Menu
Only available if loggedin user is a standard user UserLevel is
Includes:
View Products link
Logout button
Functionality:
View Products link opens the View Products page
Logout button returns to the Login page and clears the user's login information
View Products page
Title: "Your Name Wk Performance Assessment"
Page Header: Products
Includes:
Home link
Logout button
Functionality:
Home navigation link opens the User navigation page
Logout button returns to the Login page and clears the user's login information
Technician navigation page
Title: "Your Name Wk Performance Assessment"
Page Header: Manage Incidents
Only available if loggedin user is a tech user UserLevel is
Includes:
View Open Incidents link
Logout button
Functionality:
View Open Incidents link opens the View Open Incidents page
Logout button returns to the Login page and clears the user's login information
View Open Incidents page
Title: "Your Name Wk Performance Assessment"
Page Header: Open Incidents
Includes:
Home link
Logout button
Functionality:
Home navigation link opens the Technician navigation page
Logout button returns to the Login page and clears the user's login information
Step 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