diff --git a/README.md b/README.md index f7373cf..4777f80 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,7 @@ PreviousPage=Ctrl+W debug=on ``` -## ๐Ÿ”ง Development Guidelines +## Development Guidelines ### Code Architecture - **MVC Pattern**: Models, Views, and Controllers clearly separated @@ -227,7 +227,7 @@ newCampaign = repo->create(newCampaign); - **Background Processing**: Non-blocking OCR and network operations - **Memory Management**: Qt's parent-child object hierarchy for automatic cleanup -## ๐Ÿงช Testing +## Testing ### Manual Testing Checklist - [ ] Image loading and display performance @@ -255,7 +255,7 @@ mysql -u root -p socialhose -e "SELECT COUNT(*) FROM articles;" ``` mediasystem/ โ”œโ”€โ”€ ClippingStation/ # Main GUI application -โ”‚ โ”œโ”€โ”€ api/ # Socialhose API integration +โ”‚ โ”œโ”€โ”€ api/ # Socialhose API integration (TBD) โ”‚ โ”‚ โ”œโ”€โ”€ dto/ # Data Transfer Objects โ”‚ โ”‚ โ””โ”€โ”€ repositories/ # Repository pattern implementation โ”‚ โ”œโ”€โ”€ clippingstation.* # Main application files @@ -279,11 +279,6 @@ The system now supports modern REST API integration with the Socialhose service: **Data Sources**: Hybrid mode supports both API and local database **Offline Support**: Graceful fallback to local database when offline -For detailed API documentation, see: -- `INTEGRATION-PLAN.md` - Complete integration roadmap -- `PHASE1-COMPLETE.md` - Completed foundation phase -- `ClippingStation/api/` - Implementation details - ## Troubleshooting ### Common Issues