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
Is your feature request related to a problem in the current program to new available techology or software? Please describe and add links/citations if appropriate.
When setting up new institutes and panels, we have sometimes ended up renaming both ID and display name for panels during the "set up" phase.
Right now, the Scout CLI does not support these actions, which means that the maintainer needs to interact directly with the mongo DB to achieve this. This can be more risky compared to using the CLI (indeed we have encountered (fixable) issues after working with the db this way).
Describe the solution you'd like
In the scout update panel interface, would it be possible / make sense to add options for updating the display name and potentially the ID?
Not sure if updating the ID would cause trouble, or if you rather should remove / recreate in that case. But I suspect the display name should be OK to mutate?
The current CLI options:
Usage: scout update panel [OPTIONS]
Update a panel in the database
Options:
-p, --panel TEXT Specify what panel to update [required]
--version FLOAT Specify the version of a panel. If no version
the latest panel is chosen.
-d, --update-date TEXT Update the date for a panel
-a, --add-maintainer TEXT Add a maintainter user_id for a panel
-r, --revoke-maintainer TEXT Revoke maintainter status for user_id for a
panel
--update-version FLOAT Change the version of a panel
--help Show this message and exit.
The text was updated successfully, but these errors were encountered:
I guess for us this is scary stuff since we rely on the panel id for integration with orders, LIMS etc, but I also see your point about setup phase - that is the phase where we also have "removal" of panels and introduction of almost the same with some afterthought added... Let's look, and feel very free to check it out or PR, but the remove-export-and-recreate does exist, so probably a low prio QoL/wontfix for us today.
Is your feature request related to a problem in the current program to new available techology or software? Please describe and add links/citations if appropriate.
When setting up new institutes and panels, we have sometimes ended up renaming both ID and display name for panels during the "set up" phase.
Right now, the Scout CLI does not support these actions, which means that the maintainer needs to interact directly with the mongo DB to achieve this. This can be more risky compared to using the CLI (indeed we have encountered (fixable) issues after working with the db this way).
Describe the solution you'd like
In the
scout update panel
interface, would it be possible / make sense to add options for updating the display name and potentially the ID?Not sure if updating the ID would cause trouble, or if you rather should remove / recreate in that case. But I suspect the display name should be OK to mutate?
The current CLI options:
The text was updated successfully, but these errors were encountered: