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

Indigo Toolkit information in the 'About' section that is not relevant for the users #1037

Closed
Zhirnoff opened this issue Feb 15, 2023 · 0 comments · Fixed by #1192
Closed
Labels
Projects

Comments

@Zhirnoff
Copy link
Collaborator

Zhirnoff commented Feb 15, 2023

Background
At the moment, Ketcher displays Indigo Toolkit information in the 'About' section that is not relevant for the users.
2023-02-01_01h42_16

Solution
We need to hide this information from the 'About' section

Add function to all the APIs (python, java, .Net, WASM)
string versionInfo()

Function should return JSON string
{
"majorVersion": "1.13"
"minorVersion":"0",
"devTag": "rc.1.0",
"commitHash": "g8b04633b1",
"compilerVersion": "clang-13.0.0"
"complierPlatform": "wasm32-wasm"
}

currently version returns "1.13.0-rc.1.0-g8b04633b1-wasm32-wasm-clang-13.0.0"

Alternatives
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Ketcher issue: epam/ketcher#2162

@even1024 to update the ticket with API functions requirements

@Zhirnoff Zhirnoff added the Bug label Feb 15, 2023
@Zhirnoff Zhirnoff added this to the Refined Backlog milestone Feb 15, 2023
@Zhirnoff Zhirnoff added this to Product Backlog in Indigo via automation Feb 15, 2023
@AlexanderSavelyev AlexanderSavelyev assigned ghost and unassigned even1024 Jul 19, 2023
Indigo automation moved this from Product Backlog to Done Jul 31, 2023
even1024 pushed a commit that referenced this issue Jul 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Indigo
  
Done
3 participants