nobeam / latticejson

A JSON based lattice file format
https://nobeam.github.io/latticejson
GNU General Public License v3.0
12 stars 2 forks source link

Creator/editor/modifier and email? #57

Open tomerten opened 4 years ago

tomerten commented 4 years ago

I would like to have an extra meta data field that returns data on the creator/modifier of the lattice json file, next to the name of the lattice.

felix-andreas commented 4 years ago

I would be okay with that. It might be reasonable to combine these into a metadata field, maybe even put the current info field into there.

metadata: {
    "creator": "Firstname Lastname",
    "editor": "Firstname Lastname",
    "email": "foo@abc.xyz"
}
TMsangohan commented 4 years ago

@andreasfelix

Yes perfect, I like the idea of metadata. T.

felix-andreas commented 4 years ago

I made a draft PR which would implement this. But is the metadata really necessary? Isn't this author, editor information (including email and timestamp) not already included in git?