-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ticket data from bot and read data using /ticket?id=<id>
Basic Create/Modify/View Routes fixed socket connection issue
- Loading branch information
1 parent
48224df
commit f93edcf
Showing
15 changed files
with
505 additions
and
202 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
name ,age ,gender ,email ,phone ,company ,role ,score | ||
Ras Das , 23 ,female ,ras.das@nullbyte.exe ,6969420911 ,ICICI ,Techinal Staff , 3 | ||
Alice Johnson , 30 ,Female ,alice.johnson@example.com ,1234567890 ,Tech Corp ,Customer , 85 | ||
Bob Smith , 28 ,Male ,bob.smith@example.com ,1234567891 ,Innovate LLC ,Customer , 90 | ||
Charlie Brown , 35 ,Male ,charlie.brown@example.com ,1234567892 ,NextGen Inc ,Customer , 78 | ||
Daisy White , 22 ,Female ,daisy.white@example.com ,1234567893 ,Future Solutions ,Customer , 88 | ||
Ethan Hunt , 40 ,Male ,ethan.hunt@example.com ,1234567894 ,Prime Services ,Customer , 95 | ||
Fiona Green , 29 ,Female ,fiona.green@example.com ,1234567895 ,Global Enterprises ,Customer , 80 | ||
George Black , 45 ,Male ,george.black@example.com ,1234567896 ,Visionary Tech ,Customer , 70 | ||
Hannah Brown , 33 ,Female ,hannah.brown@example.com ,1234567897 ,Smart Solutions ,Customer , 82 | ||
Ian Wright , 27 ,Male ,ian.wright@example.com ,1234567898 ,Dynamica Industries ,Customer , 87 | ||
Julia Roberts , 31 ,Female ,julia.roberts@example.com ,1234567899 ,Innovation Hub ,Customer , 92 | ||
name,age,gender,email,phone,company,role,score | ||
Unassigned,0,Male,unassigned@nullbyte.com,,unassigned,unassigned,0 | ||
Ras Das,23,Female,ras.das@nullbyte.exe,6969420911,ICICI,Techinal Staff,3 | ||
Alice Johnson,30,Female,alice.johnson@example.com,1234567890,Tech Corp,Customer,85 | ||
Bob Smith,28,Male,bob.smith@example.com,1234567891,Innovate LLC,Customer,90 | ||
Charlie Brown,35,Male,charlie.brown@example.com,1234567892,NextGen Inc,Customer,78 | ||
Daisy White,22,Female,daisy.white@example.com,1234567893,Future Solutions,Customer,88 | ||
Ethan Hunt,40,Male,ethan.hunt@example.com,1234567894,Prime Services,Customer,95 | ||
Fiona Green,29,Female,fiona.green@example.com,1234567895,Global Enterprises,Customer,80 | ||
George Black,45,Male,george.black@example.com,1234567896,Visionary Tech,Customer,70 | ||
Hannah Brown,33,Female,hannah.brown@example.com,1234567897,Smart Solutions,Customer,82 | ||
Ian Wright,27,Male,ian.wright@example.com,1234567898,Dynamica Industries,Customer,87 | ||
Julia Roberts,31,Female,julia.roberts@example.com,1234567899,Innovation Hub,Customer,92 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
name ,age ,gender ,email ,phone ,role ,score ,manager ,gcm ,experience | ||
Rajashree ,23 ,female ,Rajashree@nullbyte.exe ,0420420911 ,Associate Consultant ,4 ,69 ,1 ,2 | ||
Alice Johnson ,30 ,Female ,alice.johnson.emp@example.com ,1234567890 ,Sales ,85 , ,1 ,5 | ||
Bob Smith ,28 ,Male ,bob.smith.emp@example.com ,1234567891 ,Support ,90 ,1 ,2 ,3 | ||
Charlie Brown ,35 ,Male ,charlie.brown.emp@example.com ,1234567892 ,Development ,78 ,1 ,3 ,8 | ||
Daisy White ,22 ,Female ,daisy.white.emp@example.com ,1234567893 ,HR ,88 , ,4 ,2 | ||
Ethan Hunt ,40 ,Male ,ethan.hunt.emp@example.com ,1234567894 ,Management ,95 ,3 ,5 ,10 | ||
Fiona Green ,29 ,Female ,fiona.green.emp@example.com ,1234567895 ,Marketing ,80 ,2 ,6 ,4 | ||
George Black ,45 ,Male ,george.black.emp@example.com ,1234567896 ,Finance ,70 ,5 ,7 ,12 | ||
Hannah Brown ,33 ,Female ,hannah.brown.emp@example.com ,1234567897 ,Development ,82 ,3 ,8 ,7 | ||
Ian Wright ,27 ,Male ,ian.wright.emp@example.com ,1234567898 ,Support ,87 ,4 ,9 ,3 | ||
Julia Roberts ,31 ,Female ,julia.roberts.emp@example.com ,1234567899 ,Sales ,92 ,5 ,10 ,6 | ||
name,age,gender,email,phone,role,score,manager,gcm,experience | ||
Unassigned,0,Male,unassigned@nullbyte.com,,unassigned,0,1,0,1 | ||
Rajashree,23,Female,Rajashree@nullbyte.exe,0420420911,Associate Consultant,4,69,1,2 | ||
Alice Johnson,30,Female,alice.johnson.emp@example.com,1234567890,Sales,85,,1,5 | ||
Bob Smith,28,Male,bob.smith.emp@example.com,1234567891,Support,90,1,2,3 | ||
Charlie Brown,35,Male,charlie.brown.emp@example.com,1234567892,Development,78,1,3,8 | ||
Daisy White,22,Female,daisy.white.emp@example.com,1234567893,HR,88,,4,2 | ||
Ethan Hunt,40,Male,ethan.hunt.emp@example.com,1234567894,Management,95,3,5,10 | ||
Fiona Green,29,Female,fiona.green.emp@example.com,1234567895,Marketing,80,2,6,4 | ||
George Black,45,Male,george.black.emp@example.com,1234567896,Finance,70,5,7,12 | ||
Hannah Brown,33,Female,hannah.brown.emp@example.com,1234567897,Development,82,3,8,7 | ||
Ian Wright,27,Male,ian.wright.emp@example.com,1234567898,Support,87,4,9,3 | ||
Julia Roberts,31,Female,julia.roberts.emp@example.com,1234567899,Sales,92,5,10,6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.