-
-
Notifications
You must be signed in to change notification settings - Fork 155
Glasgow | ITP May 2025 | Adiyah Farhan | Sprint 3 | Alarm Clock #741
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
base: main
Are you sure you want to change the base?
Glasgow | ITP May 2025 | Adiyah Farhan | Sprint 3 | Alarm Clock #741
Conversation
… acceptance criteria
Hello Adiyah, good effort on this and nice to see the logic broken out into functions with good comments! Did you try running the automated tests with We are also missing some Good luck with the changes! |
…ionality of resetting background color on alarm restart
Thank you, @arun-john, for taking the time to review my pull request. I have reviewed your feedback and updated the files accordingly. The test failure was due to a typo error, which I have now corrected. Please check. Thanks |
Great, seems all good! One final thing - Try testing this out manually by setting the time to say 30 (and click Set Alarm). While the clock is counting down, set it to a different value, say 5 and click Set Alarm. Check what happens. |
…ile running the interval. Now, the function will successfully update the interval according to new entered value
Hi @arun-john, Thank you for bringing this issue to my attention. I have revised my function to address the problem. Please review the updated implementation. |
All working...good work on this Adiyah! 👍 |
… acceptance criteria
Learners, PR Template
Self checklist
Changelist
Implemented the setAlarm() function in alarm clock according to given acceptance criteria
Questions
No