Skip to content

feat: Add task request collection data model#22

Open
TanishqSingla wants to merge 4 commits intoRealDevSquad:mainfrom
TanishqSingla:main
Open

feat: Add task request collection data model#22
TanishqSingla wants to merge 4 commits intoRealDevSquad:mainfrom
TanishqSingla:main

Conversation

@TanishqSingla
Copy link

@TanishqSingla TanishqSingla commented Mar 4, 2023

closes #18

Copy link

@bajajcodes bajajcodes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@TanishqSingla Also add a description to your PR.

approvedTo?: string,
id: string,
isNoteworthy: boolean,
priority: "LOW" | "Normal" | "HIGH",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: use all-caps for constants.

requestedBy: string[],
status: "APPROVED" | "WAITING",
title: string,
type: "feature" | "bug",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add in description list of task-types?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Task Request Model

3 participants