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
{{ message }}
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
Currently, users can't edit data or job templates directly in the marketplace, it will be a plus to add an edit function in the marketplace.
Proposals / Solutions
Add an edit button at the same place as the delete button. After the user clicks the button, a dialog will help the user change the editable fields of the template.
Work Plan
Add edit button
Add edit modal
Add cancel on dismiss
Test cases
Edit button should be disabled if the current user is not an admin neither author of the current template.
Click the edit button, the edit modal should show immediately.
If the user modified content of the edit modal but cancel by dismissing, the state change should be ignored.
If the user modified content of the edit modal and click submit button, the state change should be alert "update successfully", and the detail page will be changed immediately.
The text was updated successfully, but these errors were encountered:
Introduction
Users can edit templates in the marketplace.
Issues / Motivations
Currently, users can't edit data or job templates directly in the marketplace, it will be a plus to add an edit function in the marketplace.
Proposals / Solutions
Add an edit button at the same place as the delete button. After the user clicks the button, a dialog will help the user change the editable fields of the template.
Work Plan
Test cases
The text was updated successfully, but these errors were encountered: