kan-qi / UMLx

Analyze software architecture and generate insights about software development complexities, risks, and costs.
3 stars 0 forks source link

Export the updated survey data into a csv file. #132

Open kan-qi opened 6 years ago

kan-qi commented 6 years ago

Export the updated survey data into a csv file.

  1. create a button named "export" in the survey page.
  2. export the survey data into a csv file after you click "export" button.
  3. The csv file need to include the uploaded UCP factors, and paths (relative) to the updated files.
  4. The csv file can save to "public/" folder.
Shashank1801 commented 6 years ago

@flyqk Do you mean to put a button on /surveyData page (where we list all the data)? I am not clear with point 3, could you please elaborate?

kan-qi commented 6 years ago

@Shashank1801

For the button, yes, it should be on /surveyData page. For Point 3, I had a typo but corrected it just now. So csv file should include all the factors and the paths to the uploaded files.

Let me know if that answer your questions. Thanks.