Add more trip properties #359
Labels
No labels
Code
Contacts
Design
F-Droid
IndieWeb
Location
Mastodon
Media
Pixelfed
Pleroma
Posting
Question
Reader
Tracker
Translation
Usability
bug
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
inhji/indiepass-android#359
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We only send the route at the moment, which is the most important of course.
See https://indieweb.org/trip
Added following properties:
Route is optional now.
Example payload with all properties:
Array ( [start] => Array ( [0] => 2020-04-20T19:45:00+0200 ) [end] => Array ( [0] => 2020-04-20T19:45:00+0200 ) [cost] => Array ( [0] => cost ) [distance] => Array ( [0] => distance ) [duration] => Array ( [0] => duration ) [transport] => Array ( [0] => drive ) [route] => Array ( [0] => geo:51.01967529372401,3.771416442631398,120.28881550936394 [1] => geo:51.019719325065985,3.77119175369982,65.9162302347021) [name] => Array ( [0] => title ) [content] => Array ( [0] => Content ) [category] => Array ( [0] => tags ) [published] => Array ( [0] => 2020-04-21T19:46:00+0200 ) [post-status] => Array ( [0] => draft ) )
Will be available in the release of coming friday