You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since swagger files have a structured format, the question was brought up whether this tool can be generalized for use with other swagger based API's. This ticket is to look into the possibility of that.
Questions to answer:
Can other swagger.json files be used with this?
Does json structure change frequently?
Is json versioning custom, or structured, what is the minimum version our tool supports - if any?
Would a change in json structure require significant changes to the src? (applies to 6 too)
Which of our existing flags always work, and which ones fail - sometimes/every time?
What would be required in order to make this application universal?
What code changes are required?
What configuration details would be required?
Is spack and pip sufficient for packaging, or do we want to package this for other tools too?
Would releasing a public universal version of this require licensing or other compliance with swagger.io?
If this tool is published on a public fermilab repo, would subsequent maintenance on it (or lack thereof) become a legal responsibility of FNAL?
If users devise a way to use this tool for malicious intent, would FNAL be liable for damages?
If one of the packages this tool uses is found to have a security vulnerability, what actions are required on our end (if any)?
Do we need to make a public statement?
Is there a required timeline to address such vulnerabilities?
If we do not make this tool universal and public on fermitools, can the maintainers of this repo make the changes necessary outside of work to make a universal public version of this tool on their personal repositories, and what legal actions (if any) would that entail?
Do we have the resources to maintain this tool ourselves at a public level, do we want to allow external contribution?
What does maintenance look like?
Is there a demand?
Is there such a thing as "too much demand" in our case?
Do other repo's achieve the same functionality? does our tool achieve some functionality that others don't?
eg.. safeguards/workflows
Does this functionality solve a problem big enough to justify moving forward?
Does our tool help the community enough to justify our effort?
Is our src in line with Software Engineering and Security Best Practices (ie.. would a public release of this make us look bad)?
Is there anything I missed?
The text was updated successfully, but these errors were encountered:
LTrestka
changed the title
Decouple tool for public general use
Look into the possibility of decoupling this tool for universal usage and public release
Feb 6, 2024
LTrestka
changed the title
Look into the possibility of decoupling this tool for universal usage and public release
Look into the possibility of decoupling this tool to be universal and public
Feb 6, 2024
Since swagger files have a structured format, the question was brought up whether this tool can be generalized for use with other swagger based API's. This ticket is to look into the possibility of that.
Questions to answer:
The text was updated successfully, but these errors were encountered: