agent-flutter 0.1.7 → 0.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-flutter",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "Portable Flutter skill/rule pack initializer for multiple AI IDEs.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -1,60 +0,0 @@
1
- # Model Registry (AUTO-GENERATED)
2
-
3
- > Do not edit manually. Run: dart run tool/generate_model_registry.dart
4
-
5
- ## UI/Domain Models
6
-
7
- - enum CustomerProjectActivityType — lib/src/core/model/customer_project_activity_ui_model.dart
8
- - class CustomerProjectActivityDetailUIModel — lib/src/core/model/customer_project_activity_ui_model.dart
9
- - class CustomerProjectActivityUIModel — lib/src/core/model/customer_project_activity_ui_model.dart
10
- - enum CalendarEventType — lib/src/core/model/calendar.dart
11
- - Type for calendar events (affects UI colors/icons)
12
- - class CalendarEventModel — lib/src/core/model/calendar.dart
13
- - Calendar event data consumed by UI scheduling components
14
- - class CalendarEventDataSource — lib/src/core/model/calendar.dart
15
- - class InspectionHistory — lib/src/core/model/inspection_history.dart
16
- - class DetailItem — lib/src/core/model/detail_item.dart
17
- - enum StepStatus — lib/src/core/model/step_progress.dart
18
- - class StepProgress — lib/src/core/model/step_progress.dart
19
- - class CustomerCaseItem — lib/src/core/model/customer_case_item.dart
20
- - enum PlaceStatus — lib/src/core/model/map_working_item.dart
21
- - class PlacePoint — lib/src/core/model/map_working_item.dart
22
- - class TodoItem — lib/src/core/model/todo_item.dart
23
- - enum NotificationStatus — lib/src/core/model/notification.dart
24
- - Notification read status
25
- - enum NotificationFilter — lib/src/core/model/notification.dart
26
- - Filter for notifications list
27
- - enum NotificationType — lib/src/core/model/notification.dart
28
- - Source/type of notification (system-wide or store-specific)
29
- - class NotificationModel — lib/src/core/model/notification.dart
30
- - Notification item used by UI lists and detail screens
31
- - class NextSchedule — lib/src/core/model/next_schedule.dart
32
- - enum CustomerMemberStatus — lib/src/core/model/customer_ui_model.dart
33
- - enum CustomerActionStatus — lib/src/core/model/customer_ui_model.dart
34
- - class CustomerUIModel — lib/src/core/model/customer_ui_model.dart
35
- - enum WorkDetailResult — lib/src/core/model/work_detail.dart
36
- - Result/outcome of a work detail visit (drives UI labels and summaries)
37
- - class WorkDetailRecord — lib/src/core/model/work_detail.dart
38
- - Work detail record shown in work detail UI pages
39
- - class UserInfo — lib/src/core/model/user_info.dart
40
- - class SearchResultItem — lib/src/core/model/map_search_result.dart
41
- - class ImageItem — lib/src/core/model/image_item.dart
42
- - enum LeafNodeType — lib/src/core/model/nested_menu_item.dart
43
- - class NestedMenuItem — lib/src/core/model/nested_menu_item.dart
44
- - class MenuLevelHistory — lib/src/core/model/nested_menu_item.dart
45
-
46
-
47
- ## Request Models
48
-
49
- - (none)
50
-
51
-
52
- ## Response Models
53
-
54
- - class CustomerProjectInfo — lib/src/core/model/response/customer_project_info.dart
55
- - Summary info for a customer's project used in list and header UIs
56
- - class ProjectActivity — lib/src/core/model/response/project_activity.dart
57
- - enum ProjectStatus — lib/src/core/model/response/project_activity.dart
58
- - Project status enum
59
-
60
-
@@ -1,731 +0,0 @@
1
- # UI Workflow (AUTO-GENERATED)
2
-
3
- > Do not edit manually. Run: dart run tool/generate_ui_workflow_spec.dart
4
-
5
- ## home
6
- **Path**: lib/src/ui/home
7
-
8
- ### 1. Description
9
- Goal:
10
- Features:
11
- -
12
-
13
- ### 2. UI Structure
14
- - Screens:
15
- - HomePage — lib/src/ui/home/home_page.dart
16
- - Components:
17
- - KPITarget — lib/src/ui/home/components/kpi_target.dart
18
- - SectionHeader — lib/src/ui/home/components/schedule.dart
19
- - SummaryCard — lib/src/ui/home/components/summary_card.dart
20
- - Header — lib/src/ui/home/components/header.dart
21
- - Summary — lib/src/ui/home/components/summary.dart
22
- - ScheduleCard — lib/src/ui/home/components/schedule_card.dart
23
- - ToDoCard — lib/src/ui/home/components/todo_card.dart
24
-
25
- ### 3. User Flow & Logic
26
- 1)
27
- 2)
28
-
29
- ### 4. Key Dependencies
30
- - (none)
31
- - binding/*
32
-
33
- ### 5. Notes & Known Issues
34
- -
35
-
36
- ## splash
37
- **Path**: lib/src/ui/splash
38
-
39
- ### 1. Description
40
- Goal:
41
- Features:
42
- -
43
-
44
- ### 2. UI Structure
45
- - Screens:
46
- - SplashPage — lib/src/ui/splash/splash_page.dart
47
- - Components:
48
-
49
- ### 3. User Flow & Logic
50
- 1)
51
- 2)
52
-
53
- ### 4. Key Dependencies
54
- - (none)
55
- - (none)
56
-
57
- ### 5. Notes & Known Issues
58
- -
59
-
60
- ## calendar
61
- **Path**: lib/src/ui/calendar
62
-
63
- ### 1. Description
64
- Goal:
65
- Features:
66
- -
67
-
68
- ### 2. UI Structure
69
- - Screens:
70
- - CalendarPage — lib/src/ui/calendar/calendar_page.dart
71
- - Components:
72
- - CalendarTabView — lib/src/ui/calendar/components/calendar_tab_view.dart
73
- - CommonCalendarConfig — lib/src/ui/calendar/components/calendar/common_calendar_config.dart
74
- - MonthCalendar — lib/src/ui/calendar/components/calendar/month_canlendar.dart
75
- - WeekCalendar — lib/src/ui/calendar/components/calendar/week_calendar.dart
76
- - SectionSecond — lib/src/ui/calendar/components/section_second/section_second.dart
77
- - SearchCalendar — lib/src/ui/calendar/components/search_calendar.dart
78
- - SectionFirst — lib/src/ui/calendar/components/section_first/section_first.dart
79
-
80
- ### 3. User Flow & Logic
81
- 1)
82
- 2)
83
-
84
- ### 4. Key Dependencies
85
- - (none)
86
- - binding/*
87
-
88
- ### 5. Notes & Known Issues
89
- -
90
-
91
- ## create_plan
92
- **Path**: lib/src/ui/create_plan
93
-
94
- ### 1. Description
95
- Goal:
96
- Features:
97
- -
98
-
99
- ### 2. UI Structure
100
- - Screens:
101
- - CreatePlanPage — lib/src/ui/create_plan/create_plan_page.dart
102
- - Components:
103
-
104
- ### 3. User Flow & Logic
105
- 1)
106
- 2)
107
-
108
- ### 4. Key Dependencies
109
- - (none)
110
- - (none)
111
-
112
- ### 5. Notes & Known Issues
113
- -
114
-
115
- ## customer_create_new_project
116
- **Path**: lib/src/ui/customer_create_new_project
117
-
118
- ### 1. Description
119
- Goal:
120
- Features:
121
- -
122
-
123
- ### 2. UI Structure
124
- - Screens:
125
- - CustomerCreateNewProjectPage — lib/src/ui/customer_create_new_project/customer_create_new_project_page.dart
126
- - Components:
127
- - CustomerCreateNewProjectForm — lib/src/ui/customer_create_new_project/components/customer_create_new_project_form.dart
128
-
129
- ### 3. User Flow & Logic
130
- 1)
131
- 2)
132
-
133
- ### 4. Key Dependencies
134
- - interactor/*
135
- - lib/src/ui/customer_create_new_project/interactor/customer_create_new_project_event.dart
136
- - lib/src/ui/customer_create_new_project/interactor/customer_create_new_project_bloc.dart
137
- - lib/src/ui/customer_create_new_project/interactor/customer_create_new_project_state.dart
138
- - lib/src/ui/customer_create_new_project/interactor/customer_create_new_project_command.dart
139
- - lib/src/ui/customer_create_new_project/interactor/customer_create_new_project_visit_type.dart
140
- - binding/*
141
-
142
- ### 5. Notes & Known Issues
143
- -
144
-
145
- ## auth
146
- **Path**: lib/src/ui/auth
147
-
148
- ### 1. Description
149
- Goal:
150
- Features:
151
- -
152
-
153
- ### 2. UI Structure
154
- - Screens:
155
- - VerifyOtpPage — lib/src/ui/auth/verify_otp/verify_otp_page.dart
156
- - SuccessPage — lib/src/ui/auth/success/success_page.dart
157
- - ForgotPasswordPage — lib/src/ui/auth/forgot_password/forgot_password_page.dart
158
- - EditProfilePage — lib/src/ui/auth/edit_profile/edit_profile_page.dart
159
- - ChangePasswordPage — lib/src/ui/auth/change_password/change_password_page.dart
160
- - ProfilePage — lib/src/ui/auth/profile/profile_page.dart
161
- - LoginPage — lib/src/ui/auth/login/login_page.dart
162
- - Components:
163
- - RulePassword — lib/src/ui/auth/change_password/components/rule_password.dart
164
- - ProfileHeader — lib/src/ui/auth/profile/components/profile_header.dart
165
- - MenuItem — lib/src/ui/auth/profile/components/menu_item.dart
166
-
167
- ### 3. User Flow & Logic
168
- 1)
169
- 2)
170
-
171
- ### 4. Key Dependencies
172
- - (none)
173
- - (none)
174
-
175
- ### 5. Notes & Known Issues
176
- -
177
-
178
- ## search_result
179
- **Path**: lib/src/ui/search_result
180
-
181
- ### 1. Description
182
- Goal:
183
- Features:
184
- -
185
-
186
- ### 2. UI Structure
187
- - Screens:
188
- - SearchResultPage — lib/src/ui/search_result/search_result_page.dart
189
- - Components:
190
-
191
- ### 3. User Flow & Logic
192
- 1)
193
- 2)
194
-
195
- ### 4. Key Dependencies
196
- - (none)
197
- - (none)
198
-
199
- ### 5. Notes & Known Issues
200
- -
201
-
202
- ## notification
203
- **Path**: lib/src/ui/notification
204
-
205
- ### 1. Description
206
- Goal:
207
- Features:
208
- -
209
-
210
- ### 2. UI Structure
211
- - Screens:
212
- - NotificationPage — lib/src/ui/notification/notification_page.dart
213
- - Components:
214
- - NotificationCard — lib/src/ui/notification/components/notification_card.dart
215
- - NotificationTabContent — lib/src/ui/notification/components/notification_tab_content.dart
216
- - BadgeCountNotification — lib/src/ui/notification/components/badge_count_notification.dart
217
- - NotificationTabBar — lib/src/ui/notification/components/notification_tab_bar.dart
218
- - NotificationFilterBar — lib/src/ui/notification/components/notification_filter_bar.dart
219
- - NotificationFilterButton — lib/src/ui/notification/components/notification_filter_button.dart
220
-
221
- ### 3. User Flow & Logic
222
- 1)
223
- 2)
224
-
225
- ### 4. Key Dependencies
226
- - interactor/*
227
- - lib/src/ui/notification/interactor/notification_state.dart
228
- - lib/src/ui/notification/interactor/notification_event.dart
229
- - lib/src/ui/notification/interactor/notification_bloc.dart
230
- - binding/*
231
-
232
- ### 5. Notes & Known Issues
233
- -
234
-
235
- ## activity
236
- **Path**: lib/src/ui/activity
237
-
238
- ### 1. Description
239
- Goal:
240
- Features:
241
- -
242
-
243
- ### 2. UI Structure
244
- - Screens:
245
- - ActivityLogsPage — lib/src/ui/activity/activity_logs_page.dart
246
- - Components:
247
- - ActivityLogItem — lib/src/ui/activity/components/activity_log_item.dart
248
-
249
- ### 3. User Flow & Logic
250
- 1)
251
- 2)
252
-
253
- ### 4. Key Dependencies
254
- - (none)
255
- - (none)
256
-
257
- ### 5. Notes & Known Issues
258
- -
259
-
260
- ## target
261
- **Path**: lib/src/ui/target
262
-
263
- ### 1. Description
264
- Goal:
265
- Features:
266
- -
267
-
268
- ### 2. UI Structure
269
- - Screens:
270
- - TargetPage — lib/src/ui/target/target_page.dart
271
- - Components:
272
- - TargetOverviewTab — lib/src/ui/target/components/target_overview_tab.dart
273
- - TargetProgressCard — lib/src/ui/target/components/target_progress_card.dart
274
- - TargetCategoryBar — lib/src/ui/target/components/target_category_bar.dart
275
- - TargetProgressCardAppointment — lib/src/ui/target/components/target_progress_card_appointment.dart
276
- - TargetPersonalTab — lib/src/ui/target/components/target_personal_tab.dart
277
- - TargetStatsCard — lib/src/ui/target/components/target_stats_card.dart
278
- - TargetTabSelector — lib/src/ui/target/components/target_tab_selector.dart
279
-
280
- ### 3. User Flow & Logic
281
- 1)
282
- 2)
283
-
284
- ### 4. Key Dependencies
285
- - interactor/*
286
- - lib/src/ui/target/interactor/target_bloc.dart
287
- - binding/*
288
-
289
- ### 5. Notes & Known Issues
290
- -
291
-
292
- ## edit_customer_information
293
- **Path**: lib/src/ui/edit_customer_information
294
-
295
- ### 1. Description
296
- Goal:
297
- Features:
298
- -
299
-
300
- ### 2. UI Structure
301
- - Screens:
302
- - EditCustomerInformationPage — lib/src/ui/edit_customer_information/edit_customer_information_page.dart
303
- - Components:
304
- - EditCustomerInformationMemberCard — lib/src/ui/edit_customer_information/components/edit_customer_information_member_card.dart
305
- - EditCustomerInformationContractAirConditionerContent — lib/src/ui/edit_customer_information/components/edit_customer_information_contract_air_conditioner_content.dart
306
- - EditCustomerInformationContractEquipmentSection — lib/src/ui/edit_customer_information/components/edit_customer_information_contract_equipment_section.dart
307
- - EditCustomerInformationContractWaterHeaterContent — lib/src/ui/edit_customer_information/components/edit_customer_information_contract_water_heater_content.dart
308
- - EditCustomerInformationHistoryTab — lib/src/ui/edit_customer_information/components/edit_customer_information_history_tab.dart
309
- - EditCustomerInformationContractSolarContent — lib/src/ui/edit_customer_information/components/edit_customer_information_contract_solar_content.dart
310
- - EditCustomerInformationContractEquipmentItemCard — lib/src/ui/edit_customer_information/components/edit_customer_information_contract_equipment_item_card.dart
311
- - EditCustomerInformationContractTab — lib/src/ui/edit_customer_information/components/edit_customer_information_contract_tab.dart
312
- - EditCustomerInformationContractBasicInfoSection — lib/src/ui/edit_customer_information/components/edit_customer_information_contract_basic_info_section.dart
313
- - EditCustomerInformationPersonalTab — lib/src/ui/edit_customer_information/components/edit_customer_information_personal_tab.dart
314
- - EditCustomerInformationTabs — lib/src/ui/edit_customer_information/components/edit_customer_information_tabs.dart
315
- - EditCustomerInformationContractWaterSystemContent — lib/src/ui/edit_customer_information/components/edit_customer_information_contract_water_system_content.dart
316
- - EditCustomerInformationHeader — lib/src/ui/edit_customer_information/components/edit_customer_information_header.dart
317
- - EditCustomerInformationContractBatteryContent — lib/src/ui/edit_customer_information/components/edit_customer_information_contract_battery_content.dart
318
-
319
- ### 3. User Flow & Logic
320
- 1)
321
- 2)
322
-
323
- ### 4. Key Dependencies
324
- - interactor/*
325
- - lib/src/ui/edit_customer_information/interactor/edit_customer_information_bloc.dart
326
- - lib/src/ui/edit_customer_information/interactor/edit_customer_information_state.dart
327
- - lib/src/ui/edit_customer_information/interactor/edit_customer_information_event.dart
328
- - binding/*
329
-
330
- ### 5. Notes & Known Issues
331
- -
332
-
333
- ## visit_record
334
- **Path**: lib/src/ui/visit_record
335
-
336
- ### 1. Description
337
- Goal:
338
- Features:
339
- -
340
-
341
- ### 2. UI Structure
342
- - Screens:
343
- - VisitRecordPage — lib/src/ui/visit_record/visit_record_page.dart
344
- - Components:
345
- - VisitRecordStep2Content — lib/src/ui/visit_record/components/visit_record_step2_content.dart
346
- - VisitRecordBasicInfo — lib/src/ui/visit_record/components/visit_record_basic_info.dart
347
- - VisitRecordCustomerInfo — lib/src/ui/visit_record/components/visit_record_customer_info.dart
348
- - VisitRecordStep1Content — lib/src/ui/visit_record/components/visit_record_step1_content.dart
349
- - VisitRecordProjectInfo — lib/src/ui/visit_record/components/visit_record_project_info.dart
350
-
351
- ### 3. User Flow & Logic
352
- 1)
353
- 2)
354
-
355
- ### 4. Key Dependencies
356
- - interactor/*
357
- - lib/src/ui/visit_record/interactor/visit_record_bloc.dart
358
- - lib/src/ui/visit_record/interactor/visit_record_event.dart
359
- - lib/src/ui/visit_record/interactor/visit_record_state.dart
360
- - binding/*
361
-
362
- ### 5. Notes & Known Issues
363
- -
364
-
365
- ## customer_select
366
- **Path**: lib/src/ui/customer_select
367
-
368
- ### 1. Description
369
- Goal:
370
- Features:
371
- -
372
-
373
- ### 2. UI Structure
374
- - Screens:
375
- - CustomerSelectPage — lib/src/ui/customer_select/customer_select_page.dart
376
- - Components:
377
- - CustomerSelectCard — lib/src/ui/customer_select/components/customer_select_card.dart
378
-
379
- ### 3. User Flow & Logic
380
- 1)
381
- 2)
382
-
383
- ### 4. Key Dependencies
384
- - interactor/*
385
- - lib/src/ui/customer_select/interactor/customer_select_bloc.dart
386
- - lib/src/ui/customer_select/interactor/customer_select_event.dart
387
- - lib/src/ui/customer_select/interactor/customer_select_state.dart
388
- - binding/*
389
-
390
- ### 5. Notes & Known Issues
391
- -
392
-
393
- ## common
394
- **Path**: lib/src/ui/common
395
-
396
- ### 1. Description
397
- Goal:
398
- Features:
399
- -
400
-
401
- ### 2. UI Structure
402
- - Screens:
403
- - NotFoundPage — lib/src/ui/common/not_found_page.dart
404
- - CommonPage — lib/src/ui/common/common_page.dart
405
- - Components:
406
-
407
- ### 3. User Flow & Logic
408
- 1)
409
- 2)
410
-
411
- ### 4. Key Dependencies
412
- - (none)
413
- - (none)
414
-
415
- ### 5. Notes & Known Issues
416
- -
417
-
418
- ## map
419
- **Path**: lib/src/ui/map
420
-
421
- ### 1. Description
422
- Goal:
423
- Features:
424
- -
425
-
426
- ### 2. UI Structure
427
- - Screens:
428
- - Components:
429
- - SearchResultItem — lib/src/ui/map/components/map_search_text.dart
430
-
431
- ### 3. User Flow & Logic
432
- 1)
433
- 2)
434
-
435
- ### 4. Key Dependencies
436
- - (none)
437
- - (none)
438
-
439
- ### 5. Notes & Known Issues
440
- -
441
-
442
- ## appointment_detail
443
- **Path**: lib/src/ui/appointment_detail
444
-
445
- ### 1. Description
446
- Goal:
447
- Features:
448
- -
449
-
450
- ### 2. UI Structure
451
- - Screens:
452
- - AppointmentDetailPage — lib/src/ui/appointment_detail/appointment_detail_page.dart
453
- - Components:
454
-
455
- ### 3. User Flow & Logic
456
- 1)
457
- 2)
458
-
459
- ### 4. Key Dependencies
460
- - (none)
461
- - (none)
462
-
463
- ### 5. Notes & Known Issues
464
- -
465
-
466
- ## routing
467
- **Path**: lib/src/ui/routing
468
-
469
- ### 1. Description
470
- Goal:
471
- Features:
472
- -
473
-
474
- ### 2. UI Structure
475
- - Screens:
476
- - Components:
477
-
478
- ### 3. User Flow & Logic
479
- 1)
480
- 2)
481
-
482
- ### 4. Key Dependencies
483
- - (none)
484
- - (none)
485
-
486
- ### 5. Notes & Known Issues
487
- -
488
-
489
- ## setting
490
- **Path**: lib/src/ui/setting
491
-
492
- ### 1. Description
493
- Goal:
494
- Features:
495
- -
496
-
497
- ### 2. UI Structure
498
- - Screens:
499
- - SettingPage — lib/src/ui/setting/setting_page.dart
500
- - Components:
501
-
502
- ### 3. User Flow & Logic
503
- 1)
504
- 2)
505
-
506
- ### 4. Key Dependencies
507
- - (none)
508
- - binding/*
509
-
510
- ### 5. Notes & Known Issues
511
- -
512
-
513
- ## customer_detail
514
- **Path**: lib/src/ui/customer_detail
515
-
516
- ### 1. Description
517
- Goal:
518
- Features:
519
- -
520
-
521
- ### 2. UI Structure
522
- - Screens:
523
- - CustomerDetailPage — lib/src/ui/customer_detail/customer_detail_page.dart
524
- - Components:
525
- - CustomerDetailInspectionTab — lib/src/ui/customer_detail/components/customer_detail_inspection_tab.dart
526
- - CustomerDetailFamilyInfo — lib/src/ui/customer_detail/components/customer_detail_family_info.dart
527
- - CustomerDetailGeneralTab — lib/src/ui/customer_detail/components/customer_detail_general_tab.dart
528
- - CustomerDetailHeader — lib/src/ui/customer_detail/components/customer_detail_header.dart
529
- - CustomerDetailHouseInfo — lib/src/ui/customer_detail/components/customer_detail_house_info.dart
530
- - CustomerDetailEquipmentInfo — lib/src/ui/customer_detail/components/customer_detail_equipment_info.dart
531
- - CustomerDetailCasesTab — lib/src/ui/customer_detail/components/customer_detail_cases_tab.dart
532
- - CustomerDetailConstructionHistory — lib/src/ui/customer_detail/components/customer_detail_construction_history.dart
533
- - CustomerDetailTabBar — lib/src/ui/customer_detail/components/customer_detail_tab_bar.dart
534
- - CustomerDetailPersonalInfo — lib/src/ui/customer_detail/components/customer_detail_personal_info.dart
535
-
536
- ### 3. User Flow & Logic
537
- 1)
538
- 2)
539
-
540
- ### 4. Key Dependencies
541
- - interactor/*
542
- - lib/src/ui/customer_detail/interactor/customer_detail_state.dart
543
- - lib/src/ui/customer_detail/interactor/customer_detail_event.dart
544
- - lib/src/ui/customer_detail/interactor/customer_detail_bloc.dart
545
- - binding/*
546
-
547
- ### 5. Notes & Known Issues
548
- -
549
-
550
- ## main
551
- **Path**: lib/src/ui/main
552
-
553
- ### 1. Description
554
- Goal:
555
- Features:
556
- -
557
-
558
- ### 2. UI Structure
559
- - Screens:
560
- - MainPage — lib/src/ui/main/main_page.dart
561
- - Components:
562
- - AppBottomNavigationBar — lib/src/ui/main/components/app_bottom_navigation_bar.dart
563
-
564
- ### 3. User Flow & Logic
565
- 1)
566
- 2)
567
-
568
- ### 4. Key Dependencies
569
- - (none)
570
- - binding/*
571
-
572
- ### 5. Notes & Known Issues
573
- -
574
-
575
- ## customer_project_list
576
- **Path**: lib/src/ui/customer_project_list
577
-
578
- ### 1. Description
579
- Goal:
580
- Features:
581
- -
582
-
583
- ### 2. UI Structure
584
- - Screens:
585
- - CustomerProjectListPage — lib/src/ui/customer_project_list/customer_project_list_page.dart
586
- - Components:
587
- - ProjectTypeBadge — lib/src/ui/customer_project_list/components/project_badges.dart
588
- - Project type badge widget
589
- - ProjectIconWidget — lib/src/ui/customer_project_list/components/project_icon_widget.dart
590
- - Project icon widget with circular background
591
- - ActivityItemCard — lib/src/ui/customer_project_list/components/activity_item_card.dart
592
- - Activity item card widget
593
- - ProjectListHeader — lib/src/ui/customer_project_list/components/project_list_header.dart
594
- - Project list header component
595
-
596
- ### 3. User Flow & Logic
597
- 1)
598
- 2)
599
-
600
- ### 4. Key Dependencies
601
- - interactor/*
602
- - lib/src/ui/customer_project_list/interactor/customer_project_list_state.dart
603
- - lib/src/ui/customer_project_list/interactor/customer_project_list_bloc.dart
604
- - lib/src/ui/customer_project_list/interactor/customer_project_list_event.dart
605
- - binding/*
606
-
607
- ### 5. Notes & Known Issues
608
- -
609
-
610
- ## base
611
- **Path**: lib/src/ui/base
612
-
613
- ### 1. Description
614
- Goal:
615
- Features:
616
- -
617
-
618
- ### 2. UI Structure
619
- - Screens:
620
- - BasePage — lib/src/ui/base/base_page.dart
621
- - Components:
622
-
623
- ### 3. User Flow & Logic
624
- 1)
625
- 2)
626
-
627
- ### 4. Key Dependencies
628
- - interactor/*
629
- - lib/src/ui/base/interactor/base_usecase.dart
630
- - lib/src/ui/base/interactor/page_states.dart
631
- - lib/src/ui/base/interactor/dialog_listener.dart
632
- - lib/src/ui/base/interactor/base_state_mapper.dart
633
- - lib/src/ui/base/interactor/page_command.dart
634
- - lib/src/ui/base/interactor/page_error.dart
635
- - (none)
636
-
637
- ### 5. Notes & Known Issues
638
- -
639
-
640
- ## work_detail
641
- **Path**: lib/src/ui/work_detail
642
-
643
- ### 1. Description
644
- Goal:
645
- Features:
646
- -
647
-
648
- ### 2. UI Structure
649
- - Screens:
650
- - Components:
651
- - SectionResultAbsent — lib/src/ui/work_detail/components/section_result_absent.dart
652
- - SectionResultTalkFaceProcessed — lib/src/ui/work_detail/components/section_result_talk_face_processed.dart
653
- - StaticMap — lib/src/ui/work_detail/components/map/static_map.dart
654
- - SectionSecond — lib/src/ui/work_detail/components/section_second.dart
655
- - RadioSectionForm — lib/src/ui/work_detail/components/radio_section_form.dart
656
- - SectionResultAppointment — lib/src/ui/work_detail/components/section_result_appointment.dart
657
- - SectionResultNew — lib/src/ui/work_detail/components/section_result_new.dart
658
- - SectionFirst — lib/src/ui/work_detail/components/section_first.dart
659
- - SectionResultPostLetter — lib/src/ui/work_detail/components/section_result_post_letter.dart
660
- - SectionThird — lib/src/ui/work_detail/components/section_third.dart
661
-
662
- ### 3. User Flow & Logic
663
- 1)
664
- 2)
665
-
666
- ### 4. Key Dependencies
667
- - (none)
668
- - (none)
669
-
670
- ### 5. Notes & Known Issues
671
- -
672
-
673
- ## widgets
674
- **Path**: lib/src/ui/widgets
675
-
676
- ### 1. Description
677
- Goal:
678
- Features:
679
- -
680
-
681
- ### 2. UI Structure
682
- - Screens:
683
- - Components:
684
-
685
- ### 3. User Flow & Logic
686
- 1)
687
- 2)
688
-
689
- ### 4. Key Dependencies
690
- - (none)
691
- - (none)
692
-
693
- ### 5. Notes & Known Issues
694
- -
695
-
696
- ## customer
697
- **Path**: lib/src/ui/customer
698
-
699
- ### 1. Description
700
- Goal:
701
- Features:
702
- -
703
-
704
- ### 2. UI Structure
705
- - Screens:
706
- - CustomerPage — lib/src/ui/customer/customer_page.dart
707
- - Components:
708
- - customer_filter_data — lib/src/ui/customer/components/customer_filter_data.dart
709
- - CustomerTabItem — lib/src/ui/customer/components/customer_filter_tabs.dart
710
- - CustomerSortSheet — lib/src/ui/customer/components/customer_sort_sheet.dart
711
- - CustomerListItem — lib/src/ui/customer/components/customer_list_item.dart
712
- - CustomerHeader — lib/src/ui/customer/components/customer_header.dart
713
- - NestedInput — lib/src/ui/customer/components/nested_input.dart
714
- - CustomerItemMenuSheet — lib/src/ui/customer/components/customer_item_menu_sheet.dart
715
- - customer_components_preview — lib/src/ui/customer/components/customer_components_preview.dart
716
-
717
- ### 3. User Flow & Logic
718
- 1)
719
- 2)
720
-
721
- ### 4. Key Dependencies
722
- - interactor/*
723
- - lib/src/ui/customer/interactor/customer_event.dart
724
- - lib/src/ui/customer/interactor/customer_state.dart
725
- - lib/src/ui/customer/interactor/customer_bloc.dart
726
- - lib/src/ui/customer/interactor/customer_sort_option.dart
727
- - binding/*
728
-
729
- ### 5. Notes & Known Issues
730
- -
731
-