Skip to content

London_ITP_Jan_2025 | FRANKLIN KAMELA | Module_Data_Flows | Book_Library | Sprint_2 #171

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Fradoka
Copy link

@Fradoka Fradoka commented Mar 25, 2025

Learners, PR Template

Self checklist

  • I have committed my files one by one, on purpose, and for a reason
  • I have titled my PR with COHORT_NAME | FIRST_NAME LAST_NAME | REPO_NAME | WEEK
  • I have tested my changes
  • My changes follow the style guide
  • My changes meet the requirements of this task

Changelist

Briefly explain your PR.

Questions

Ask any questions you have for your reviewer.

@Fradoka Fradoka added the Needs Review Participant to add when requesting review label Mar 25, 2025
@Fradoka
Copy link
Author

Fradoka commented Apr 2, 2025

hi @halilibrahimcelik could you please review

@halilibrahimcelik halilibrahimcelik added Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. and removed Needs Review Participant to add when requesting review labels Apr 3, 2025
@halilibrahimcelik
Copy link

Hi Franklin, I couldn't catch up with you with your other PR's I've been incredibly busy lately.

author.value === null ||
author.value === "" ||
pages.value === null ||
pages.value === ""

Choose a reason for hiding this comment

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

I'm still able to add books even if there is only empty space entered in the form field. Please check submit validation again
image

deleteCell.appendChild(delButton);
delButton.className = "btn btn-warning";
delButton.innerHTML = "Delete";
delButton.addEventListener("click", function () {
alert(`You've deleted title: ${myLibrary[i].title}`);

Choose a reason for hiding this comment

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

Okay here's a challenge for you. Once user click on delete button, you warn user that book is about to be deleted. It would be nice to have functionality that user also be able to change his mind and cancel this delete process.

@Fradoka Fradoka added Needs Review Participant to add when requesting review and removed Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. labels Apr 12, 2025
@Fradoka
Copy link
Author

Fradoka commented Apr 12, 2025

Hi @halilibrahimcelik i amended my code to address your review comments.

@Fradoka
Copy link
Author

Fradoka commented Apr 16, 2025

hi @halilibrahimcelik could you please review my code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Review Participant to add when requesting review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants