Aakanksha26
commited on
Commit
•
2e1fc35
1
Parent(s):
2fff070
Update README.md
Browse files
README.md
CHANGED
@@ -1,26 +1,203 @@
|
|
1 |
---
|
2 |
license: llama3
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: llama3
|
3 |
+
task_categories:
|
4 |
+
- summarization
|
5 |
+
- text-generation
|
6 |
+
- sentence-similarity
|
7 |
---
|
8 |
+
{
|
9 |
+
"use_cases": [
|
10 |
+
{
|
11 |
+
"use_case": "General Reporting",
|
12 |
+
"details": "N/A",
|
13 |
+
"process_flow": "N/A"
|
14 |
+
},
|
15 |
+
{
|
16 |
+
"use_case": "Voice CDR",
|
17 |
+
"details": "System shall handle errors and store CDRs in the database.",
|
18 |
+
"process_flow": [
|
19 |
+
"User uploads voice CDR files to the system.",
|
20 |
+
"System processes the files, validates, and ingests data into the database.",
|
21 |
+
"System logs any errors encountered during processing."
|
22 |
+
]
|
23 |
+
},
|
24 |
+
{
|
25 |
+
"use_case": "Rejected CDR",
|
26 |
+
"details": "System shall generate reports for rejected CDRs.",
|
27 |
+
"process_flow": [
|
28 |
+
"User accesses the Rejected CDR report section.",
|
29 |
+
"User specifies criteria for the report.",
|
30 |
+
"System fetches data based on criteria and displays the report."
|
31 |
+
]
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"use_case": "Carrier Tariff",
|
35 |
+
"details": "System shall manage carrier tariff data. System shall provide a dashboard for tariff data.",
|
36 |
+
"process_flow": [
|
37 |
+
"User inputs carrier tariff data.",
|
38 |
+
"System stores and processes the tariff data.",
|
39 |
+
"System updates the dashboard with the new tariff data."
|
40 |
+
]
|
41 |
+
},
|
42 |
+
{
|
43 |
+
"use_case": "Invoices",
|
44 |
+
"details": "System shall generate invoices for services provided.",
|
45 |
+
"process_flow": [
|
46 |
+
"User initiates invoice generation.",
|
47 |
+
"System compiles data and generates the invoice.",
|
48 |
+
"System presents the invoice to the user for review and export."
|
49 |
+
]
|
50 |
+
},
|
51 |
+
{
|
52 |
+
"use_case": "Usage Gap Report",
|
53 |
+
"details": "System shall generate usage gap reports for reconciliation purposes.",
|
54 |
+
"process_flow": [
|
55 |
+
"User accesses the Usage Gap Report section.",
|
56 |
+
"User specifies the report parameters.",
|
57 |
+
"System retrieves data and generates the report."
|
58 |
+
]
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"use_case": "Automatic Reconciliation Reporting",
|
62 |
+
"details": "System shall perform automatic reconciliation of usage data.",
|
63 |
+
"process_flow": [
|
64 |
+
"System automatically fetches and processes data.",
|
65 |
+
"System reconciles data and generates reports.",
|
66 |
+
"User reviews and exports the reports."
|
67 |
+
]
|
68 |
+
},
|
69 |
+
{
|
70 |
+
"use_case": "Monthly Settlement Report",
|
71 |
+
"details": "System shall generate monthly settlement reports.",
|
72 |
+
"process_flow": [
|
73 |
+
"User accesses the Monthly Settlement Report section.",
|
74 |
+
"User specifies the reporting period.",
|
75 |
+
"System retrieves data and generates the report."
|
76 |
+
]
|
77 |
+
},
|
78 |
+
{
|
79 |
+
"use_case": "Call Generation Report by Destination",
|
80 |
+
"details": "System shall generate call generation reports based on destination.",
|
81 |
+
"process_flow": [
|
82 |
+
"User accesses the Call Generation Report section.",
|
83 |
+
"User specifies the destination and reporting period.",
|
84 |
+
"System retrieves data and generates the report."
|
85 |
+
]
|
86 |
+
},
|
87 |
+
{
|
88 |
+
"use_case": "Monthly Traffic Summary Report",
|
89 |
+
"details": "System shall generate monthly traffic summary reports.",
|
90 |
+
"process_flow": [
|
91 |
+
"User accesses the Monthly Traffic Summary Report section.",
|
92 |
+
"User specifies the reporting period.",
|
93 |
+
"System retrieves data and generates the report."
|
94 |
+
]
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"use_case": "Volume Commitment Reports",
|
98 |
+
"details": "System shall generate volume commitment reports.",
|
99 |
+
"process_flow": [
|
100 |
+
"User accesses the Volume Commitment Reports section.",
|
101 |
+
"User specifies the criteria for the report.",
|
102 |
+
"System retrieves data and generates the report."
|
103 |
+
]
|
104 |
+
},
|
105 |
+
{
|
106 |
+
"use_case": "Volume Commitment Verification Report",
|
107 |
+
"details": "System shall generate volume commitment verification reports.",
|
108 |
+
"process_flow": [
|
109 |
+
"User accesses the Volume Commitment Verification Report section.",
|
110 |
+
"User specifies the criteria for the report.",
|
111 |
+
"System retrieves data and generates the report."
|
112 |
+
]
|
113 |
+
},
|
114 |
+
{
|
115 |
+
"use_case": "International Invoice Report",
|
116 |
+
"details": "System shall generate international invoice reports.",
|
117 |
+
"process_flow": [
|
118 |
+
"User accesses the International Invoice Report section.",
|
119 |
+
"User specifies the criteria for the report.",
|
120 |
+
"System retrieves data and generates the report."
|
121 |
+
]
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"use_case": "International Revenue and Cost Reports",
|
125 |
+
"details": "System shall generate international revenue and cost reports.",
|
126 |
+
"process_flow": [
|
127 |
+
"User accesses the International Revenue and Cost Reports section.",
|
128 |
+
"User specifies the criteria for the report.",
|
129 |
+
"System retrieves data and generates the report."
|
130 |
+
]
|
131 |
+
},
|
132 |
+
{
|
133 |
+
"use_case": "International Voice Terminating Traffic Report",
|
134 |
+
"details": "System shall generate reports for international voice terminating traffic.",
|
135 |
+
"process_flow": [
|
136 |
+
"User accesses the International Voice Terminating Traffic Report section.",
|
137 |
+
"User specifies the criteria for the report.",
|
138 |
+
"System retrieves data and generates the report."
|
139 |
+
]
|
140 |
+
},
|
141 |
+
{
|
142 |
+
"use_case": "International Data Revenue Summary Report",
|
143 |
+
"details": "System shall generate data revenue summary reports.",
|
144 |
+
"process_flow": [
|
145 |
+
"User accesses the Data Revenue Summary Report section.",
|
146 |
+
"User specifies the criteria for the report.",
|
147 |
+
"System retrieves data and generates the report."
|
148 |
+
]
|
149 |
+
},
|
150 |
+
{
|
151 |
+
"use_case": "International Data Revenue Detailed Summary Report",
|
152 |
+
"details": "System shall generate detailed data revenue summary reports.",
|
153 |
+
"process_flow": [
|
154 |
+
"User accesses the Data Revenue Detailed Summary Report section.",
|
155 |
+
"User specifies the criteria for the report.",
|
156 |
+
"System retrieves data and generates the report."
|
157 |
+
]
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"use_case": "International Data Cost Report",
|
161 |
+
"details": "System shall generate data cost reports.",
|
162 |
+
"process_flow": [
|
163 |
+
"User accesses the Data Cost Report section.",
|
164 |
+
"User specifies the criteria for the report.",
|
165 |
+
"System retrieves data and generates the report."
|
166 |
+
]
|
167 |
+
},
|
168 |
+
{
|
169 |
+
"use_case": "Monthly International Revenue Voice & Cost Dashboard",
|
170 |
+
"details": "System shall provide a dashboard for monthly international revenue and voice costs.",
|
171 |
+
"process_flow": [
|
172 |
+
"User accesses the dashboard.",
|
173 |
+
"System displays the relevant data on the dashboard."
|
174 |
+
]
|
175 |
+
},
|
176 |
+
{
|
177 |
+
"use_case": "Monthly International Voice Terminating Traffic Dashboard",
|
178 |
+
"details": "System shall provide a dashboard for monthly international voice terminating traffic.",
|
179 |
+
"process_flow": [
|
180 |
+
"User accesses the dashboard.",
|
181 |
+
"System displays the relevant data on the dashboard."
|
182 |
+
]
|
183 |
+
},
|
184 |
+
{
|
185 |
+
"use_case": "Netting Off",
|
186 |
+
"details": "System shall generate netting-off reports.",
|
187 |
+
"process_flow": [
|
188 |
+
"User accesses the Netting-Off Reports section.",
|
189 |
+
"User specifies the criteria for the report.",
|
190 |
+
"System retrieves data and generates the report."
|
191 |
+
]
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"use_case": "Best Cost Route (BCR) Reporting",
|
195 |
+
"details": "System shall generate Best Cost Route reports.",
|
196 |
+
"process_flow": [
|
197 |
+
"User accesses the BCR Reports section.",
|
198 |
+
"User specifies the criteria for the report.",
|
199 |
+
"System retrieves data and generates the report."
|
200 |
+
]
|
201 |
+
}
|
202 |
+
]
|
203 |
+
}
|