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

Hidden Span Toggle Listener and createTicket.js refactor #136

Closed Etowww closed 1 year ago

Etowww commented 1 year ago

-Implemented the logic for the toggleHidden function which activates on a click event on anything with the hide-eye class. -This function sends a post request to the server to update the hidden value for the selected chat log -If the put request was successful it will reload the page if not it will throw an error -By reloading the page this should act as a way to toggle between hidden and unhidden

-Did an extremely small refactor of the createTicket.js by updating some of the query selectors and comments