engineer-dao / platform

The EngineerDAO dApp for interacting with job contracts
engineer-dao-platform.vercel.app
6 stars 4 forks source link

Tapping "How It Works" button on contract create page should not cause state to be lost #186

Open garricn opened 2 years ago

garricn commented 2 years ago

I went through the whole process of creating a job and then i clicked the "How it Works" button and I was taken to the "How It Works" Notion page. When I navigated back, all of my contract creation progress was lost.

We should fix this by opening the link in a new page or with some other UI experience like a overlay, modal, drop down etc.

indeavr commented 2 years ago

Should the data also be stored in localStorage ? Some fields might take a lot of time to be filled (description) and loosing them would be awful.