Added Service
This commit is contained in:
@@ -68,6 +68,7 @@ void main() {
|
||||
final task = Task(
|
||||
id: 'TSK-1',
|
||||
ticketId: 'TCK-1',
|
||||
taskNumber: '2026-02-00001',
|
||||
title: 'Reboot printer',
|
||||
description: 'Clear queue and reboot',
|
||||
officeId: 'office-1',
|
||||
|
||||
@@ -106,6 +106,7 @@ void main() {
|
||||
final emptyTask = Task(
|
||||
id: 'tsk-1',
|
||||
ticketId: null,
|
||||
taskNumber: '2026-02-00002',
|
||||
title: 'No metadata',
|
||||
description: '',
|
||||
officeId: 'office-1',
|
||||
@@ -159,6 +160,7 @@ void main() {
|
||||
final task = Task(
|
||||
id: 'tsk-1',
|
||||
ticketId: null,
|
||||
taskNumber: '2026-02-00002',
|
||||
title: 'Has metadata',
|
||||
description: '',
|
||||
officeId: 'office-1',
|
||||
|
||||
Reference in New Issue
Block a user