Skip to content

chore:remove feature flag from task status#1327

Closed
vaishalimaheshwari2000 wants to merge 2 commits intoRealDevSquad:developfrom
vaishalimaheshwari2000:chore/remove-feature-flag-DONE
Closed

chore:remove feature flag from task status#1327
vaishalimaheshwari2000 wants to merge 2 commits intoRealDevSquad:developfrom
vaishalimaheshwari2000:chore/remove-feature-flag-DONE

Conversation

@vaishalimaheshwari2000
Copy link
Copy Markdown
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

@vercel
Copy link
Copy Markdown

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
Copy Markdown

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
Copy Markdown
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
Copy Markdown
Contributor

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
Copy Markdown
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

const { dev } = router.query;
const isDevMode = dev === 'true';

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

Choose a reason for hiding this comment

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

Remove this

Copy link
Copy Markdown
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

@vaishalimaheshwari2000 vaishalimaheshwari2000 deleted the chore/remove-feature-flag-DONE branch February 23, 2025 19:36
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