Skip to content

feat: Authentication login screen - #24

Merged
marciomyst merged 3 commits into
developfrom
023-authentication-login-screen
May 3, 2026
Merged

feat: Authentication login screen#24
marciomyst merged 3 commits into
developfrom
023-authentication-login-screen

Conversation

@marciomyst

Copy link
Copy Markdown
Owner

Summary

  • Implements and documents the Angular authentication login screen for issue Authentication login screen #23.
  • Adds typed frontend auth API/session boundaries, validation behavior, and in-memory session handling.
  • Adds Spec Kit artifacts and documentation for API usage, frontend structure, security posture, testing, and ADR coverage.

Validation

  • npm test -- --watch=false
  • npm run build

Closes #23

@marciomyst marciomyst self-assigned this May 3, 2026
@marciomyst marciomyst added type:feature New user-facing or product capability priority:medium Normal-priority work area:frontend Angular frontend application code area:ui User interface, layout, visual components, and styling area:security Security, secrets, dependency scanning, and vulnerability handling v1 Included in the Version 1 product scope labels May 3, 2026
@marciomyst marciomyst added this to the M1 — Core Movie Catalog milestone May 3, 2026
@sonarqubecloud

sonarqubecloud Bot commented May 3, 2026

Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 80%)
C Reliability Rating on New Code (required ≥ A)
B Security Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

@marciomyst marciomyst changed the title [codex] Authentication login screen feat: Authentication login screen May 3, 2026
@marciomyst
marciomyst marked this pull request as ready for review May 3, 2026 23:35
@marciomyst
marciomyst merged commit 430b623 into develop May 3, 2026
3 of 6 checks passed
@github-project-automation github-project-automation Bot moved this from Backlog to Done in Smart Movie Catalog May 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:frontend Angular frontend application code area:security Security, secrets, dependency scanning, and vulnerability handling area:ui User interface, layout, visual components, and styling priority:medium Normal-priority work type:feature New user-facing or product capability v1 Included in the Version 1 product scope

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Authentication login screen

1 participant