Closed mkoo closed 8 years ago
Following up with the email here so we have a unified thread.
Are expeditions what we want? Seems that the expeditions don't resolve to a project URI: http://biscicol.org/biocode-fims/rest/fims.wadl#idp752895712
form params
param data type expeditionCode string expeditionTitle string projectId int public boolean
The readTheDocs site seems to confirm this:
While bcid
s have the webAddress
parameter which acts as a redirect, it seems the same isn't true for expeditions?
I'm going to write up some of the dependent code anyway, but I think I'm going to add John Deck as a member of the repo so I can tag him easily when these sorts of questions come up.
Pinging @jdeck88 on this issue.
When an expedition is created there are two steps:
The fix really is to just add a webaddress argument to the expedition minter web service. I think this was left off initially because i wanted expeditions to display metadata instead of data for loaded data in biscicol (going back to an argument about whether a "published" dataset should be mutable or not). Let me know if you want to go this route and i can make an issue in the fims-commons code to add it (can you link github issues across repositories)?
I think that makes sense -- providing the expedition ARK resolves to URL if a webAddress
is specified, and otherwise maintains the current behaviour. It seems like the other way to approach this is to mint a BCID for one of our "projects" and group that by expedition, but then that's muddying up the datastructure.
That'd be very helpful!
And yes, you can link issues across repos, they even show up pretty-printed :-)
Ability to assign webaddress to expedition fixed in biocodellc/biocode-fims-commons#9 and deployed at biscicol.org/ updated REST description is at: http://biscicol.org/biocode-fims/rest/fims.wadl#idp140295938197592
Closing issue since it seems to be addressed...Let me know otherwise (or create a new issue)
John
arks get assigned to uploaded datasets so more than one may be associated to a given project
Project views should list datasets including ark, date uploaded, maybe include its record count and other summary stats.
Each record would have dataset ark added to it for timestamp tracking of uploading
copy/pasted email from 2016.03.04