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

Include timestamp when listing a profile #13

Open
acorbi opened this issue Nov 11, 2014 · 2 comments
Open

Include timestamp when listing a profile #13

acorbi opened this issue Nov 11, 2014 · 2 comments
Assignees

Comments

@acorbi
Copy link

acorbi commented Nov 11, 2014

In order to keep record when a profile has been listed, a timestamp field can be added on the listing JSON files.

@acorbi
Copy link
Author

acorbi commented Nov 12, 2014

@elf-pavlik @almereyda what do you think? Should we just add a "@Updated" attribute together with "@id" and "@type" ?

An example would be something like this:

{
"@id":"http://profiles.open-steps.org/directory/7ce5f07a-1c3c-4e35-90c9-e51bce25e04a",
"@type":"Listing",
"@Updated" : "13/11/2014 20:04:00",
"@context" : "http://plp.hackers4peace.net/context",
"@graph" : "{
....

I wonder what is the best choice for the date format. Should we just use time in milis? That raises the question whether the profiles have to be also human readable.

@almereyda
Copy link
Member

I like ISO 8601 for that case.

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

No branches or pull requests

2 participants