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

[Bug] FIxing bugs during test o rama #427

Merged
merged 13 commits into from
Aug 5, 2024
Merged

[Bug] FIxing bugs during test o rama #427

merged 13 commits into from
Aug 5, 2024

Conversation

d3li0n
Copy link
Contributor

@d3li0n d3li0n commented Aug 2, 2024

Description

Fixes issues found during test-o-rama

Closes #428

Type of change

  • Bug fix
  • New feature
  • Documentation update
  • Other (please describe)

How Has This Been Tested?

  • Updated integration tests
  • Students validated changes
  • Verified each page for changes

Checklist:

Some items, but not limited, to consider:

  • I have commented my code where needed
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

@d3li0n d3li0n self-assigned this Aug 3, 2024
@d3li0n d3li0n added enhancement New feature or request feature A new functionality or enhancement to the existing system labels Aug 3, 2024
@d3li0n d3li0n linked an issue Aug 3, 2024 that may be closed by this pull request
28 tasks
@d3li0n d3li0n marked this pull request as ready for review August 3, 2024 03:23
Copy link
Contributor

@BennettChang BennettChang left a comment

Choose a reason for hiding this comment

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

changes look good, 1 small refactoring change

if (isNaN(parseInt(e.target.value))) {
return;
}

const value = Number(e.target.value);
Copy link
Contributor

Choose a reason for hiding this comment

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

this can be moved above the if statement

Copy link
Contributor

@KafkaNoNeko KafkaNoNeko left a comment

Choose a reason for hiding this comment

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

Looks good!

@d3li0n d3li0n merged commit aab6803 into development Aug 5, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature A new functionality or enhancement to the existing system
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Task] Usability issues and bugs found during test-o-rama
3 participants