Slide 108
Slide 108 text
Path configuration
Server-hosted JSON file to remotely configure app
{
"patterns": ["/hikes/[0-9]+/map"],
"properties": {
"controller": "map"
}
}
{
1
"settings": {},
2
"rules": [
3
4
5
6
7
8
9
]
10
}
11
"patterns": ["/hikes/[0-9]+/map"],
{
1
"settings": {},
2
"rules": [
3
{
4
5
"properties": {
6
"controller": "map"
7
}
8
}
9
]
10
}
11
"properties": {
"controller": "map"
}
{
1
"settings": {},
2
"rules": [
3
{
4
"patterns": ["/hikes/[0-9]+/map"],
5
6
7
8
}
9
]
10
}
11
58.2