Skip to content

Glasgow | 25 SDC NOV | Katarzyna Kazimierczuk | Sprint 1 | Extra long blooms#156

Open
katarzynakaz wants to merge 2 commits intoCodeYourFuture:mainfrom
katarzynakaz:extra-long-blooms
Open

Glasgow | 25 SDC NOV | Katarzyna Kazimierczuk | Sprint 1 | Extra long blooms#156
katarzynakaz wants to merge 2 commits intoCodeYourFuture:mainfrom
katarzynakaz:extra-long-blooms

Conversation

@katarzynakaz
Copy link

@katarzynakaz katarzynakaz commented Feb 22, 2026

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

Changelist

Changes the length of chars.

@katarzynakaz katarzynakaz added 📅 Sprint 1 Assigned during Sprint 1 of this module Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. labels Feb 22, 2026
@OracPrime OracPrime added the Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. label Feb 28, 2026
Copy link

@OracPrime OracPrime left a comment

Choose a reason for hiding this comment

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

The code for the actual change asked for is fine. However you've polluted the PR with a whole load of other changes. This would not be accepted in a professional environment

# return hashlib.scrypt(password_plaintext, salt=password_salt, n=8, r=8, p=1)
def scrypt(password_plaintext: bytes, password_salt: bytes) -> bytes:
return hashlib.scrypt(password_plaintext, salt=password_salt, n=8, r=8, p=1)
return hashlib.pbkdf2_hmac('sha256', password_plaintext, password_salt, 100000)

Choose a reason for hiding this comment

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

What's this change doing here?

// .querySelector("[data-action='login']")
// ?.addEventListener("click", handleLogin);
.querySelector(".login__form")
?.addEventListener("submit", handleLogin);

Choose a reason for hiding this comment

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

Isn't this a change from a different backlog item? Shouldn't be here.

@github-project-automation github-project-automation bot moved this from Backlog to In Progress in Purple Forest Kanban Feb 28, 2026
@OracPrime OracPrime 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. Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. labels Feb 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Reviewed Volunteer to add when completing a review with trainee action still to take. 📅 Sprint 1 Assigned during Sprint 1 of this module

Projects

Status: In Progress

Development

Successfully merging this pull request may close these issues.

2 participants