Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dates shown #68

Open
ypriverol opened this issue Apr 29, 2016 · 1 comment
Open

dates shown #68

ypriverol opened this issue Apr 29, 2016 · 1 comment

Comments

@ypriverol
Copy link
Contributor

@baimingze would be nice if we can show all the dates in for each dataset http://catalog.data.gov/dataset/national-stock-number-extract . Every datasets provider has different way of provideing the dates and it can be multiple of them. I would like to show for each dateset all the dates like key value pair Something like:

Important Dates:

publication 12-01-2015
release 13-01-2015
updated 15-04-2016

This should be a dynamic box whit all the dates provided.

@mindcrusher11
Copy link
Contributor

@ypriverol in dates section of datasets in mongodb

"dates" : {
"publication" : [
"2015-08-12"
],
"submission" : [
"2015-04-27"
]
},

Can you help me with matching fields for above three dates like release dates,publication date, and submission dates so that I can integrate it as well?

Thanks
Gaurhari

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants