Sprint 2 Planning - moon362/E-commerce-System GitHub Wiki
1. Test-Driven Development (TDD):
- Set up testing framework and configurations.
- Write unit tests for Payment, OrderProcess, Product, ShippingProcess, and PriorityProduct features.
2. Continuous Integration (CI):
- Choose CI tool and set up a pipeline.
- Integrate unit tests into CI pipeline.
- Implement code quality checks.
3. Documentation:
- Create project wiki structure.
- Document TDD guidelines, CI process, and feature implementations.
4. Feature Implementation:
- Implement Payment, OrderProcess, Product, ShippingProcess, and PriorityProduct features using TDD.
- Ensure features are integrated into the main project.