AS A developer,
INSTEAD OF storing static task data,
I WANT TO implement update functionality in Firestore/Database
IN 1 development sprint
TO modify existing task documents
SO THAT changes persist across sessions and devices.
Acceptance Criteria
Task document is updated using its unique ID.
Title and description fields are modifiable.
Updates complete within 2 seconds.
Network errors are handled gracefully.
Changes are persisted in the database.
AS A developer,
INSTEAD OF storing static task data,
I WANT TO implement update functionality in Firestore/Database
IN 1 development sprint
TO modify existing task documents
SO THAT changes persist across sessions and devices.
Acceptance Criteria
Task document is updated using its unique ID.
Title and description fields are modifiable.
Updates complete within 2 seconds.
Network errors are handled gracefully.
Changes are persisted in the database.