Skip to content

Conversation

@Konvaly
Copy link

@Konvaly Konvaly commented Nov 10, 2025

Self checklist

  • I have titled my PR with Region | Cohort | FirstName LastName | Sprint | Assignment Title
  • My changes meet the requirements of the task
  • I have tested my changes
  • My changes follow the style guide

This PR covers work across the Implement and Rewrite Tests with Jest sections of the sprint project:

Implement:
Completed and tested functions in the implement folder :
1-get-angle-type.js,
2-is-proper-fraction.js,
3-get-card-value.js.
Each function was built up step by step with clear logic and verified using multiple cases.

Rewrite Tests with Jest:
Rewroted all original tests using Jest in the rewrite-tests-with-jest folder.
Each test mirrors the previous assertions but now uses Jest’s syntax for better readability and maintainability.

All functions work as expected, and the new Jest test suite runs successfully with npm test or the VS Code Test Explorer.

@github-actions
Copy link

Your PR's title isn't in the expected format.

Please check the expected title format, and update yours to match.

Reason: Sprint part (Sprint 3) doesn't match expected format (example: 'Sprint 2', without quotes)

If this PR is not coursework, please add the NotCoursework label (and message on Slack in #cyf-curriculum or it will probably not be noticed).

@Konvaly Konvaly added 📅 Sprint 3 Assigned during Sprint 3 of this module Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. Module-Structuring-And-Testing-Data The name of the module. labels Nov 10, 2025
@github-actions
Copy link

Your PR's title isn't in the expected format.

Please check the expected title format, and update yours to match.

Reason: Sprint part (Sprint 3) doesn't match expected format (example: 'Sprint 2', without quotes)

If this PR is not coursework, please add the NotCoursework label (and message on Slack in #cyf-curriculum or it will probably not be noticed).

2 similar comments
@github-actions
Copy link

Your PR's title isn't in the expected format.

Please check the expected title format, and update yours to match.

Reason: Sprint part (Sprint 3) doesn't match expected format (example: 'Sprint 2', without quotes)

If this PR is not coursework, please add the NotCoursework label (and message on Slack in #cyf-curriculum or it will probably not be noticed).

@github-actions
Copy link

Your PR's title isn't in the expected format.

Please check the expected title format, and update yours to match.

Reason: Sprint part (Sprint 3) doesn't match expected format (example: 'Sprint 2', without quotes)

If this PR is not coursework, please add the NotCoursework label (and message on Slack in #cyf-curriculum or it will probably not be noticed).

@Konvaly Konvaly removed the Module-Structuring-And-Testing-Data The name of the module. label Nov 10, 2025
@github-actions
Copy link

Your PR's title isn't in the expected format.

Please check the expected title format, and update yours to match.

Reason: Sprint part (Sprint 3) doesn't match expected format (example: 'Sprint 2', without quotes)

If this PR is not coursework, please add the NotCoursework label (and message on Slack in #cyf-curriculum or it will probably not be noticed).

@Konvaly Konvaly changed the title London | 25-ITP-SEP | Mariia Serhiienko| Sprint 3 | Coursework/sprint 3 implement and rewrite London | 25-ITP-SEP | Mariia Serhiienko| Sprint 3 | Coursework/sprint 3 implement and rewrite Nov 10, 2025
@A-O-Emmanuel A-O-Emmanuel added Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. and removed Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. labels Nov 14, 2025
@A-O-Emmanuel
Copy link

Please check your pull request, it is not the expected format.

@A-O-Emmanuel A-O-Emmanuel added Reviewed Volunteer to add when completing a review with trainee action still to take. and removed Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. labels Nov 15, 2025
@Konvaly Konvaly changed the title London | 25-ITP-SEP | Mariia Serhiienko| Sprint 3 | Coursework/sprint 3 implement and rewrite London | 25-ITP-SEP | Mariia Serhiienko| Sprint 3| Implement and rewrite Nov 16, 2025
@Konvaly Konvaly changed the title London | 25-ITP-SEP | Mariia Serhiienko| Sprint 3| Implement and rewrite London | 25-ITP-SEP | Mariia Serhiienko|Sprint 3| Implement and rewrite Nov 16, 2025
@Konvaly Konvaly changed the title London | 25-ITP-SEP | Mariia Serhiienko|Sprint 3| Implement and rewrite London | 25-ITP-SEP | Mariia Serhiienko|Sprint 3|Implement and rewrite Nov 16, 2025
@Konvaly
Copy link
Author

Konvaly commented Nov 16, 2025

Please check your pull request, it is not the expected format.

Hi @A-O-Emmanuel ! Thank you for revieving my PR!
Could you specify what's wrong with the format, please?

@Konvaly Konvaly added Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. and removed Reviewed Volunteer to add when completing a review with trainee action still to take. labels Nov 16, 2025
@A-O-Emmanuel
Copy link

You've made the changes and all checks have passed

@Konvaly
Copy link
Author

Konvaly commented Nov 17, 2025

Hi @A-O-Emmanuel !
Could you give feedback/review my PR when you will have time, please?
Thank you in advance!

Choose a reason for hiding this comment

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

Please write your explanation and the new code, follow the instructions.

Copy link
Author

@Konvaly Konvaly Nov 20, 2025

Choose a reason for hiding this comment

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

For this task Sprint-2/1-key-errors/0.js - there is no code because this task should be in Sprint-2 and I mistakenly created new branch not from "main" but from the branch Sprint-2. After that I reverted this action (so explanation and the new code are in the another PR, which is already reviewed).

Choose a reason for hiding this comment

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

okay

Copy link

@A-O-Emmanuel A-O-Emmanuel Nov 19, 2025

Choose a reason for hiding this comment

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

This meets the acceptance criteria.

Choose a reason for hiding this comment

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

Please check the acceptance criteria very well, for what you need to do, the last two if statements do not align with their respective acceptance criteria

Copy link
Author

Choose a reason for hiding this comment

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

I 've fixed if statements and rewritten test case "Both Numerator and Denominator Negative check"

Copy link

@A-O-Emmanuel A-O-Emmanuel Nov 20, 2025

Choose a reason for hiding this comment

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

This is okay

@A-O-Emmanuel A-O-Emmanuel added Reviewed Volunteer to add when completing a review with trainee action still to take. and removed Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. labels Nov 20, 2025
@Konvaly Konvaly added Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. and removed Reviewed Volunteer to add when completing a review with trainee action still to take. labels Nov 20, 2025
@Konvaly
Copy link
Author

Konvaly commented Nov 20, 2025

Hi @A-O-Emmanuel !
I've fixed code due to your notes.
Could you please check it?
Thank you!

@A-O-Emmanuel A-O-Emmanuel added Complete Volunteer to add when work is complete and all review comments have been addressed. and removed Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. labels Nov 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Complete Volunteer to add when work is complete and all review comments have been addressed. 📅 Sprint 3 Assigned during Sprint 3 of this module

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants