Question: please help! i will rate! Task 2 [30 points] Webpage for entering a patient's name: a. Create a form on this page that takes as
please help!
i will rate!
Task 2 [30 points] Webpage for entering a patient's name: a. Create a form on this page that takes as input the First Name and Last Name of the patient. b. The form can be submitted with the "Add" Button to insert the record in the database; otherwise, the "Go Back" button to redirect to the Main Webpage. c. Display the history of all the patient names, once the form is submitted, on the same page in an HTML table. Suggested format can be as follows: PID First Name Last Name PID will be a unique number for every entry. Enter Patient Name First Name Last Name Add Go Back History PID First Name Last Name Scenario: You have been assigned to design the website of a Health Center/Hospital where you have to enter and delete patient names in their database. You will be creating 3 webpages with HTML and use Flask to implement the website functionality. The starter code for two web pages has been provided and made available on Canvas. The following are three tasks (i.e., design of three web pages) to complete the assignment: Task 1. [40 points) Main webpage: a. Create a page from which you can navigate to the other two webpages to add and delete patient names with 2 buttons "Add Patient Name" and "Delete Patient Name". b. Make sure to create a clear heading describing the purpose of this portal on this page. c. Bonus Points (10 points: Instead of the buttons, create drop down menu with "Add Patient Name" and "Delete Patient Name" as options and a "Go!" button to go to the corresponding page from the home page. See figure below for illustration. Hospital Patient Portal This heading is not required, but you are welcome to add elements to your webpages to make them look nicer Hospital Patient Portal This heading is not required, but you are welcome to add elements to your webpages to make them look nicer
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
