Changing messages for app generation / doc upload.
Repo: · Issue: #1108 Status: Open · Priority: P2 Assignee: Raymond
Description
See https://twill-network.slack.com/archives/C072BQ85KGR/p1772660095805539
Since we don’t get updates from the backend after each step (upload → doc classificiation - > doc analysis) we need to add some “fake” alternating texts after some given timeouts
AC:
- In the merchant creation page there are extra messages: 1) “Uploading documents…”, 2) “Classifying documents…” 3) “Parsing information…” 4) “Creating application…” they switch at random after timeouts of rand(1,3) seconds
- Doc uploads now show these extra messaages: 1) “Uploading documents..” 2) “Classifying automatically…” 3) “Extracting information…” they switch at random after timeouts of rand(1,3) seconds
Implementation Notes
Dash adds notes here while working
Related
Link to people, meetings, dependent tickets