jurteam / platform

Jur Beta Platform
https://beta.jur.io
0 stars 0 forks source link

TODO redirect new user to welcome wizard #326

Open tyagishuchi1 opened 4 years ago

tyagishuchi1 commented 4 years ago

The page keeps loading and does not provide a proper response to users if a new user tries to access a URL other than the homepage directly. (without going through the welcome wizard/ accepting disclaimer/accepting terms and conditions )

Expected Behavior

If any new user tries to access a URL (other than the homepage) directly, they should be redirected to the welcome wizard page.

Steps to Reproduce

Environment: Temp

  1. Create a new wallet
  2. Access any URL expect the homepage
ashishjur commented 4 years ago

@MirelXhafa can you take this one?

MirelXhafa commented 4 years ago

@ashishjur yes i will take a look at this

ashishjur commented 4 years ago

@MirelXhafa Ping me tomorrow whenever you start work. Let me know if you have any queries about this issue. We will talk this on the call.

tyagishuchi1 commented 4 years ago

@MirelXhafa Mentioning the points discussed today:

  1. The wizard is currently shown based on a cookie value.
  2. It is most probably only implemented for contracts right now.
  3. We have to move the logic to a move global component so that all pages are covered.