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

PAS requirements #8

Open
m4v15 opened this issue Jun 28, 2017 · 1 comment
Open

PAS requirements #8

m4v15 opened this issue Jun 28, 2017 · 1 comment
Labels

Comments

@m4v15
Copy link
Collaborator

m4v15 commented Jun 28, 2017

relating to #4

Aims

  • Arriving by car: tourists can get directions to the closest car park to their guesthouse, and then directions to their guesthouse from the car park
  • arriving by cab: tourists can get directions to their guesthouse
  • arriving by bus: tourists can get directions to their guesthouse

Description

  • Park and Sleep helps tourists navigate unconventional cities

Backend Requirements

  • request for information about guesthouse- including location, carpark location, directions information

@Karyum @philawsophizing any comments/anything to add?

29/6/17

Utilises: Business

functionality/interface:

as regular non-logged in user

  • select guesthouse
  • select method of transport of arrival...
  • car:
    • see directions to car park (dynamic I guess? i.e. google maps)
    • see directions to guesthouse (static?? i.e. images?)
  • bus:
    • select bus route you're on (?)
    • see information about what stop to get off at (?)
    • see directions to guesthouse from there
  • cab:
    • see information about where to get cab to
    • see directions to guesthouse from there (??)

as logged in guesthouse owner

  • can add different kinds of directions information

as Admin/app owner

  • can send out invite to guesthouse (/business) owner to create user profile and business profile

stories:

as a tourist arriving by car, I want directions to a carpark and my guesthouse

Client Server
select guesthouse, select arriving by car
GET carpark directions ->
<- location of carpark
click on "I arrived" or similar
GET guesthouse directions ->
<- guesthouse directions (in image or text form maybe?)

as a tourist arriving by bus, I want directions to my guesthouse

Client Server
select guesthouse, select arriving by bus, select bus route
click on "I arrived" or similar
GET guesthouse directions ->
<- guesthouse directions (in image or text form maybe?)
@Karyum
Copy link
Collaborator

Karyum commented Jun 28, 2017

@m4v15 so arriving by bus needs more stuff to it we cant just tell them the address and tell them to get there. so we thought about using an api which tell them which number of buses they need in order to get to that station. ( but theres probably better way

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