stadt-land-energie-projekt / sl-app

The (django) webapp for the scenario-explorer of the "Stadt-Land-Energie" project.
https://stadt-land-energie.apps.rl-institut.de/
Other
1 stars 1 forks source link

Add views for step and wizard #102

Closed nesnoj closed 1 month ago

nesnoj commented 4 months ago

Currently there are no steps, hit it!

Create views for app flow: image

Like the wizard from EPP app but use views instead of doing it the JS way

josihoppe commented 3 months ago

@nesnoj RIght now there are the following views: home, map, details, parameters, results, robustness I am a little bit confused, because the current order of results/robustness is different then in the app flow and also the page for robustness seems to me like its doing something different right now. Could you check if the results and robustness pages are doing what they are supposed to be doing or if they need to be changed or even new pages added to gain the structure of the app flow?

josihoppe commented 2 months ago

@nesnoj I had a question about the placement of the buttons. Should they be on top in the header as previous/next Buttons on the sides of the vizwar (version 1 in picture) Or should there be next-Buttons on the page itself, placed underneath the content where the user is supposed to interact? (version 2)

Bildschirmfoto zu 2024-08-20 11-10-47

nesnoj commented 2 months ago

Thx @josihoppe for working on this!

Good point. I prefer version 1 as the left panel might gets too packed in some steps. Also, the layout may change in later steps (no left panel).

josihoppe commented 2 months ago

Thx @josihoppe for working on this!

Good point. I prefer version 1 as the left panel might gets too packed in some steps. Also, the layout may change in later steps (no left panel).

That change will be merged with #123