- We have developed few UI-enhancements and made the homepage with better ui chnages.
- We have added
Maps-API
to the Renters and Buyers pages. This echnacemnet will be in-progreess from the sprint3 aswell. - The
Login-API
now matches theuser credentials
with the database. - So the fucntionality checks for credentials and verifys and sends a
success
message if the api works fine and anerror
message when the api throws an error. - The
Registration-API
now check if the user already exists. If such senario happens the user gets redirected to thelogin-page
. - We have added content to
About-us
page. - Wer have devloped
getUserWithID-API
,editUserAPI
anddeleteUserAPI
. - The
Add-new-address-API
is developed and the integration is in-progress. - We have developed
Get-all-addresses-API
. This api fetchs all the addresses for listing purpose. - We have added the
Cypress
testing framework to the project. - The
first-testcase
we worked on was chekcing if all the developed pages and routes work fine. - The
second-testcase
we worked on was testing the functionalities of the features we devloped. Thelogin-functinality
was tested. Theregistration-functionality
has been tested. Themaps-api-loading
testcase has also been tested. - We have also created the
API-Documentation
. - Link of Api-documentation
- Video demo of the Developed system.
- Video demo of the Testing the system.