Cingulara / openrmf-docs

Documentation on the OpenRMF application, including scripts to run the whole stack as well as just infrastructure with documentation on using the tool.
https://www.openrmf.io/
GNU General Public License v3.0
125 stars 27 forks source link

[FEATURE] Create a blank checklist from the Template #276

Closed Cingulara closed 2 years ago

Cingulara commented 2 years ago

Is your feature request related to a problem? Please describe. Need the ability from the Template listing to say "add to my system package".

Describe the solution you'd like You list all checklists. Go into the template. And say "add as a new checklist" off a button. Have a list all the system packages the user can create in. Select one, and it adds the template to the system package 1 at a time. They can edit it there to add hostname, type, etc.

image

Describe alternatives you've considered n/a

Additional context n/a

Cingulara commented 2 years ago

Click Create, it grabs all system packages, filters by those you have Editor in or Admin, and then lists them with IDs so you can add as a new one to your system package.

Cingulara commented 2 years ago

If you are an Admin or Editor you will see this button when you go to the Template page.

image

Click that and you get a listing of your system packages in the installation.

Select your system package and then click the Create button.

The backend API component will go get the Template, and then save it as a CKL for your system package.

Cingulara commented 2 years ago

Testing this, popup to list the system packages, and then saving the data via template to a CKL in the system package.

Cingulara commented 2 years ago

image

Cingulara commented 2 years ago

Added to the system package selected image

Edit that and add your hostname and you are set. image