1 ITC3150 Database Websites Signature Assignment Purpose of Assignment The signature assignment will leverage all of the skills learned (as outlined below in the course outcomes section) during the...

1 answer below »
I have all files needeg


1 ITC3150 Database Websites Signature Assignment Purpose of Assignment The signature assignment will leverage all of the skills learned (as outlined below in the course outcomes section) during the course to create a working PHP-MySQL-based blogging website. Program Student Learning Outcomes: Course Outcomes 1. Explore contemporary tools in developing database websites 2. Develop web pages using PHP syntax for basic programming structures ( i.e. conditionals, iterations, arrays, functions, objects etc. ) 3. Connect to and maintain data in a relational database Design and implement forms and controls that demonstrate an awareness of user-centered design 4. Access and manage file I/O from PHP pages 5. Handle exceptions, including user data entry errors appropriately 6. Authenticate users and manage user sessions in a PHP application 7. Demonstrate an awareness of security best practices in PHP development Assignment Description . A blogging database will be provided as outlined in the ERD below 2 The entities in the DB are - Users - Posts - Tags The relationships are - 1:M A user may make zero or more posts. A post is made by a single user - M:N A post may have zero or more tags. A tag can be used by zero or more posts. Students will have to 1. Install the database in MySQL 2. Create a web application that has the following functionality a. Allows users to create an account b. Allows users to login c. Allows administrators to login d. Allows users to search the database by keywords/authors/tags/dates e. Allows users to create a new blog entry with attributes: i. Blog content ii. Blog date iii. Blog author iv. Blog tags f. Allows users to browse the blog entries g. Allows users to display a blog entry h. Allows users to logout i. Allows administrators to edit and/or delete a post Criteria for Success All functionality will be tested. The test procedure will be posted on Canvas allowing you to test your solution before submission. Deliverables A ZIP of all PHP source files, MySQL database files and required documentation shall be submitted Canvas. The MWB (MySQL Workbench) file shall include 1. ERD 2. Views: SQL queries providing required functionality Some SQL queries will be provided 3 Others will be developed by the student A framework for the PHP and HTML sources will be developed week by week. Rubric(s) Criteria (examples shown below) Above Standard 100:85 % Standard 85:70 % Below Standard 70:0 % Notes User Account Creation All or some error paths are coded. User is able to successfully create an account Code will not work, errors out Not implemented Account Login All or some error paths are coded User is able to successfully login Code will not work, errors out Not implemented Search Blog Entries by Author Name and also by Tag All or some error paths are coded User is able to successfully search by some or all means Code will not work, errors out Not implemented Search by author name was not assigned during the semester Create Blog Entries All or some error paths are coded User can successfully create a new blog entry Code will not work, errors out Not implemented Browse Blog Entries All or some error paths are coded User is able to scroll through all blog entry summaries Code will not work, errors out Not implemented Browse Blogs was not assigned during the semester Display Selected Blog All or some error paths are coded User is able to display the contents of a selected blog Code will not work, errors out Not implemented Display blogs was not assigned during the semester Logout All or some error paths are coded Logout works corrrectly Code will not work, errors out Not implemented Logout was not assigned during the semester Admin Administrator is able to delete a post Administrator functionality is provided but with errors Administrator functionality is missing
Answered Same DayAug 11, 2022

Answer To: 1 ITC3150 Database Websites Signature Assignment Purpose of Assignment The signature assignment will...

Aditi answered on Aug 11 2022
57 Votes
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here