Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Project / folder name is YourLastName _ Wk 4 PA Web application is written using the MVC ( Model , View, Controller ) architecture Web

Project/folder name is YourLastName_Wk4PA
Web application is written using the MVC (Model, View, Controller) architecture
Web application requires HTTPS connection
Web application is written using object-oriented 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 4 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 admin-level user (UserLevel is 1), the Administrator navigation page is displayed
On successful login of a basic-level user (UserLevel is 2), the User navigation page is displayed
On successful login of a tech-level user (UserLevel is 3), the Technician navigation page is displayed
Administrator navigation page
Title: "Your Name Wk 4 Performance Assessment"
Page Header: Administrator Options
Only available if logged-in user is an administrator (UserLevel is 1)
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 4 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 4 Performance Assessment"
Page Header: Menu
Only available if logged-in user is a standard user (UserLevel is 2)
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 4 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 4 Performance Assessment"
Page Header: Manage Incidents
Only available if logged-in user is a tech user (UserLevel is 3)
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 4 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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Inductive Databases And Constraint Based Data Mining

Authors: Saso Dzeroski ,Bart Goethals ,Pance Panov

2010th Edition

1489982175, 978-1489982179

More Books

Students also viewed these Databases questions