mozilla-mobile / prox

[INACTIVE] A search and discovery app for the "here & now". We're experimenting with ideas on mobile that can better surface content from the open web.
https://wiki.mozilla.org/New_Mobile_Experience
Mozilla Public License 2.0
22 stars 12 forks source link

[polish] Design UX for dynamic updates to Firebase data #475

Open mcomella opened 7 years ago

mcomella commented 7 years ago

In #365, we implemented firebase persistence but didn't design how the data should update if there are updates. As such, we used what it did by default (which appears to be update the place details screen but not the carousel – maybe this changes as one scrolls). We should design a pattern and use it.

mcomella commented 7 years ago

In eng meeting, we discussed receiving partial data from FB to speed up queries (e.g. show Yelp data first, introduce website when we hit factual, add TA data when we get it).

Note that this could be a lot of work though, especially where we use custom view/controllers.