Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Acceptance Tests #49

Open
eddiekaung opened this issue May 17, 2020 · 1 comment
Open

Acceptance Tests #49

eddiekaung opened this issue May 17, 2020 · 1 comment
Assignees
Labels

Comments

@eddiekaung
Copy link
Collaborator

No description provided.

@niemp296
Copy link
Owner

niemp296 commented May 17, 2020

Feature name: Interactive Map #10 @niemp296

User story: As a registered user, I want to navigate to each location on the map, so that I see the average travel cost for each location, select the location to add to my planning trip feature.

Acceptance Test:

  • Verify map will zoom to the location where user searches
  • Verify map will show the marker of each service in the area
  • Verify user can click the marker and see the average cost detail of the marker
  • Verify user can zoom in and out of the map
  • Verify user can drag and move inside the map
  • Verify map will show default location when the user doesn't do any searches

Feature name: Planning Trip #11 @IrennaLumbuun

User story: As a registered user, I want to be able to see other users' previous trip & the trip I already planned, and then edit them based on my needs, so that I know exactly how much to spend.

Acceptance Test:

  • Verify user can see all their plan from their account page
  • Verify user can add & delete plans
  • Verify user can add & delete locations in a plan
  • Verify that "add location" functionality displays a list of all possible locations users can choose from
  • Verify all changes are saved to the database
  • Verify a confirmation message is displayed before the user deletes a plan

Feature name: Search Engine #9 @eddiekaung

User Story: As a user, whether I be anonymous or registered user, I want to go to front page of Sonder to search for destinations that fits the criteria I am trying to look for and filter the results by defined criteria, so that I can see the related search results and select the location that looks desirable.

Acceptance Tests:

  • Verify user can perform search operation both on front page and on search result page
  • Verify user can add locations to the plan
  • Verify user can view the information in each location box
  • Verify a meaningful message is displayed if no result was found

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants