usdigitalresponse / cpf-reporter

CPF Reporter application maintained by the USDR Grants program.
Apache License 2.0
0 stars 3 forks source link

[STORY]: add spinner & auto-refresh after uploading a file #290

Open ClaireValdivia opened 5 months ago

ClaireValdivia commented 5 months ago

Full User Story

As a cpf reporter user, after I upload a file, I want indicators that validation is in progress and I want to see results when they are ready.

Why is this issue important?

current state is that you can only see validation results if you refresh the page, so even when validation is complete, it shows the "validation in progress page." It is likely that users will think this is broken and try to upload the file again.

Action Plan

Engineering Tasks

Add links to engineering tasks

Acceptance Criteria

After you upload and submit a file, on the validation in progress page, you should see a loading spinner. As soon as the validation results are ready, the results page should display without the user needing to reload the page.

ClaireValdivia commented 5 months ago

Closing as duplicate of #245