|
1 | | -export const DemoSampleData = [ |
| 1 | +export const DemoSampleData = [ |
2 | 2 | { |
3 | 3 | demoID: '123e4567-e89b-12d3-a456-426614174000', |
4 | 4 | demoName: 'Create Loan Account', |
5 | 5 | DPG: 'MifosPhee', |
6 | | - demoDescription: 'Initiate a new loan account for a client, including loan amount, term, and repayment plan.', |
7 | | - createdAt: new Date('2025-07-11T09:15:00Z') |
| 6 | + demoDescription: |
| 7 | + 'Initiate a new loan account for a client, including loan amount, term, and repayment plan.', |
| 8 | + createdAt: new Date('2025-07-11T09:15:00Z'), |
8 | 9 | }, |
9 | 10 | { |
10 | 11 | demoID: 'a7c3f111-8de9-42aa-a122-3d3a73fcd002', |
11 | 12 | demoName: 'Create Client Profile', |
12 | 13 | DPG: 'MifosX', |
13 | | - demoDescription: 'Register a new client with personal and financial details into the system.', |
14 | | - createdAt: new Date('2025-07-12T10:22:00Z') |
| 14 | + demoDescription: |
| 15 | + 'Register a new client with personal and financial details into the system.', |
| 16 | + createdAt: new Date('2025-07-12T10:22:00Z'), |
15 | 17 | }, |
16 | 18 | { |
17 | 19 | demoID: 'f8a62029-2a91-4ab5-9d8d-f2b674acbf03', |
18 | 20 | demoName: 'Approve Loan Application', |
19 | 21 | DPG: 'MifosFusion', |
20 | | - demoDescription: 'Review and approve submitted loan applications after verifying eligibility.', |
21 | | - createdAt: new Date('2025-07-12T14:45:00Z') |
| 22 | + demoDescription: |
| 23 | + 'Review and approve submitted loan applications after verifying eligibility.', |
| 24 | + createdAt: new Date('2025-07-12T14:45:00Z'), |
22 | 25 | }, |
23 | 26 | { |
24 | 27 | demoID: 'ec54c928-1234-4bc7-9caa-36b9f5e9b004', |
25 | 28 | demoName: 'Approve Client KYC', |
26 | 29 | DPG: 'MifosX', |
27 | | - demoDescription: 'Verify and approve Know Your Customer (KYC) documents for client onboarding.', |
28 | | - createdAt: new Date('2025-07-13T08:30:00Z') |
| 30 | + demoDescription: |
| 31 | + 'Verify and approve Know Your Customer (KYC) documents for client onboarding.', |
| 32 | + createdAt: new Date('2025-07-13T08:30:00Z'), |
29 | 33 | }, |
30 | 34 | { |
31 | 35 | demoID: 'de4a82d3-cf32-42f3-9371-bc4e1e10e005', |
32 | 36 | demoName: 'Disburse Loan Amount', |
33 | 37 | DPG: 'MifosPhee', |
34 | | - demoDescription: "Release the approved loan amount to the client's registered bank account.", |
35 | | - createdAt: new Date('2025-07-13T13:15:00Z') |
| 38 | + demoDescription: |
| 39 | + "Release the approved loan amount to the client's registered bank account.", |
| 40 | + createdAt: new Date('2025-07-13T13:15:00Z'), |
36 | 41 | }, |
37 | 42 | { |
38 | 43 | demoID: '64b25a6d-f531-431d-b007-c48b8b160006', |
39 | 44 | demoName: 'Record Loan Repayment', |
40 | 45 | DPG: 'MifosFusion', |
41 | | - demoDescription: 'Log client loan repayments, including partial and full payments.', |
42 | | - createdAt: new Date('2025-07-14T11:10:00Z') |
| 46 | + demoDescription: |
| 47 | + 'Log client loan repayments, including partial and full payments.', |
| 48 | + createdAt: new Date('2025-07-14T11:10:00Z'), |
43 | 49 | }, |
44 | 50 | { |
45 | 51 | demoID: '5d9be8f2-89c3-4b9b-bfe9-a5db2e7b0007', |
46 | 52 | demoName: 'View Loan Statement', |
47 | 53 | DPG: 'MifosX', |
48 | | - demoDescription: 'Display a detailed statement of loan disbursement, repayments, and remaining balance.', |
49 | | - createdAt: new Date('2025-07-14T14:05:00Z') |
| 54 | + demoDescription: |
| 55 | + 'Display a detailed statement of loan disbursement, repayments, and remaining balance.', |
| 56 | + createdAt: new Date('2025-07-14T14:05:00Z'), |
50 | 57 | }, |
51 | 58 | { |
52 | 59 | demoID: 'b8a59d1c-92fd-4d61-b9ab-7ce72ef30008', |
53 | 60 | demoName: 'Edit Client Information', |
54 | 61 | DPG: 'MifosPhee', |
55 | | - demoDescription: 'Update existing client records including contact and financial details.', |
56 | | - createdAt: new Date('2025-07-14T15:45:00Z') |
| 62 | + demoDescription: |
| 63 | + 'Update existing client records including contact and financial details.', |
| 64 | + createdAt: new Date('2025-07-14T15:45:00Z'), |
57 | 65 | }, |
58 | 66 | { |
59 | 67 | demoID: 'ee6a7b24-05cf-4dbf-a56e-0248ef3f0009', |
60 | 68 | demoName: 'Close Loan Account', |
61 | 69 | DPG: 'MifosFusion', |
62 | | - demoDescription: 'Mark a loan account as closed after full repayment or settlement.', |
63 | | - createdAt: new Date('2025-07-15T08:50:00Z') |
| 70 | + demoDescription: |
| 71 | + 'Mark a loan account as closed after full repayment or settlement.', |
| 72 | + createdAt: new Date('2025-07-15T08:50:00Z'), |
64 | 73 | }, |
65 | 74 | { |
66 | 75 | demoID: '91b0d1f2-d764-4e1e-a278-2f6c9c5d0010', |
67 | 76 | demoName: 'View Client History', |
68 | 77 | DPG: 'MifosX', |
69 | | - demoDescription: 'Access a summary of all financial activities related to a particular client.', |
70 | | - createdAt: new Date('2025-07-15T12:40:00Z') |
| 78 | + demoDescription: |
| 79 | + 'Access a summary of all financial activities related to a particular client.', |
| 80 | + createdAt: new Date('2025-07-15T12:40:00Z'), |
71 | 81 | }, |
72 | 82 | { |
73 | 83 | demoID: 'af3d02ab-0d70-4e1d-8fc1-6817c2c20011', |
74 | 84 | demoName: 'Create Group Loan', |
75 | 85 | DPG: 'MifosPhee', |
76 | | - demoDescription: 'Initiate a loan account for a client group with shared repayment responsibilities.', |
77 | | - createdAt: new Date('2025-07-16T10:05:00Z') |
| 86 | + demoDescription: |
| 87 | + 'Initiate a loan account for a client group with shared repayment responsibilities.', |
| 88 | + createdAt: new Date('2025-07-16T10:05:00Z'), |
78 | 89 | }, |
79 | 90 | { |
80 | 91 | demoID: '8f22e02d-0c2e-4dc2-82b2-7e4a500d0012', |
81 | 92 | demoName: 'Approve Group Membership', |
82 | 93 | DPG: 'MifosFusion', |
83 | | - demoDescription: 'Authorize clients to join a group for group-based loan eligibility.', |
84 | | - createdAt: new Date('2025-07-16T13:15:00Z') |
| 94 | + demoDescription: |
| 95 | + 'Authorize clients to join a group for group-based loan eligibility.', |
| 96 | + createdAt: new Date('2025-07-16T13:15:00Z'), |
85 | 97 | }, |
86 | 98 | { |
87 | 99 | demoID: '703e6cc0-d0b7-42ae-94a5-56f4d7f00013', |
88 | 100 | demoName: 'Schedule Loan Repayment', |
89 | 101 | DPG: 'MifosX', |
90 | | - demoDescription: 'Set up a recurring repayment schedule for an active loan account.', |
91 | | - createdAt: new Date('2025-07-17T09:00:00Z') |
| 102 | + demoDescription: |
| 103 | + 'Set up a recurring repayment schedule for an active loan account.', |
| 104 | + createdAt: new Date('2025-07-17T09:00:00Z'), |
92 | 105 | }, |
93 | 106 | { |
94 | 107 | demoID: '0c0fc1d2-087a-4c18-90b0-55b84d870014', |
95 | 108 | demoName: 'Generate Loan Report', |
96 | 109 | DPG: 'MifosPhee', |
97 | | - demoDescription: 'Generate PDF or Excel reports for all active or closed loans in the system.', |
98 | | - createdAt: new Date('2025-07-17T11:30:00Z') |
| 110 | + demoDescription: |
| 111 | + 'Generate PDF or Excel reports for all active or closed loans in the system.', |
| 112 | + createdAt: new Date('2025-07-17T11:30:00Z'), |
99 | 113 | }, |
100 | 114 | { |
101 | 115 | demoID: '31a4fdfa-8180-40f3-89e7-b3815aa70015', |
102 | 116 | demoName: 'Assign Loan Officer', |
103 | 117 | DPG: 'MifosFusion', |
104 | | - demoDescription: 'Allocate a specific loan officer to a client or loan application.', |
105 | | - createdAt: new Date('2025-07-18T10:10:00Z') |
| 118 | + demoDescription: |
| 119 | + 'Allocate a specific loan officer to a client or loan application.', |
| 120 | + createdAt: new Date('2025-07-18T10:10:00Z'), |
106 | 121 | }, |
107 | 122 | { |
108 | 123 | demoID: 'f0d03f91-2187-46d4-b688-b61b1ad90016', |
109 | 124 | demoName: 'Track Loan Performance', |
110 | 125 | DPG: 'MifosX', |
111 | | - demoDescription: 'Analyze loan metrics such as repayment rate, delinquency, and defaults.', |
112 | | - createdAt: new Date('2025-07-18T14:45:00Z') |
113 | | - } |
| 126 | + demoDescription: |
| 127 | + 'Analyze loan metrics such as repayment rate, delinquency, and defaults.', |
| 128 | + createdAt: new Date('2025-07-18T14:45:00Z'), |
| 129 | + }, |
114 | 130 | ]; |
0 commit comments