GithubHelp home page GithubHelp logo

onebusaway / onebusaway-ios Goto Github PK

View Code? Open in Web Editor NEW
81.0 6.0 33.0 126.69 MB

OneBusAway for iOS, written in Swift.

License: Other

Objective-C 1.45% Swift 96.93% C 0.01% PureBasic 1.33% HTML 0.11% Ruby 0.12% Shell 0.06%
swift ios xcode app apple hacktoberfest transit

onebusaway-ios's Introduction

OBAKit

OBAKit

OBAKit is a total rewrite of OneBusAway for iOS in the Swift programming language.

Purpose and Goals

  • This codebase is built as a set of reusable frameworks, which can be used to make new apps or augment existing apps on a wide variety of platforms.
  • This codebase is meant to provide an easy way for transit agencies to create their own custom-branded transit apps without needing to fork the OneBusAway source code.
  • This codebase is intended to be easy to understand, test, and maintain. We try to emphasize clarity over cleverness, even at the risk of being somewhat more verbose at times.

Quick Start

This project requires XcodeGen to generate Xcode project files. Third-party dependencies are installed via Xcode's Swift Package Manager.

See wiki/Get-Started for instructions.

White Labeling

The iOS codebase is a white-label product, read more about white-labeling at wiki/White-Label.

Internationalization and Localization

Note: There's a lot more to be written on this topic. Don't hesitate to ask questions if something is wrong or confusing.

We are using Transifex to localize OneBusAway. You can help out by visiting the OBA page on Transifex.

Install the Transifex command line client (tx) by following the instructions here: https://docs.transifex.com/client/installing-the-client

Use tx by following the instructions here: https://docs.transifex.com/client/introduction

Get an API token to use with tx by following the instructions here: https://docs.transifex.com/account/authentication

Fetch updated strings from Transifex by running the command scripts/tx_pull.

tx_pull extracts the full list of localizations that are specified in app_shared.yml, and requests the latest list of strings for each language from Transifex by calling tx pull -l {LANG CODE} under the hood.

Objective-C Compatibility

OBAKit is written almost entirely in Swift, with the exception of a few small, ancillary pieces of code. This project is designed to be usable within both Swift and Objective-C projects. Please open an issue for scenarios encountered where you are unable to effectively use the framework generated by this project in Objective-C code.

Documentation

This project uses Jazzy and Sourcekitten to generate its documentation. To rebuild documentation, you will first need to have both projects installed:

bundle install
brew install sourcekitten

Once you have the necessary tools installed, you can regenerate documentation by running the command:

scripts/docs

Configuration data for the Jazzy-generated documentation can be found in the file .jazzy.json in the root of the repository.

How-To's

Protobuf

To make modifications to the local copy of gtfs-realtime.proto, you will need to install some new tools via the brew command:

brew install protobuf
brew install swift-protobuf

Now, replace the file OBAKitCore/Models/Protobuf/gtfs-realtime.proto with the updated version, and run scripts/proto-gen.sh from the project root.

You can find the latest version of the GTFS-RT protobuf file in the https://github.com/google/transit/ repository.

Fix "Missing package product" build errors

In Xcode: File Menu -> Packages -> Reset Package Caches

Third Party Libraries

These are third party libraries directly included inside of this project.

AwesomeSpotlight

Includes AwesomeSpotlight by Aleksandr Shoshiashvili.
```
Copyright (c) 2017 aleksandrshoshiashvili [email protected]

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
```

Polyline

Includes Polyline.swift by Raphaël Mor.
```
The MIT License (MIT)

Copyright (c) 2015 Raphaël Mor

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```

ProgressHUD

Includes ProgressHUD by Related Code.
```
v13.4

MIT License

Copyright (c) 2020 Related Code.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```

SVPulsingAnnotationView

Copyright (c) 2013, Sam Vermette ([email protected])
```
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby
granted, provided that the above copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING
ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL,
DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
```

