core_workflows.txt•820 B
# Core Workflows
## User Journeys
1. **Product Browsing**:
- Relevant code files: [list of files responsible for navigation, product listing]
- File sizes: [line counts for each key file]
2. **Checkout Process**:
- Relevant code files: [list of files responsible for cart management, payment handling]
- File sizes: [line counts for each key file]
3. **User Authentication**:
- Relevant code files: [list of files responsible for login, logout, user session management]
- File sizes: [line counts for each key file]
### Note:
- The workflows and summaries provided are examples. Please modify them to fit the specific use case and structure of your application repository.
- Pay special attention to large files, as they may represent core functionality or potential refactoring opportunities.