codeforamerica / fast_pass

Las Vegas Development Opportunity Finder
BSD 3-Clause "New" or "Revised" License
7 stars 4 forks source link

Figure out how to bind map controllers to section controllers so that map behavior changes depending on the step you are on. #16

Closed louh closed 11 years ago

louh commented 11 years ago

cc @rclosner

Need some help figuring this out when you have time.

lovehandle commented 11 years ago

Looking at this tomorrow.

On Sun, Sep 22, 2013 at 8:56 PM, Lou Huang notifications@github.com wrote:

cc @rclosner

Need some help figuring this out when you have time.

Reply to this email directly or view it on GitHub: https://github.com/rclosner/lv-dof/issues/16#issuecomment-24897902

lovehandle commented 11 years ago

I've got a few ideas on this one, but let's sit down on Monday and see if we can't hash it out.

louh commented 11 years ago

@rclosner I think I figured this out. I'm already recording the user's current page on UserData, so that the app picks up where you left off last time. Since this is a singleton object that's available everywhere, the map controller watches it for changes and behaves accordingly.

lovehandle commented 11 years ago

Cool. That sounds like a good approach.