vanadium-archive / browser

Example app: Vanadium namespace browser
BSD 3-Clause "New" or "Revised" License
1 stars 3 forks source link

Default address upon opening namespace #38

Open aghassemi opened 9 years ago

aghassemi commented 9 years ago

There are several situations that different defaults make sense:

1- first time user, has not published anything under v.io/users/, the extension's root is the default value: We probably want to stay at v.io

2- first time user, has published services under v.io/users/, we probably want to go to his home which is v.io/users/

3- first time users, has a different extension root than default, we want to honor it.

4- returning users: we go back to the last visited Url right now. Do we need any exceptions for this?