Rename feature branch from 002-at-the-moment to 002-product-list
Changed branch name and updated all references: - Git branch: 002-at-the-moment → 002-product-list - Specs directory: specs/002-at-the-moment/ → specs/002-product-list/ - spec.md: Updated feature branch reference - requirements.md: Updated feature references Reason: More descriptive name that better reflects the feature purpose (product selection landing page). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
# Requirements Checklist: Product Selection Landing Page
|
||||
|
||||
**Feature**: 002-at-the-moment
|
||||
**Feature**: 002-product-list
|
||||
**Created**: 2025-10-17
|
||||
**Status**: Draft
|
||||
|
||||
@@ -101,4 +101,4 @@
|
||||
- [ ] Code follows project conventions (Python, Flask, no JS)
|
||||
- [ ] Security requirements met (XSS prevention, access control)
|
||||
- [ ] Documentation updated (if needed)
|
||||
- [ ] Feature committed to branch 002-at-the-moment
|
||||
- [ ] Feature committed to branch 002-product-list
|
||||
@@ -1,6 +1,6 @@
|
||||
# Feature Specification: Product Selection Landing Page
|
||||
|
||||
**Feature Branch**: `002-at-the-moment`
|
||||
**Feature Branch**: `002-product-list`
|
||||
**Created**: 2025-10-17
|
||||
**Status**: Draft
|
||||
**Input**: User description: "At the moment visitors of the website need to know the link to the product submission page when they want to submit a feedback. The now should be able to see a list of all active products in order to choose what product they want to give a feedback."
|
||||
Reference in New Issue
Block a user