Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 13 additions & 6 deletions SPECS/feature-template.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
# Feature Spec: <Feature Name>
# Feature Spec: User Login


## Goal
-
- User should be able to login using email and password


## Scope
- In:
- Out:
- In: Login form, validation
- Out: Registration system

## Requirements
-
- Email field
- Password field
- Login button
- Error messages

## Acceptance Criteria
- [ ]
- [ ] Valid credentials → login success
- [ ] Invalid password → error message
- [ ] Empty fields → validation error