-
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
#242-CRUD Operations for tickets #287
Conversation
2821122
to
b2eedcb
Compare
b2eedcb
to
be141b2
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #287 +/- ##
==========================================
Coverage ? 18.32%
==========================================
Files ? 82
Lines ? 2680
Branches ? 765
==========================================
Hits ? 491
Misses ? 2187
Partials ? 2 ☔ View full report in Codecov by Sentry. |
416dd41
to
638c70c
Compare
638c70c
to
1775ba7
Compare
1775ba7
to
4becc2d
Compare
4becc2d
to
1af6216
Compare
1af6216
to
a97aab0
Compare
a97aab0
to
1ae501b
Compare
1ae501b
to
ad04193
Compare
819e8cf
to
4f110ef
Compare
4f110ef
to
b2c6b89
Compare
b2c6b89
to
7f5aa13
Compare
7f5aa13
to
e788be0
Compare
e788be0
to
6e5892f
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.
@amiparadis250 , @MugemaneBertin2001 Pls ensure that a TTL can also perform CRUD operation on ticket .
6e5892f
to
e40496b
Compare
Co-authored-by: Mugemane Bertin <[email protected]> Co-authored-by: kanu-cast <[email protected]>
e40496b
to
80a2c4c
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: