houston icon indicating copy to clipboard operation
houston copied to clipboard

FlowRouter Support

Open AlexeyMK opened this issue 9 years ago • 2 comments

[Still WIP]

@gterrono, looks like MDG is leaning towards just supporting FlowRouter. For Houston to work with FlowRouter is a non-trivial rewrite, since we rely on template data context and router level subscriptions pretty heavily and FlowRouter doesn't particularly like that approach.

That said, an (as you can see) temporary hack includes just passing data through anyway.

A bunch of stuff is still broken (had a few hours during a hackday to poke at this) but figured I'd share and see if you or others had time to contribute.

AlexeyMK avatar Nov 05 '15 08:11 AlexeyMK

How well does this work? I'm still on the lookout for a no-config admin solution.

adrianmcli avatar Dec 18 '15 06:12 adrianmcli

The intention of this PR is good, but unfortunately I think it was not tested.

When I go to /admin and introduce the login data, then I get a blank page and no visible errors on console. The same all the time for every click that I do in any link: white page and only reloading I can access the page. Any clue @AlexeyMK ?

rafa-munoz avatar Feb 15 '16 15:02 rafa-munoz