regen-network / regen-web

:seedling: Website and marketplace application
https://app.regen.network
15 stars 9 forks source link

Create Project Plan: Parent UI of Seller Flow #568

Closed mhagel closed 3 years ago

mhagel commented 3 years ago

The UI for the seller flow is a bit different from the rest of the registry:

We should create a parent component to handle this UI and make it a visibly separate flow from the regular Registry.

mhagel commented 3 years ago

Conversation from regen-network/regen-registry/issues/393

the footer should not appear on these pages, to keep the user on track and not distracted with other links.

You bring up some good conversation points @erikalogie

I am also now just noticing that the header links are hidden in this flow in the mocks. I think we need an issue to handle the architecture of this flow. There are a few ways it could go:

  1. The entire Seller flow is encompassed in a full-screen modal
  2. The header links and footer are toggled on/off depending on the URL
  3. the Seller flow is considered an encapsulated mini-app which has it's own UI rules independent if the rest of the registry.
    • this is not as big an effort as it sounds, more of a way of organizing the code.

The save & next looks a bit wonky, but I guess that was part of a different story? Should I give feedback on that somewhere else?

The look of this can be refined as part of the issue I am describing.

mhagel commented 3 years ago

moved to regen-network/regen-registry#449