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

Use github login to identify authors #145

Open
prudhomm opened this issue Oct 13, 2022 · 0 comments
Open

Use github login to identify authors #145

prudhomm opened this issue Oct 13, 2022 · 0 comments
Assignees

Comments

@prudhomm
Copy link
Member

there is now a metadata field in our json files.
I suggest that when we use authors we actually use the github login to identify to authors.
we can then retrieve further information about the authors using a github REST API request

the list of authors can be obtained by looking at the list of people who contributed to github using blame button for example
eg https://github.com/feelpp/toolbox/blame/master/examples/modules/csm/pages/sensor/index.adoc

as an example:

"Metadata":
    {
        "version": "1",
        "author": ["vincentchabannes","prudhomm","lberti","jobinhio"],
        "date": "23/09/2022",
        "references":[""]
}
This was referenced Oct 13, 2022
jobinhio added a commit that referenced this issue Oct 13, 2022
prudhomm pushed a commit that referenced this issue Oct 14, 2022
* update suspension #138

* add report from solid toolbox #136

* add imagesprefix support as described in #144

* add authors to metadata #145

* add imagesprefix support for #138 as described in #144

* add link to the simulation report and rename file
prudhomm pushed a commit that referenced this issue Nov 7, 2022
* update spring #141

* update string #141 and add  authors' names #145

* add imagesprefix support for #141 as described in #144

* add report from solid toolbox #136
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

3 participants