Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions taskRequests/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Task Request

Firestore Task Requests collection data model

```
id: <id>,
taskId: <id>,
Comment thread
TanishqSingla marked this conversation as resolved.
Outdated
title: string,
requestedBy: [string],
Comment thread
TanishqSingla marked this conversation as resolved.
Outdated
purpose: string,
type: string,
Comment thread
TanishqSingla marked this conversation as resolved.
Outdated
isNoteWorthy: boolean,
currentStatus: string,
Comment thread
TanishqSingla marked this conversation as resolved.
Outdated
approvedTo?: string,
```