jordanopensource / nuha-web

Web client for NUHA

Home Page:https://nuha.josa.ngo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upload to nuha component

thamudi opened this issue · comments

As a user I need a section in the dashboard where I can see where I can upload my data. As well as I need to know how the data should look like before I upload it. I would prefer to have a template I can download and use so I can make sure not to make any wrong entries.

This option is preferred and shown to the end user by default. If they choose option B this section to be hidden and option will be highlighted.

Technical Requirements:

  • Heading Title to identify which section is displayed
  • A download button to download the template
  • An upload button that allows the user to upload the file.

UI/UX:

  • Make sure to have a progress bar to show the user that the data is being uploaded.
  • An indicator to show the user when the data is uploaded/ failed.

The downloaded CSV file shows up like this:

Image

The csv should be rendered as a proper excel table

resolved the template format in the commit ea05b5b

Done in pr #22