data-curator icon indicating copy to clipboard operation
data-curator copied to clipboard

Save as feature

Open Stephen-Gates opened this issue 6 years ago • 4 comments

Desired Behaviour

Similar to the open file #596, simplify the save as menu to remove the need to specify the type of file you want to save based on Settings value for default file format

screenshot 2018-04-01 14 15 11

Stephen-Gates avatar Mar 30 '18 23:03 Stephen-Gates

I would be great if I could save a data package that still had errors i.e., a data package work in progress. It's frustrating when you add metadata and then get an error that's something needs fixing, but then can't save your work... especially when it's not clear where the error is.... perhaps this would be less of an issue if I could more easily find the source of errors

pripley123 avatar Apr 11 '18 18:04 pripley123

Hi @pripley123 does https://github.com/ODIQueensland/data-curator/issues/265 describe what you're looking for? I'd be interested to know in what situations it's not clear where the error is - perhaps we can improve that also. (edit: is that #673?)

Stephen-Gates avatar Apr 11 '18 19:04 Stephen-Gates

Yes, looks like 265 would address the data package saving issue.

As for as error messages go... I seem to get "There is a required table or column property that is missing. Please check that all required properties are entered" fairly often... this is frustrating since there's no indication of what field / table is causing the issue. Then I have to inspect all the fields / tables to try to find out what is causing it. It would be great if it said, there's an issue with field X of table Y e.g., the name field of table xyz is missing. It would be even better if there was a link so I could jump directly to the field that was causing the issue.

Hope that helps, Paul


From: Stephen Gates [email protected] Sent: Wednesday, April 11, 2018 12:20:06 PM To: ODIQueensland/data-curator Cc: Paul Ripley; Mention Subject: Re: [ODIQueensland/data-curator] Save as feature (#625)

Hi @pripley123https://github.com/pripley123 does #265https://github.com/ODIQueensland/data-curator/issues/265 describe what you're looking for? I'd be interested to know in what situations it's not clear where the error is - perhaps we can improve that also.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/ODIQueensland/data-curator/issues/625#issuecomment-380566272, or mute the threadhttps://github.com/notifications/unsubscribe-auth/Af-qF53f1Cf0FY96d226oTPvr60ktxyBks5tnldmgaJpZM4TCP1t.

GitHub
pripley123 has 1 repository available. Follow their code on GitHub.
GitHub
GitHub is where people build software. More than 27 million people use GitHub to discover, fork, and contribute to over 80 million projects.

pripley123 avatar Apr 11 '18 19:04 pripley123

Thanks Paul,

To export a data package, the following is required for each table:

  • header row (first row) and second row of data
  • use the Check Header Row menu item to set all Column names
  • set a table name
  • data saved

Then for the data package:

  • enter some provenance information
  • set a package name

The error you're seeing is a catch all, so I'm not sure what you're missing. If you work it out, let me know and I'll improve the error message

#265 has been moved to v0.17.0 for the Sponsor's consideration so it may be fixed earlier depending on priorities and budget

Stephen-Gates avatar Apr 11 '18 20:04 Stephen-Gates