rxtATX / OffNOn

In this application, users will be able to submit tickets (requests for help) with their coding work, technical questions, etc. Tickets will be created to be addressed by technicians. This application models the AskBCS and JIRA ticket systems.
2 stars 2 forks source link

Modify the values in the select options helpers.js #145

Closed rxtATX closed 1 year ago

rxtATX commented 1 year ago

In utils > helpers.js there are two functions rendering selects.

  1. renderUrgencyOptions
  2. renderStatus

These functions each return a select and their associated options.

Acceptance criteria:

Example: < option value="Unclaimed">Unclaimed Example: < option value="Low">Low