ketnek / capstone-project

https://capstone-project-ketnek.vercel.app
0 stars 1 forks source link

Integrate a search field for the map #3

Open ketnek opened 1 year ago

ketnek commented 1 year ago

Value proposition

As a user, I want to see a search field to be able to search for a specific destination. So i can find it easier on the map.

Description

Screenshot 2023-04-26 at 06 27 45 Screenshot 2023-04-26 at 07 03 18

Acceptance criteria

Tasks

NikRoe commented 1 year ago

Hi Kevin,

looks good!

For simplicity, you could leave out the autocompletion in this user story and cover that feature in an upcoming story. This will make the current user story most likely a lot easier to implement. You should aim for a user story to take maximum one day. In it's current state this user story appears to take longer than one day to implement. Hence, I would try to shorten it.

In your Acceptance Criteria you mention that the results field expands after clicking into it. You could consider only showing it after the first letter has been typed or even the first 2-3 letters. If you can implement this in the current user story also depends on what options the API offers. If there is an easy way to implement it, it can be part of this user story. If you would need to code it manually, I would suggest a separate user story for the results field.

In yours Tasks, the second bullet point appears rather vague. Try to be more specific.

NikRoe commented 1 year ago

LGTM