-
Notifications
You must be signed in to change notification settings - Fork 41
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
Multi-descriptions for a Dataset/Project #634
Comments
* Issue #634: Multi-descriptions for a Dataset/Project - srv * Issue #634: Multi-descriptions for a Dataset/Project - cli * Issue #634: Multi-descriptions for a Dataset/Project - migrations * Issue #634: Multi-descriptions for a Dataset/Project - cleanups * Issue #634 Add cli docs Co-authored-by: mariia_zueva <[email protected]>
Bug was found: Steps to reproduce:
Expected result: Actual result: 2021-10-20.13.48.41.mov |
Bug was found: Steps to reproduce:
Expected result: Actual result: 2021-10-20.14.11.28.mov@mzueva @NShaforostov Could you please confirm which is correct: the bug or the current behavior? |
…593 , #issuecomment-947551682
Background
At the moment, due to #438 user can attach
html
page to a dataset, and that page will be displayed at the "Browser" panel as the description page of the opened dataset.Currently, any dataset can have only one description page. But it would be convenient to have the ability to add any count of descriptions.
Approach
At the CLI:
Expand the functionality of the existing CLI command
add_description
:-n
(--name
). This option should allow to specify the alias name for the adding description fileExpand the functionality of the existing CLI command
remove_description
:remove_description <my_dataset> <description_name>
At the GUI:
<description_name>
(if alias name was set) or<description_file_name>
(if alias name wasn't set)The text was updated successfully, but these errors were encountered: