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

Implemented the Submit New Chat Message function #143

Closed Etowww closed 1 year ago

Etowww commented 1 year ago

-It captures the ticketId from the window and the user input message and checkbox then sends that information as a POST request

-If the post is successful the response back is set to the variable data and then sent to the renderNewMessage function that has yet to be coded -If it fails it alerts the user that message failed to post