IntegratedTransportPlanning / gcvt

Greener Connectivity Visualisation Tool
MIT License
2 stars 2 forks source link

Demo WIP #141

Open cmcaine opened 3 years ago

bovine3dom commented 3 years ago

@markjd84 we should move work on the Wizard over to the other repo. I can move your latest patch if you like.

The interesting files are just in {front,back}end/src/

markjd84 commented 3 years ago

Brill thanks, a lot neater :)

I'll check if there are any remaining bits to move over and start using the new repo today.

On Tue, 8 Jun 2021 at 18:20, Oliver Blanthorn @.***> wrote:

@markjd84 https://github.com/markjd84 we should move work on the Wizard over to the other repo. I can move your latest patch if you like.

The interesting files are just in {front,back}end/src/

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/IntegratedTransportPlanning/gcvt/pull/141#issuecomment-856950879, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABSXSH7MKC5IKKHBOMDFEETTRZGMTANCNFSM4XECCE3A .

bovine3dom commented 3 years ago

While I'm thinking about it we should add a status route to the corridors backend. If we do

# bare minimum code
app = # route("/status") => "loading"
server_task = serve(app, PORT)
# rest of the code ...
app = # the real server
wait(server_task)

we should get it pretty quickly


Edit: done in e28bad0

bovine3dom commented 3 years ago

Somewhere we look for a scenario key when looking at zone flows even if there aren't any scenarios

I'll look into it in a minute but I'm doing something else and didn't want to forget

Edit: fixed

bovine3dom commented 3 years ago

Dependent variable descriptions aren't shown