- We have developed few UI-enhancements and made the homepage with better ui chnages.
- Integrated and developed a Map on the buyers page which has a
search
feature. - Time slot calender has also been integrated to the booking of a buyer.
- Book-now and Cancel fucntionalities have also been implemented.
- Renters form in the frontend has also been developed.
- Developed a
mongodb
collection to store thebuyer-history
,cart-info
, andupcomming-bookings
. Same collection would also be used to storerental-property-history
. - API has been developed to add a new add a
new-buyer-order
on a property. - API has been developed to get the
order-history
for a specific buyer. - API has been devloped to get the
cart-information
for a buyer. - API has been developed to get
all-renter-property-information
of a specific user. - API has been developed to get
all-renter-property-information
based on the coordinates(latitude
andlogitude
). - API has been developed to get
all-rental-property-coordinates
which displaces a marker on the Map. - Unit testing all of the new integrated features has been achieved this sprint.
- Link of API documentation.
- Video demo of the Developed system.
- Video demo of the Testing the system.