andymac-2 / milestoneMap

Milestone tracking application
Other
1 stars 4 forks source link

Milestone Report (Export) #27

Closed PritchardBarry closed 6 years ago

PritchardBarry commented 6 years ago

Provide ability to export milestone data in a basic report that can be read into Excel.

Columns:

  1. Programme Name
  2. Project Name
  3. Milestone Name
  4. Baseline Date
  5. Current Date
  6. Health (R,Y,G,C)
  7. Comment

This way the data can be easiliy read into any other tool.

andymac-2 commented 6 years ago

See 6e572ec

Note that there is data loss in this format, if we decide to re-import, the process will be difficult and will produce errors.

PritchardBarry commented 6 years ago

Noted. An export and re-import function is not required.

Question though: Could we use a format like this (excluding the baseline date) to do an initial upload/create? This might be the simplest way to import data since most PM's would have a list of milestones?

andymac-2 commented 6 years ago

Import and re-import are essentially the same functionality. The reasons that this is difficult:

It can be done, but in the process, users must be warned of these issues before importing data.

PritchardBarry commented 6 years ago

data loss includes the name of the map, the start and end dates, the dates of the reports, all of the reports themselves, all of the dependencies, health of the baseline milestone, the comment of the baseline milestone

I am OK with this. Let's remove the requirement for the baseline date. A simple extract of data would be fine. I have seen CSV imports into other tools and I agree, they prescribe the format of dates and text fields that might have common "delimiter" characters

andymac-2 commented 6 years ago

Ref 62b288c