sci-oer / webapp

The webapp for the project and the auto-builder webapp
GNU Affero General Public License v3.0
0 stars 1 forks source link

Create Custom container creation form #5

Open MarshallAsch opened 1 year ago

MarshallAsch commented 1 year ago

The form should accept all of the input options that are provided in the automated-builder cli.

on submit the form should prepare and send the api call to the webapp.

MarshallAsch commented 1 year ago

consider alternatives to just passing all the information in in plain form fields (ie authenticate with github to provide access to repos instead of SSH keys) dropdown lists or other form field types.

Put consideration into the design and validation aspects of the form. Specifically around if it should be one large form or smaller sub pasts