forked fromMozillaSecurity/FuzzManager
- Notifications
You must be signed in to change notification settings - Fork0
Open
Description
Context:
We currently have a Django form to edit Bugzilla bug templates, and then a Vue component to utilize those templates for logging bugs in Bugzilla. The Vue component shows a rendered preview and supports autocomplete for appropriate fields, while the Django form editor does neither. It would be better to use the Vue component both for editing and for using the template.
Requirements:
Eliminate the Django form for template editing, and use the Vue component to edit the template as well as to use the template. When editing the template, example crash data should be used to render a preview (to be provided).
Acceptance Criteria:
Bugzilla templates are editable with auto-complete and rendered preview. No change to bug submission.