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

chore:remove feature flag from task status #1327

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

vaishalimaheshwari2000
Copy link
Contributor

@vaishalimaheshwari2000 vaishalimaheshwari2000 commented Feb 3, 2025

Date: 4th February, 2025

Developer Name: @vaishalimaheshwari2000


Issue Ticket Number

Description

The task status has been updated to DONE to align with updated terminology and improve clarity.

Documentation Updated?

  • Yes
  • No

Under Feature Flag

  • Yes
  • No

Database Changes

  • Yes
  • No

Breaking Changes

  • Yes
  • No

Development Tested?

  • Yes
  • No

Screenshots

Screenshot 1

image
image
image

Test Coverage

Screenshot 1

Additional Notes

Copy link

vercel bot commented Feb 3, 2025

@vaishalimaheshwari2000 is attempting to deploy a commit to the RDS-Team Team on Vercel.

A member of the Team first needs to authorize it.

beautifiedStatus = 'DONE';
}

// console.log("new :",status);
Copy link

Choose a reason for hiding this comment

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

nit: remove commented logs :)

Copy link
Contributor

Choose a reason for hiding this comment

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

Please remove this, this is not a NIT

@@ -19,10 +19,10 @@ type Props = {
// TODO: remove this after fixing the card beautify status
const beautifyStatus = (status: string, isDevMode?: boolean) => {
Copy link
Member

Choose a reason for hiding this comment

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

Since we’re no longer using the isDevMode parameter, should we remove it from the function and also update where the function is called?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

As you said updated , please review it again

@@ -32,6 +32,7 @@ export const TaskDetailsSection: React.FC<TaskDetailsSectionProps> = ({
const { dev } = router.query;
const isDevMode = dev === 'true';

console.log('status: ', status);
Copy link
Member

Choose a reason for hiding this comment

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

Remove this

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated , please review it

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.

chore: remove feature flag from DONE status
5 participants