-
Notifications
You must be signed in to change notification settings - Fork 33
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
[FEATURE] A command to edit entities #344
Comments
we can also have a command |
This requires us to know what's the edition requirements, or entity state machine. |
To discuss with @msheller |
@hasan7n create an example using one of the entities |
encapsulate "permissions" of editing (whether the requested field can be edited or not based on state). We can later modify these rules after we finalize the state machine. Also, there no need for now to modify the server logic of handling editing Focus on the client side logic |
Open issues: Permissions for editing (how and when) |
So editing mode reproduces the same logic (and CLI command) as
|
Add a command to edit entities (benchmarks, mlcubes, datasets). Example:
medperf mlcube edit --uid <uid> --key val
This is related to #44 where users should have the option to change their dataset's state to
OPERATION
.The text was updated successfully, but these errors were encountered: