-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
FEATURE: Added Admin panel for Coding Problems #295
FEATURE: Added Admin panel for Coding Problems #295
Conversation
…irumalaisamy/daily-code into admin-problem-statement
TODO:
Note: Will add this in the next PR most probably |
2024-04-29.01-22-35.mp4CSV import Feature |
All Done And Ready For Review. @hkirat |
3fd126c
to
3dcfa09
Compare
@hkirat Resolved the conflicts. Can be reviewed |
Resolved Conflicts |
} | ||
|
||
export async function updateProblemStatement(problemStatementId: string, data: any) { |
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.
anys are bad
export * from "./profileSidebar"; | ||
export * from "./profileSidebar"; |
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.
why twice?
Thats just a sample thing. Not really thinked about it. ( twosum return that) |
Test cases are migrated to github. In the upcoming execution engine. Will change that in another pr |
/bounty $69 |
Will fix the any in a pr. Have a lot of any in the utils |
PR Fixes:
Done:
Pending:
2024-04-18.10-15-03.mp4
2024-04-18.11-23-31.mp4