TNRIS / dataHub

ReactJS frontend web application for browsing, downloading, and inquiring about TNRIS public data and historical imagery.
https://data.tnris.org
8 stars 0 forks source link

Date Published Field for dataset #207

Closed christoball closed 4 years ago

christoball commented 5 years ago

Adding the ability to have a date published field so the latest data on tnris front page shows the most recently added dataset

attn: @adambreznicky

adambreznicky commented 5 years ago

core update will be in api backend. will definitely be utilized in tnris.org frontend.

is there a way to utilize this change here in the datahub? leaving this issue open here just as a place for discussing if/how to have the datahub use it when it's implemented in the api

one idea was to have a tiny data card list in the sidebar which displays the 3 "most recently published" datasets. another idea is to display it in the metadata component. not sure if anyone cares to see it there though. may just cause confusion... i dunno

jwhaney commented 5 years ago

im transferring this over to the api repo because it seems from @christoball comments that he is focusing on having the date published field added to the api so it can be reflected on the tnris.org frontend. let me know if i'm missing something though.

we can always add a new issue to figure out how to use this new field in the dataHub.

jwhaney commented 5 years ago

oops, i see yall already added an issue for this in the api repo. my bad.

adambreznicky commented 4 years ago

publication date field added to collections. next step requires content manager(s) to comb the collections in the admin console and populate the publication dates for all collections. when completed and QC'd, a 'latest published collections' component can be developed