From fb418bac657fc9577369abffdb76f72541eb78a8 Mon Sep 17 00:00:00 2001 From: Markus Graf Date: Fri, 17 Oct 2025 14:01:10 +0200 Subject: [PATCH] Rename feature branch from 002-at-the-moment to 002-product-list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .../checklists/requirements.md | 4 ++-- specs/{002-at-the-moment => 002-product-list}/spec.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename specs/{002-at-the-moment => 002-product-list}/checklists/requirements.md (98%) rename specs/{002-at-the-moment => 002-product-list}/spec.md (99%) diff --git a/specs/002-at-the-moment/checklists/requirements.md b/specs/002-product-list/checklists/requirements.md similarity index 98% rename from specs/002-at-the-moment/checklists/requirements.md rename to specs/002-product-list/checklists/requirements.md index 32e8266..81615fc 100644 --- a/specs/002-at-the-moment/checklists/requirements.md +++ b/specs/002-product-list/checklists/requirements.md @@ -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 diff --git a/specs/002-at-the-moment/spec.md b/specs/002-product-list/spec.md similarity index 99% rename from specs/002-at-the-moment/spec.md rename to specs/002-product-list/spec.md index fe2da8d..36461c4 100644 --- a/specs/002-at-the-moment/spec.md +++ b/specs/002-product-list/spec.md @@ -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."