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:
2025-10-17 14:01:10 +02:00
co-authored by Claude
parent 0dc9e6a0b5
commit fb418bac65
2 changed files with 3 additions and 3 deletions
@@ -1,6 +1,6 @@
# Requirements Checklist: Product Selection Landing Page # Requirements Checklist: Product Selection Landing Page
**Feature**: 002-at-the-moment **Feature**: 002-product-list
**Created**: 2025-10-17 **Created**: 2025-10-17
**Status**: Draft **Status**: Draft
@@ -101,4 +101,4 @@
- [ ] Code follows project conventions (Python, Flask, no JS) - [ ] Code follows project conventions (Python, Flask, no JS)
- [ ] Security requirements met (XSS prevention, access control) - [ ] Security requirements met (XSS prevention, access control)
- [ ] Documentation updated (if needed) - [ ] 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 Specification: Product Selection Landing Page
**Feature Branch**: `002-at-the-moment` **Feature Branch**: `002-product-list`
**Created**: 2025-10-17 **Created**: 2025-10-17
**Status**: Draft **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." **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."