CodeSolved

A comprehensive source of programming questions and exercises

Ticketing System

Practice Normal 922/ Download 451 Views

A programming system that:

The user can create a new ticket and enter the title of importance (trivial, important, critical) and problem description
The manager can see the list of tickets in order of level of importance and respond to them and change their status
Each ticket can have any of the situations (waiting for response, reviewing, replying, closed)
It is possible to send files for both parties
This exercise is a project! It has the potential to be expanded much further, so take the main idea from here and work on it more to turn it into a larger project.

1 Answers

This answer is only visible to premium members
This answer is only visible to premium members
This answer is only visible to premium members
let msg = 'error'
alert(msg) 
This answer is only visible to premium members
This answer is only visible to premium members

This answer is only visible to premium members

Subscription is currently unavailable.

Submit answer

Submitting answers is currently unavailable.

Related content

Detection using AI
×
×
Close