This repository has been archived by the owner on Apr 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #738 from City-of-Helsinki/release/v0.12.0
Release/v0.12.0
- Loading branch information
Showing
30 changed files
with
931 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
Resource accessibility data | ||
=========================== | ||
|
||
In order to not replicate the complete Accessibility API, Respa stores an accessibility summary for each Resource using the Accessibility API. | ||
|
||
This accessibility data can be used for querying Resources based on how accessible they are. | ||
|
||
From the Accessibility API a list of Viewpoints is imported. These can be for example: | ||
|
||
``` | ||
"I am a wheelchair user", | ||
"I am a wheelchair user - arrive by my car", | ||
"I am a wheelchair user - arrive with pick-up and drop-off traffic", | ||
"I have reduced mobility, but I walk", | ||
"I have reduced mobility, but I walk - arrive by my car", | ||
"I have reduced mobility, but I walk - arrive with pick-up and drop-off traffic", | ||
"I am a rollator user", | ||
"I am a rollator user - arrive by my car", | ||
"I am a rollator user - arrive with pick-up and drop-off traffic", | ||
"I am a stroller pusher", | ||
"I am visually impaired", | ||
"I am visually impaired - arrive with pick-up and drop-off traffic", | ||
"I use a hearing aid" | ||
``` | ||
|
||
Each of these Viewpoints have a Value, or level of accessibility, represented as strings "red", "green" or "unknown" for inaccessible, accessible and unknown respectively. These Value types are also imported from the Accessibility API. | ||
|
||
For example a Resource can be associated to a Viewpoint "I am a wheelchair user" and this association also points to the Value "green", meaning that the Resource is wheelchair accessible. | ||
|
||
More detailed accessibility data can be fetched directly from the Accessibility API. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.