-
Notifications
You must be signed in to change notification settings - Fork 166
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
base: develop
Are you sure you want to change the base?
chore:remove feature flag from task status #1327
Conversation
@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); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: remove commented logs :)
There was a problem hiding this comment.
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) => { |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated , please review it
Date:
4th February, 2025
Developer Name: @vaishalimaheshwari2000
Issue Ticket Number
DONE
status #1318Description
The task status has been updated to
DONE
to align with updated terminology and improve clarity.Documentation Updated?
Under Feature Flag
Database Changes
Breaking Changes
Development Tested?
Screenshots
Screenshot 1
Test Coverage
Screenshot 1
Additional Notes