precisely / web

1 stars 0 forks source link

Visiting a report page while a report is processing should show "processing" #347

Closed gcv closed 5 years ago

gcv commented 5 years ago

Right now, refreshing one of these pages takes the user back to "Curious about your results?" The code should respect user sample table entries.

gcv commented 5 years ago

The problem occurs because Report/ReportImpl sets its ctaStatus to processing only after a successful upload, but this is not correctly fed into the component when it is instantiated. @aneilbaboo, could you please point me in the right direction?

gcv commented 5 years ago

Also: if the upload errors out, the CTA should indicate this and provide some guidance to help.

aneilbaboo commented 5 years ago

This is a bug I created, I think. Let me resolve it.

aneilbaboo commented 5 years ago

I can't replicate this problem on the dev branch. Maybe it got resolved?

This is after uploading a zipped 23andMe file (it still looks like this after refresh):

screen shot 2018-12-09 at 5 15 58 pm
gcv commented 5 years ago

I can't reproduce it anymore, either. I don't remember fixing it, but I guess it went away.