-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ft-tickets-crud that was introduced in issues 242 #495
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
6e1c972
to
ab51ca7
Compare
ab51ca7
to
09ef5a6
Compare
09ef5a6
to
47ae4f3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@amiparadis250 , @MugemaneBertin2001 this button for New Tickets
displays on TTL side but adding ticket does not work please make sure TTL can also add new ticket .
29b1772
to
bb2e882
Compare
bb2e882
to
40370c5
Compare
@aimedivin it is fixed now |
40370c5
to
2bff7e1
Compare
2bff7e1
to
0938147
Compare
0938147
to
31ca6d6
Compare
31ca6d6
to
7ac08e4
Compare
7ac08e4
to
c83548d
Compare
c83548d
to
b2b0306
Compare
-Admins and Coordinators will be able to create tickets -Traineess will be able to see tickets assigned to them -Also Admins and Admins can also perform CRUD operations on Tickets
b2b0306
to
74e2e9e
Compare
PR Description
This PR implements CRUD operations for ticket management. It includes the creation, retrieval, update, and deletion of tickets, as well as necessary GraphQL resolvers and mutations.
Description of tasks that were expected to be completed
createTicket
,getAllTickets
,updateTicket
, anddeleteTicket
replyToTicket
,closeTicket
, mutations.Functionality
git checkout ft-tickets-crud-#242
npm install
.npm run dev
.How has this been tested?
PR Checklist: