diff --git a/qa327_test/changes_description.md b/qa327_test/changes_description.md index d9155a7..413a895 100644 --- a/qa327_test/changes_description.md +++ b/qa327_test/changes_description.md @@ -11,13 +11,13 @@ The template files provided had to be altered to conduct front-end unit testing. base.html - Added a html flash template that allows messages from different pages to flash said message to the current page. All pages automatically inherit this template to allow them to receive a flashed messaged. + Added a html flash template that allows messages from different pages to flash said message to the current page. All pages will now automatically inherit this template. Allows templates to flash error messages for invalid formatting, wrong password and user combinations, and other requirements in a simple and clean manner. index.html - Added in fields for tickets, Selling tickets, Updating tickets and buy tickets + Added in HTML code for tickets, Selling tickets, Updating tickets and buy tickets Provides a template for all tickets to be seen, purchased, updated and sold by the user on the main page. @@ -29,8 +29,8 @@ The template files provided had to be altered to conduct front-end unit testing. register.html - Removed required attributes from the the input fields - The required attributes conflicted with the R2 requirements testing. In particular, it made it difficult to check if our frontend.py file would error check an empty string inputs as the required field would not let an empty field be submitted. Therefore, they were removed to validate our error checking. + Removed required attributes from the input fields + The required attributes conflicted with the R2 requirements testing. In particular, it made it difficult to check if our frontend.py file would error check an empty string inputs as the required attribute would not let an empty field be submitted. Therefore, they were removed to validate our error checking.