Project UBahn | New section to view status of uploaded data

Register
Submit a solution
The challenge is finished.

Challenge Overview

Task:

  • In bulk upload page, create new section above current bulk upload section (within the bulk upload tab itself)
  • Section title - Past 24 hours Upload status
  • Show a table here with columns Upload date, Status, Info and Assets
  • To display data in this table, call endpoint GET /uploads (on the same server) which will return with the data.
  • For Upload Date column, use the created attribute value
  • For Status column, use the status attribute value
  • For Info column, use the info attribute value
  • For Assets column, refer to failedRecordsUrl attribute value, which may or may not exist. If it does exist, you will display a link named Download, which when clicked, invokes the url in the attribute value (and an excel file should get downloaded through that url). You can open the url in a new tab optionally.


Final Submission Guidelines

Git issue link: https://github.com/topcoder-platform/u-bahn-app/issues/653

Review style

Final Review

Community Review Board

Approval

User Sign-Off

Challenge links

ID: 30143919