# User stories to add to Gitlab
*template for user story*
<table>
<thead>
<tr>
<th colspan="8">Title: </th>
<th>Priority: </th>
<th>Estimate: </th>
</tr>
</thead>
<tbody>
<tr>
<td colspan="10"><b>User Story:</b>
<br>As a...,
<br>I want to...,
<br>...</td>
</tr>
<tr>
<td colspan="10"><b>Acceptance Criteria:</b>
<br>How will this happen,
<br>When will this happen,
<br>Successful result</td>
</tr>
</tbody>
</table>
kurt user stories down here
<table>
<thead>
<tr>
<th colspan="8">Title: Search for an item/skill set </th>
<th>Priority: </th>
<th>Estimate: </th>
</tr>
</thead>
<tbody>
<tr>
<td colspan="10"><b>User Story:</b>
<br>As a lender, I would like to be able to search for an item or service that I am in need of <br>
</td>
</tr>
<tr>
<td colspan="10"><b>Acceptance Criteria:</b>
<br>-Through typing in a search box
<br>-When the lender wants to quickly locate they item/service the wish to request
<br>-The items/services the lender wishes to request are the only things listed on the web page</td>
</tr>
</tbody>
</table>
<table>
<thead>
<tr>
<th colspan="8">Title: Secured personal information </th>
<th>Priority: </th>
<th>Estimate: </th>
</tr>
</thead>
<tbody>
<tr>
<td colspan="10"><b>User Story:</b>
<br>As a user, I would like for all my personal information to be secure.
</td>
</tr>
<tr>
<td colspan="10"><b>Acceptance Criteria:</b>
<br>-The developers must implement the proper security protocols when creating the web application
<br>-The moment a new user creates an account
<br>-Information from individual users is only accessible to themselves</td>
</tr>
</tbody>
</table>
<table>
<thead>
<tr>
<th colspan="8">Title: </th>
<th>Priority: </th>
<th>Estimate: </th>
</tr>
</thead>
<tbody>
<tr>
<td colspan="10"><b>User Story:</b>
<br>As a user, I would like to be able to view the lending history whether for searching history or lender/borrower items...,
<br>I want to...,
<br>...</td>
</tr>
<tr>
<td colspan="10"><b>Acceptance Criteria:</b>
<br>-The IT stuff will give the users the authority to access to their previous history for them and for other users.,
<br>-This can be accessible when the user has an active account on the website.,
<br>-The user got access to the required information with unlimited regulations related to how many times or specific users.</td>
</tr>
</tbody>
</table>