Visual Effects Shadow

Includes Visual Effects Shadow by Brian Coyner.
```
https://github.com/briancoyner/Visual-Effects-Shadow

MIT License

Copyright (c) 2017 Brian Coyner

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```

Apache 2.0 License

All other code is made available under the Apache 2.0 license.

Copyright 2018-Present Open Transit Software Foundation

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

onebusaway-ios's People

Contributors

aaronbrethorst avatar alanb2718 avatar castaneda-angel avatar cathy810218 avatar dependabot[bot] avatar hilmyveradin avatar morrme avatar ualch9 avatar wkulesza avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

onebusaway-ios's Issues

Apple Watch support

Hi, I was interested in adding apple watch support to the app. Is anyone currently working on this?

Trip Details Controller

  • Fix dark mode
  • Improve the bottom inset on the TripFloatingPanelController.swift line 300
  • Find a way to depict the vehicle and user on the same trip segment/stop view (in the little circle).
  • Fix the Auto Layout error documented below
  • Show the vehicle heading
  • Add a refresh button to the controller
  • Tapping on stops on the map scrolls to the relevant stop on the list
  • Separator under the 'previous trip' and 'next trip' rows should be the same as the separator on the other trows
  • Previous and next trip rows need line segments on their lefts
  • Show the vehicle location on the map
  • Add a bottom border under the StopArrivalView
  • Remove the accessory view from the StopArrivalView
  • Show a StopViewController when tapping on individual rows
  • Accessory view's content compression priority should be required
  • Show stops on the map
  • Adjust the tip height of the drawer to make sure that the stop arrival view looks right.

(
    "<NSAutoresizingMaskLayoutConstraint:0x600003e3b520 h=-&- v=-&- UIView:0x7fc91e7992a0.minY == 0   (active, names: '|':OBAKit.TripStopCell:0x7fc91e797f80 )>",
    "<NSAutoresizingMaskLayoutConstraint:0x600003e39c70 h=-&- v=-&- V:[UIView:0x7fc91e7992a0]-(0)-|   (active, names: '|':OBAKit.TripStopCell:0x7fc91e797f80 )>",
    "<NSLayoutConstraint:0x600003e2c690 V:|-(0)-[UIView:0x7fc91e7af670]   (active, names: '|':UIView:0x7fc91e7992a0 )>",
    "<NSLayoutConstraint:0x600003e34b40 UIView:0x7fc91e7af670.bottom == UIView:0x7fc91e7992a0.bottom   (active)>",
    "<NSLayoutConstraint:0x600003e354a0 UIView:0x7fc91e7af670.height >= 48   (active)>",
    "<NSLayoutConstraint:0x600003e399a0 'UIView-Encapsulated-Layout-Height' OBAKit.TripStopCell:0x7fc91e797f80.height == 40   (active)>"
)

Clarify what the reporting options for trip issues mean

Feedback from a beta user:

  • Find a way to make what "report a problem for this trip" does clearer
  • 'Providing a way to send feedback to the service provider on the bus service itself would also be valuable'
  • "When I see buses leaving 3-5 minutes early I want to report it (as a former driver I know there's no excuse) but don't know if it's your problem or theirs. Having a provider feedback link might be an easy way to add that value for me and perhaps improve transit service too."

Help users track their proximity to their final destination

This is a tracking task that needs to be fleshed out and split into multiple subtasks.

I've been asked by users on several occasions to let them better track when they are approaching their final destination. I can imagine this might be decomposed into a few different stories:

  • As a user on an unfamiliar route, I want to feel confident that I'll get off at the right stop. I want to be able to tell OBA which stop I'm going to get off at, and then be able to see where I am in relation to that stop. I want to be able to look at it on a map to see how far away I am, and also see a list of how many stops are in between me and it.
  • As a user who sometimes falls asleep when I'm on the bus, I want to know that I'll be woken up when I'm approaching my stop. I depend on OBA making my phone (or watch) buzz with a notification when I'm approaching my stop.

