More information about plugins
- Dominant language
- Python
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
We need more information about the plugins, such as tooltip info, parameters type, default values, etc.
This info could be store in a JSON file as it is the case now.
ChRISAPI could parse the JSON file the return info to front end, or front end should fetch it directly, as it is the case now.
If we fetch the JSON from the front end, ChRIS API can return only [2]. If ChRISAPI pushes the whole information to front end, it needs to push something like [3]
[1] https://github.com/FNNDSC/trimurti/tree/master/app/config
[2] https://github.com/FNNDSC/trimurti/blob/master/app/config/plugin.json
[3] https://github.com/FNNDSC/trimurti/blob/master/app/config/plugins/pacsPush.json
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.