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

ITP-JAN-25 | London | Saba Farjamfard | Module-Data-Flows | Book Library App | Week-2 #173

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

Conversation

sabafarjamfard
Copy link

@sabafarjamfard sabafarjamfard commented Mar 26, 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

  • Implemented dynamic book list rendering from a form
  • Added support for toggling 'read' status and deleting books
  • Styled the form and table with Bootstrap
  • Added two initial book entries on page load
  • Replaced unnecessary let declarations with const
  • Updated the <title> tag to "My Book Library"

Briefly explain your PR.

Questions

Ask any questions you have for your reviewer.

@sabafarjamfard sabafarjamfard added the Needs Review Participant to add when requesting review label Mar 26, 2025
@jenny-alexander jenny-alexander self-requested a review April 5, 2025 23:26
@jenny-alexander jenny-alexander 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 5, 2025
Copy link

@jenny-alexander jenny-alexander left a comment

Choose a reason for hiding this comment

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

You fixed all of the problems outlined in the requirements. It works well now. However, there are a few more changes you implement to make your code even better:

  1. The browser tab currently shows '127.0.0.1:555/debugging/book-library. Can you update it to be more explanatory to the user. If you want to read more about this here is a doc: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/title
  2. Can you review all of the places that you declared a variable with 'let'? In general, you will mostly always use const (and this should be your default). If you need to reassign a value to the variable, then you would use let. Here is a video you can watch: https://youtu.be/RE6qf3As-XU?si=_YaiEPeBC5Cx_j56
  3. The changelist portion of your pull request is currently empty. This is an important part that helps other engineers understand what you've modified. Could you please add a brief description of your changes in the changelist section? A simple summary is good enough!

@jenny-alexander jenny-alexander added Reviewed Volunteer to add when completing a review and removed Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. labels Apr 6, 2025
@sabafarjamfard sabafarjamfard added the Complete Participant to add when work is complete and review comments have been addressed label Apr 7, 2025
@sabafarjamfard
Copy link
Author

Thank you for the review. I did update it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Complete Participant to add when work is complete and review comments have been addressed Reviewed Volunteer to add when completing a review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants