-
Notifications
You must be signed in to change notification settings - Fork 30
✨ Frontend: open Wallets view after log in #4649
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✨ Frontend: open Wallets view after log in #4649
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
Just some random thoughts/questions: buying credits will be handled by the marketing website, right? In that case I guess we should have a link that from osparc that goes to that page on the marketing website "subpage".
Kudos, SonarCloud Quality Gate passed!
|
Code Climate has analyzed commit eb22047 and detected 0 issues on this pull request. View more on Code Climate. |
What do these changes do?
In order to provide an easier way to access the wallets' state, buy credits or check the usage overview, this PR supports the
wallets
anchor.If a user accesses the application using a URL that follows this convention...
https://sim4life.io/#/wallets
This Wallets/Credits view, as well as the log in page and the whole application, will later be adapted to follow the new marketing website's style. This way, a link to the wallets or buy-credits could be provided in the marketing website and when users click on it they will have the feeling that they are still in the same (actually similar) website.
Already logged in:

Not logged in it yet:

Related issue/s
related to ITISFoundation/osparc-issues#1027
How to test
DevOps Checklist