Skip to content

Conversation

@shubhamsinghbundela
Copy link
Contributor

@shubhamsinghbundela shubhamsinghbundela commented Nov 21, 2023

Issue: #1017

Description:

  • Assign button not visible when task card status DONE.

Is Under Feature Flag

  • Yes
  • No

Database changes

  • Yes
  • No

Breaking changes (If your feature is breaking/missing something please mention pending tickets)

  • Yes
  • No

Is Development Tested?

  • Yes
  • No

Images/video of the change:

Before change:

iQ3igUpiei.mp4

After change

ExjZgOCIi9.mp4

Test stats:

src/components/tasks/card/index.tsx
image

@vercel
Copy link

vercel bot commented Nov 21, 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 Nov 24, 2023 1:28pm

const hasTaskAssignee = () => cardDetails.assignee ?? false;
const isIssueClosed = () => cardDetails.github?.issue?.status === 'closed';
const isTaskComplete = () => cardDetails.status === COMPLETED;
const isTaskComplete = () => cardDetails.status === DONE;
Copy link
Member

@vinit717 vinit717 Nov 22, 2023

Choose a reason for hiding this comment

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

This line seems to be uncovered as you provide this coverage

image

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.

5 participants