palodaman / crowdship

MIT License
0 stars 0 forks source link

Implement the accept delivery page (2) #8

Closed Isabella-Tsui closed 1 month ago

Isabella-Tsui commented 1 month ago

Description: Create the page to accept deliveries. Enables drivers to accept available delivery jobs based on their current location and route. This page should appear when a path is input. Get the basic framework down first, don't worry about styling yet. Styling can be done in the last milestone. This ticket focuses on creating the listings list.

The listing page should have:

Acceptance criteria for part 2:

Estimated time (hrs): 10

Time spent: 10

Notes: Check if the component already exists in a library shadcn/ui or react-native-reusables. MUI is also an industry used library

Look into using the Google Maps API

See the meeting notes for reference.

It may be a good idea to consider having the starting and stopping point page and the listing page in one page.