Look into the location manager region monitoring capabilities to see how these might be done: https://developer.apple.com/reference/corelocation/cllocationmanager

This library would be useful and save me some trouble here: https://github.com/malcommac/SwiftLocation

Add Siri integration

Add SiriKit integration for iOS 10+.

"Hey Siri, when is the next 550 to Seattle?"

"Hey Siri, do I have time to catch the bus at the library?"

"Hey Siri, remind me to catch the next 271 to the U District"

Enhance Trip Sharing with Entrance/Exit Information

The Trip Sharing feature introduced in OneBusAway/onebusaway-iphone#855 is a good first step towards helping users communicate their expected arrival times with friends and family, but it needs another coat of polish in order to be broadly useful. Specifically, the passenger needs to be able to clearly communicate the following pieces of information to the recipient:

  1. Where did the passenger enter the vehicle?
  2. Where is the vehicle now?
  3. Where is the passenger intending to exit the vehicle? (i.e. what's their destination?)
  4. When will the passenger arrive at their destination?

User story

Aaron works in downtown Seattle, near the stadium where the Sounders play. Aaron is a soccer fanatic and has two season tickets for Sounders games. When the Sounders play evening games during the week, Aaron's girlfriend, Mika, takes the bus from the eastern suburbs to downtown Seattle to go to the games. Usually, she takes the 550, which always deposits her in the donwtown bus tunnels, but sometimes she'll take another route that has a different destination stop, depending on whether she's coming from work or home.

Mika is waiting at the bus stop for the 545 at the Overlake Transit Center, which she will take to the 5th Ave S & S Jackson St stop. She's looking at OBA on her phone for when the next bus is coming and sees that it will be arriving in 5 minutes. She taps the '...' button for her bus and selects 'Share Trip Status' from the action sheet. The action sheet closes and is replaced by a modal view controller that provides her with a list of stops that the 545 will make on its route. She chooses "5th Ave S & S Jackson St" from the list and taps the "Share" button in the controller's top right corner. An activity controller appears; she taps on "Message"; and then sends the trip sharing URL to Aaron along with a note saying that she's on her way.

Aaron receives the link and message. He taps on the link, which launches OBA on his phone. He is navigated to the "Recents" tab, and then a "Trips" view controller is pushed onto the stack. Aaron sees a map depicting the current location of Mika's 545 bus with a table of stops below it. The map clearly highlights the stop where she's going to board the bus, the stop where she will get off of the bus, and the estimated time for the latter event. The table also clearly highlights where Mika will board the bus, where she will depart it, and where her bus is right now. All stops before and after her trip are de-emphasized because they don't matter for Mika's trip.

Data format

In order to accomodate a destination stop, we will add a new URL query parameter to our deep link URLs. This has the advantage of being backwards compatible with existing client software:

destination_stop_id=<STOP ID>

https://www.onebusaway.co/regions/0/stops/Hillsborough%20Area%20Regional%20Transit_4543/trips?trip_id=Hillsborough%20Area%20Regional%20Transit_300984&service_date=1508817600000&stop_sequence=52&destination_stop_id=Hillsborough%20Area%20Regional%20Transit_4712

Related

OneBusAway/onebusaway-android#17

OneBusAway/onebusaway-android#715

OneBusAway/onebusaway-iphone#855

Match OBA Android Firebase Analytics events and user properties

Google announced the expansion of the Firebase platform yesterday:
https://firebase.googleblog.com/2016/05/firebase-expands-to-become-unified-app-platform.html

We should take a close look at analytics:
https://firebase.google.com/docs/analytics/

Firebase Analytics provides unlimited reporting on up to 500 distinct events.

This could potentially help us with our major Google Analytics problem, which is the limit on reported events - we've been around 10x over the limit for some time, and I'm not sure if/how that is affecting our data.

Looks like you can implement Google Analytics and Firebase Analytics side-by-side:
https://support.google.com/analytics/answer/2587086#firebase-ga

We'll probably want to do this and confirm that Firebase seems to work before changing anything with Google Analytics.

We're going to look at this on Android as well - OneBusAway/onebusaway-android#501. We will keep everyone posted when we make progress there.

Add bookmark management features

Features:

Groups

  • Rename group
  • Rearrange groups
  • Delete group
  • Add new group
  • Add new group and immediately move it

Bookmarks

  • Rename
  • Delete
  • Add new group and immediately add a bookmark to it

Add toggle to remove user location from Report Problem submissions

The Report Problem controllers should have a switch on them that says something like "include my location to help diagnose the problem".

They should default to "on", but the user should be able to toggle it to off, and it should be 'sticky'.

  • Add toggle to Stop Problem
  • Add toggle to Vehicle Problem

Today view widget

  • Create project.yml entry to generate Today View target
  • Configure app group so that Today View widget can access data from the main app
  • Modify the Application and AppConfig classes so that instances of them can be instantiated from the Today View.
  • Add ability to mark a bookmark such that it should appear on the Today View widget (only at creation time for now. I'll take care of support for editing this setting later.)
  • Duplicate the Today View widget Ux from the current app

Improve trip transfer experience

Here's the scenario:

  1. I am catching a 10 bus at 15th and Republican and it arrives in 4 minutes
  2. I am going to take it to Pine and 9th, where I will transfer to a 218 to Issaquah

The stop UI that is presented after I tap on "Pine and 9th" should hide all of the vehicles that depart before my scheduled arrival time, presenting some sort of option to display them to the user if desired.

mockup

Improve usability of 'scheduled arrival'

One idea:

If no real-time info, in the prominent spot that displays how long until the bus comes, just put a "?". Then underneath, where it currently says for example "2:31pm - scheduled arrival*" instead say "scheduled arrival in 5m at 2:31pm*" Still sort these by the scheduled arrival time, and still have the * footnote about what this means.

Also, worth considering looking at the experience provided by other similar apps, which adorn real time arrivals/departures with a little 'communicating' icon.

Offline support: arrival times based on schedule

I'd like to see offline support added to the iOS application where it has a copy of the schedule saved locally. Such a feature would allow a user to view their scheduled vehicle arrival time even if they are offline (e.g. in a tunnel).

Add Search UI to map

  • Route Search
  • Address search (would be cool if we could drop a pin with some contextual information at the address)

Indicate direction flow on route lines

A possible UI enhancement for the map, suggested by a user on Reddit. Here's the comment:

I don't know who else gets confused by some bus routes that have their route loops on the same street — there've been times I meant to take one direction when I took the one across the street instead. I know I should look for stop #s and pay attention to the direction (e.g., "SW") in OneBusAway, but if there's some clearer visual way to indicate that flow (maybe animating the black lines with a subtle gradient?) it could be pretty useful.

Clarify arrival/departure listings at the beginning stops of routes

Expected behavior

When looking at a stop that is the layover/first stop for a route, I should be able to tell at a glance when a particular vehicle is departing the stop.

Actual behavior

I have to very carefully parse the text that is displayed for that stop to understand what is an arrival vs. a departure.

Steps to reproduce the behavior

  1. Select the Puget Sound region.
  2. Open Stop ID 13200

Screenshot of the issue (if applicable)

img_a83781f9ee0b-1

App Version/Hardware

18.2

Show bus position on map, either simulated or using real-time data

This was something that @caitbonnar and @jrharshath discussed the other day, and I wanted to capture some info/links related to this.

We have all the data we need to simulate the bus position based on a particular trip and schedule (from GTFS / OBA REST APIs) as well as the current time. If we have shapes.txt in GTFS we can simulate precise position, if not position simulation will be rougher.

Real-time vehicle position is a little harder - from what I can tell the OBA REST APIs don't have a way to pull back vehicle positions related to a single route/trip. However, the OBA SIRI APIs that MTA deployed in NYC do. So, going forward, it would probably make sense to do real-time vehicle position based on the SIRI APIs. I don't believe the SIRI APIs are plug-and-play yet with the rest of the OBA core app modules server-side, but hopefully that will happen soon.

Related items:

  • The Transit App shows simulated bus position based on schedule data (on Android, at least - haven't checked iPhone):

thetransitapp-simulatedbusposition

  • Transit Map is an open-source web application that shows simulated bus position based on GTFS data
  • TRAVIC and Trajserver together apparently do something similar, although I haven't looked at them in detail yet (they were sent to me). They are both apparently related to this Master's Thesis on "Real-time Movement Visualization of Public Transit Data".

This issue is also related to showing route flow lines (https://github.com/OneBusAway/onebusaway-iphone/issues/319), since a moving vehicle on the map would also indicate direction of flow.

Improve user feedback process, including Open311 submissions

We recently improved the feedback process in OBA Android to better channel feedback to different locations based on the type of feedback. HART has expressed interest in implementing something similar on iOS, so I wanted to capture some of the current Android implementation details here as a jumping off point.

Details on the OBA Android UI are here:
http://www.slideshare.net/sjbarbeau/onebusaway-new-issue-reporting-flow-in-onebusaway-android

After tapping on "Send feedback" in main menu, the first time the user does this they are asked to confirm their region (to prevent against feedback going to the wrong region, and to intercept "wrong region" feedback). On Android we ask "Are you in X"? If yes proceed to feedback, if no direct to region selection setting. We save this acknowledgment and reset it if the region is changed.

After the user confirms the region at least once, when they tap on "Send feedback" the following categories are shown (see slide 2 in above presentation for screenshots):

  • Contact Customer Service - shows a list of all supported agencies for the region (pulled from API agencies-with-coverage) and phone, email, and website contact points. Tapping on each opens the dialer, email client, and browser, respectively. See Slide 3 in presentation.
  • Report a Stop Problem - If the region has a open311Servers array in Regions API, then direct feedback to Open311 endpoint. Otherwise, direct to legacy stop/trip problem reporting APIs for the region. Slides 4-8.
  • Report an Arrival Time Problem - If the region has a open311Servers array in Regions API, then direct feedback to Open311 endpoint. Otherwise, direct to legacy stop/trip problem reporting APIs for the region. Slides 4-8.
  • Send App Feedback - Opens email client to send email to [email protected]
  • Ideas For New Features - Directs to onebusaway.ideascale.com in browser.

Implementing most of the above is fairly trivial - however, the Open311 submission would require a decent amount of UI work. This is because the problem reporting UI is dynamically driven by data in the Open311 server response. In other words, an agency defines the issue category types (including whether the answer is text, multiple choice, checkbox, etc.), and this is dynamically discovered from the Open311 server REST API (a lat/long for the reporting location is sent to the Open311 server, and it responds with valid categories for the location). There are also some UI design decisions that are driven because for this - you need the user to pick a stop or location before they can choose the type of issue they want to report.

We wrote our own Open311 Java client, but I'm hoping there are existing iOS-compatible libraries (Objective C or Swift) that could be leveraged. Here's what I could find from some quick Googling (feel free to add more):

Here's a general list of OSS related to Open311:

Share Trip Status

Originally described here: OneBusAway/onebusaway-iphone#833

And implemented here: https://github.com/OneBusAway/onebusaway-iphone/blob/develop/OneBusAway/ui/stops/OBAArrivalDepartureOptionsSheet.m#L179

This feature allows the user to share the trip that they are on with another user. It should be presented via an action sheet item that is shown by tapping on the '...' button on a row on the stop controller. The experience of using this feature should be identical between the current OBA app and OBAKit.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.