Commit Graph

5 Commits

Author SHA1 Message Date
e3d
56789e895e feat: Add GitHub Pages public search interface and enhanced documentation system
## 🌐 GitHub Pages Public Search Interface
- Complete client-side search application solving Issue #84
- Responsive HTML/CSS/JavaScript with mobile optimization
- Real-time search across 2,057+ workflows with instant results
- Category filtering across 15 workflow categories
- Dark/light theme support with system preference detection
- Direct workflow JSON download functionality

## 🤖 GitHub Actions Automation
- deploy-pages.yml: Automated deployment to GitHub Pages
- update-readme.yml: Weekly automated README statistics updates
- Comprehensive workflow indexing and category generation

## 🔍 Enhanced Search & Categorization
- Static search index generation for GitHub Pages
- Developer-chosen category prioritization system
- CalcsLive custom node integration and categorization
- Enhanced workflow database with better custom node detection
- Fixed README corruption with live database statistics

## 📚 Documentation & Infrastructure
- Comprehensive CHANGELOG.md with proper versioning
- Enhanced README with accurate statistics and public interface links
- Professional documentation solving repository infrastructure needs

## Technical Improvements
- Fixed Unicode encoding issues in Python scripts
- Enhanced CalcsLive detection with false positive prevention
- Improved JSON description preservation and indexing
- Mobile-optimized responsive design for all devices

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-29 21:54:12 -07:00
Praveen Mudalgeri
7d6e4e2222 refactor: merge categorization scripts
Merge the logic from categorize_workflows.py into create_categories.py to simplify the categorization process. The categorize_workflows.py script is now deleted.
2025-08-12 14:29:36 +05:30
Praveen Mudalgeri
4c61958fbc fix: recursive indexing and normalization in create_categories.py & workflow_db.py (fixes #82)
fix: recursive indexing and normalization in create_categories.py & workflow_db.py (fixes #82)
2025-08-12 10:46:53 +05:30
Siphon880gh
c209096fd4 feat: Add category filter to search interface 2025-06-29 03:27:39 -07:00
Siphon880gh
4b516df5f7 feat: Add categorization script that indexes the workflows with category for category search 2025-06-29 03:26:27 -07:00