foundersandcoders / open-tourism-platform

An open platform to facilitate the creation of apps to promote local tourism and business in Nazareth
MIT License
17 stars 3 forks source link

PAS requirements #8

Open m4v15 opened 7 years ago

m4v15 commented 7 years ago

relating to #4

Aims

Description

Backend Requirements

@Karyum @philawsophizing any comments/anything to add?

29/6/17

Utilises: Business

functionality/interface:

as regular non-logged in user

as Admin/app owner

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 commented 7 years ago

@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