Skip to content

Releases: GradHackersGuild/PackTravel

v1.2

01 Nov 21:24
77512b1

Choose a tag to compare

Release - v1.2

New Features:

1. Improved UI:
- Updated the website with a fresh, cohesive color palette, improved typography, and consistent iconography for a cleaner, more accessible look.
- Redesigned cards for better readabilityand responsive design.
- Simplified navigation bar.

2. Estimated Cab Fare:
- Users can now see estimated fares for Uber and Lyft for their rides.


Bug Fixes:

**1. Navbar not appearing on home:**Navbar was not appearing on the home page. Bug has now been fixed.

v1.1

31 Oct 20:34
bccf69a

Choose a tag to compare

Pilot Release - v1.1

New Features:

1. Google Map Integration:
- Users can now auto fill exact start and destination locations with the help of googleMapAPI's autocomplete.
- Users can now view their ride route from start to destination with embedded GMap on clicking view Ride Details.

2. Joining a ride:
- Users can now request ride owner to add them to the created ride.
- Ride owners can view requested users and approve their request.
- Availability and Capacity of ride fields added to keep track of number of users that can be added to a ride.

3. Secure Password Storage:
- Users passwords are hashed and stored in the database.


Bug Fixes:

1. Ride Deletion Issue: Fixed an issue where ride owners were unable to delete the rides they created. Ride owners can now successfully delete any rides they’ve created as intended.

2. Unique Identifier: source point was being used as the _id for searching rides. This was fixed by using a UUID as the _id as the identifier for a ride.

3. Unique Username Constraint: Added ride owner unique username constraint and simplified db querying.