Commit Graph

4 Commits

Author SHA1 Message Date
Paul R Kartchner
2171cf6433 docs: update README with new features and test coverage info
## Updates

### Features Section
- Added tag organization system with quick tagging UX
- Highlighted recipe scaling functionality
- Documented cookbooks feature
- Added user authentication and backup/restore features
- Updated recipe import to mention 600+ supported sites

### New Sections
- **Testing**: Added comprehensive test coverage details (77.6% overall)
  - Test commands and coverage breakdown
  - 377+ tests across 21 test suites
- **Managing Tags**: Detailed guide on quick tag management
  - Inline tagging on recipe detail pages
  - Tag during import workflow
  - Focus retention for rapid tagging

### Prerequisites
- Added Python 3 requirement for recipe scraper
- Documented recipe-scrapers installation

### API Examples
- Added examples for creating recipes with tags
- Added tag filtering example
- Added tag update example

### Usage Guide
- Enhanced recipe import workflow with tag management steps
- Added details about schema.org markup support

### Future Enhancements
- Removed implemented features (authentication, cookbooks, recipe scaling)
- Added realistic future items (sharing, meal planning, nutrition)

### Contributing
- Added contribution guidelines
- Emphasized test coverage requirements

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-16 22:04:43 -07:00
8b219b456e test: validate clean pipeline with error suppression
Some checks failed
Basil CI/CD Pipeline / Code Linting (push) Successful in 59s
Basil CI/CD Pipeline / Web Tests (push) Failing after 1m15s
Basil CI/CD Pipeline / API Tests (push) Failing after 1m29s
Test Harbor Secrets / Test Harbor Secret Access (push) Successful in 6s
Basil CI/CD Pipeline / Shared Package Tests (push) Successful in 55s
Basil CI/CD Pipeline / Security Scanning (push) Successful in 1m9s
Basil CI/CD Pipeline / Build All Packages (push) Has been skipped
Basil CI/CD Pipeline / E2E Tests (push) Has been skipped
Basil CI/CD Pipeline / Build & Push Docker Images (push) Has been skipped
Basil CI/CD Pipeline / Trigger Deployment (push) Has been skipped
Testing complete CI/CD flow:
- API tests with console.error suppression
- Web tests execution
- Build stage
- Docker image build and push to Harbor
- Deployment webhook trigger
2026-01-15 01:32:13 +00:00
46fca233c4 test: trigger full pipeline with Harbor integration
Some checks failed
Basil CI/CD Pipeline / Code Linting (push) Successful in 59s
Basil CI/CD Pipeline / Web Tests (push) Failing after 1m13s
Basil CI/CD Pipeline / Shared Package Tests (push) Successful in 57s
Basil CI/CD Pipeline / Security Scanning (push) Successful in 1m8s
Basil CI/CD Pipeline / Build All Packages (push) Has been skipped
Basil CI/CD Pipeline / E2E Tests (push) Has been skipped
Basil CI/CD Pipeline / Build & Push Docker Images (push) Has been skipped
Basil CI/CD Pipeline / API Tests (push) Failing after 1m21s
Test Harbor Secrets / Test Harbor Secret Access (push) Successful in 5s
Basil CI/CD Pipeline / Trigger Deployment (push) Has been skipped
- Testing complete CI/CD flow
- API tests
- Web tests
- Build stage
- Docker build and push to Harbor
- Deployment webhook
2026-01-14 23:05:33 +00:00
4e71ef9c66 first commit 2025-10-21 22:04:03 -06:00