Konstantinos Paparas

Results 151 comments of Konstantinos Paparas

If there is an error returned from the API then I don't think there is anything to be done on the WebUI. The WebUI should display an error message if...

If the api properly returns an http error code then an errors should be shown. Try again an let us know. On Wed, Sep 4, 2019, 10:12 PM Augusto Hack...

Having a blocking http request for 10 minutes is already bad. Any safe expiry time would probably be way more than 10 minutes. We need a better way to retrieve...

@hackaugusto is this issue explicitly for the WebUI?

While this is for vue, some similar functionality like that would be nice for the first run https://pulsardev.github.io/vue-tour/

Are we aware of any services we could use for that that are reliable?

If we don't go with mocking/stubbing then the other approach is essentially e2e. We could use the infrastructure (docker image) that already exists for e2e if we need, but they...

@christianbrb I was thinking for a while if we could possibly leverage IPFS for the backup/restore of the user data. Thank you for the links, I will have a look....

Thanks @christianbrb I will have a look.

I would say that using the ENS part is probably not feasible since automating this requires to pass the private key controlling the domain to the CI server configuration. I...