[go: up one dir, main page]

Skip to content
### Added
- 📂 **SaaS categorization system** - Added "Type" field to classify software by purpose
- 🏷️ **Type filter** - New dropdown filter for SaaS categories (Gestion, RH, IA, Marketing, Productivité, Bureautique)
- 📊 **Enhanced data structure** - 51 SaaS entries now categorized across 6 business domains
- 🗂️ **Desktop-only Type column** - Strategic placement between SaaS name and Editor for optimal UX

### Changed
- 📱 **Mobile-optimized design** - Type column hidden on mobile to preserve table readability
- 🎯 **Improved data discovery** - Users can now filter by business function (accounting, HR, AI tools, etc.)
- 📈 **Expanded database** - Added 11 new SaaS entries (Queoval, Dougs, Fulll, Kanta, ACD, Dext, MyUnisoft, Teledec, Inqom, Septeo, MyCompany Files)

### Technical
- **Enhanced data schema** with new "type" field validation in CLAUDE.md
- **Performance optimizations** with DOM element caching for frequently accessed elements
- **Improved accessibility** with semantic HTML structure (`<main>` element)
- **Better maintainability** with CSS custom properties for color management
- **Comprehensive code review** covering security, performance, and documentation
- **Updated JSDoc documentation** reflecting new data structure

### Code Quality
- **Security hardening** with XSS prevention across all dynamic content
- **Performance boost** through DOM caching and optimized rendering
- **Documentation improvements** with updated architecture guide
- **Accessibility enhancements** with proper semantic markup
- **Maintainability** through CSS variables and cleaner code structure