Skip to content

Commit

Permalink
Fixed typo and adjusted phrasing to be more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-neizer committed Nov 20, 2020
1 parent b6c66a5 commit 684cb6e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions qa327_test/changes_description.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ The template files provided had to be altered to conduct front-end unit testing.

<tr>
<td>base.html</td>
<td>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.</td>
<td>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.</td>
<td>Allows templates to flash error messages for invalid formatting, wrong password and user combinations, and other requirements in a simple and clean manner.</td>
</tr>

<tr>
<td>index.html</td>
<td>Added in fields for tickets, Selling tickets, Updating tickets and buy tickets</td>
<td>Added in HTML code for tickets, Selling tickets, Updating tickets and buy tickets</td>
<td>Provides a template for all tickets to be seen, purchased, updated and sold by the user on the main page.</td>
</tr>

Expand All @@ -29,8 +29,8 @@ The template files provided had to be altered to conduct front-end unit testing.

<tr>
<td>register.html</td>
<td>Removed required attributes from the the input fields</td>
<td>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.</td>
<td>Removed required attributes from the input fields</td>
<td>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.</td>
</tr>
</tbody>
</table>

0 comments on commit 684cb6e

Please sign in to comment.