As a user, I want to be able to enter my address upon account creation, so I can specify a pick up location
Closed this issue · 3 comments
amishmishra commented
- Field for street
- Field for city
- Field for state
- Field for zipcode
- Create query to insert into database the address
amishmishra commented
I need @hanneswidrig's help to do this. I need to connect the state table to the address table to the user table.
amishmishra commented
@hanneswidrig , this is not done yet. I moved it back to in progress.
amishmishra commented
The address id linked to the address of a user in the user table is always 0 because cursor.lastrowid always returns 0. Hence, every new account gets connected to a NULL address with address id 0. We still need to fix this.