Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add task request button to task details page #730

Merged
merged 7 commits into from
Aug 5, 2023

Conversation

TanishqSingla
Copy link
Contributor

@TanishqSingla TanishqSingla commented Jul 17, 2023

Issue:

closes #729

Pointers for reviwer

This feature is currently under dev flag so the design is subject to change.

Screenshots

 

ShowScreenshot from 2023-07-24 06-18-07

Dev Tested:

  • Yes

@vercel
Copy link

vercel bot commented Jul 17, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
status-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 3, 2023 10:36pm

@TanishqSingla
Copy link
Contributor Author

TanishqSingla commented Jul 18, 2023

Test Coverage:

File % Stmts % Branch % Funcs % Lines Uncovered Line #348
components/taskDetails 88.57 86.53 79.16 88.4
taskRequestApi.ts 100 100 100 100

Copy link
Contributor

@kotesh-arya kotesh-arya left a comment

Choose a reason for hiding this comment

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

Added few comments 🙂

__tests__/Unit/Components/Tasks/TaskDetails.test.tsx Outdated Show resolved Hide resolved
src/components/taskDetails/index.tsx Outdated Show resolved Hide resolved
src/pages/tasks/[id].tsx Outdated Show resolved Hide resolved
kotesh-arya
kotesh-arya previously approved these changes Jul 18, 2023
shreya-mishra
shreya-mishra previously approved these changes Jul 25, 2023
Copy link
Contributor

@Pratiyushkumar Pratiyushkumar left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@Pratiyushkumar Pratiyushkumar left a comment

Choose a reason for hiding this comment

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

Please write tests for taskRequestApi.ts as well

Add test for api
Copy link
Member

@sahsisunny sahsisunny left a comment

Choose a reason for hiding this comment

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

All add the test coverage for all changes you made with all details.

@TanishqSingla
Copy link
Contributor Author

TanishqSingla commented Jul 31, 2023

All add the test coverage for all changes you made with all details.

Test coverage are mentioned here

#730 (comment)

Copy link
Contributor

@Pratiyushkumar Pratiyushkumar left a comment

Choose a reason for hiding this comment

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

LGTM

@prakashchoudhary07 prakashchoudhary07 merged commit d2fd26e into develop Aug 5, 2023
2 checks passed
@prakashchoudhary07 prakashchoudhary07 deleted the feat/button-to-add-taskRequest branch August 5, 2023 16:06
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.

Add a button for users to request for tasks in task details
7 participants