-
Notifications
You must be signed in to change notification settings - Fork 30
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
feat: display unsubmitted assignments on the manaba home page #561
base: main
Are you sure you want to change the base?
Conversation
.then((DOM) => asgPageTable(DOM)) | ||
.then((table) => table && getAsgsFromTable(table)) | ||
|
||
const renderUnsubmittedAsgsOnHome = ( |
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.
Function renderUnsubmittedAsgsOnHome
has 46 lines of code (exceeds 25 allowed). Consider refactoring.
@mkobayashime I'd rather get this PR ready for review after #505 and #558 are resolved. |
Code Climate has analyzed commit 1c7cb4d and detected 1 issue on this pull request. Here's the issue category breakdown:
View more on Code Climate. |
No description provided.