rectangle-dbmi / Realtime-Port-Authority

Realtime transit tracker of Pittsburgh's Port Authority buses using the realtime PAT API using Google Maps to Display the Maps
GNU General Public License v3.0
60 stars 33 forks source link

Make toggle stateless #308

Open epicstar opened 7 years ago

epicstar commented 7 years ago

Refactor the app such that the toggles (stops, polylines) are stateless.

My current plan is to have the recyclerview only submit its current snapshot to 1 subject, which will branch off into 2 observables:

epicstar commented 7 years ago

307 may need to be solved this way.

Keep in mind that we may not need this right away if #302 and #301 end up being successful.

epicstar commented 7 years ago

@mikeantonacci feel free to bring up ideas/veto my current plan above.