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

Added source inception dates #126

Merged
merged 8 commits into from
Jun 28, 2018
Merged

Added source inception dates #126

merged 8 commits into from
Jun 28, 2018

Conversation

stepps00
Copy link
Member

Fixes #121.

Added edtf:inception dates for each of the source json files in this repo, ran makefile, updated README, and template file.

Tagging @nvkelso for review, all files are changing.

@stepps00 stepps00 self-assigned this Jun 28, 2018
@stepps00 stepps00 requested a review from nvkelso June 28, 2018 01:07
Copy link
Member

@nvkelso nvkelso left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Generally looks good, but...

Please also change the sources/README.md to print out the new "Source added on " edtf:inception date.

@stepps00
Copy link
Member Author

@nvkelso - most recent commits (4bb8368, 8fc4708) address your comment.

bin/docs.py Outdated
@@ -68,6 +68,10 @@
if not details['edtf:deprecated'] == 'uuuu':
docs.write("* %s %s.\n" % ('This source was deprecated on', details['edtf:deprecated']))

#call out add date
if details.get('edtf:inception'):
docs.write("* %s %s.\n" % ('This source was added on', details['edtf:inception']))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please instead say:

  • added: YYYY-MM-DD

Like:

docs.write("* %s: %s\n" % ('added', details['edtf:inception']))

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also update deprecated to this same format, please.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Say added, then deprecated.

Copy link
Member

@nvkelso nvkelso left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Besides order and formatting comment to be addressed for added and deprecated, LGTM

@stepps00
Copy link
Member Author

Most recent commits take care of comments.

@stepps00 stepps00 merged commit d4421d8 into master Jun 28, 2018
@stepps00 stepps00 deleted the stepps00/src-inception branch June 28, 2018 22:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants