Remove emojis from all markdown docs, add consolidation plan
- Strip emojis from 47 markdown files across docs/, sql/, and root - Add docs/DOCS_CONSOLIDATION_PLAN.md with plan to reduce 45 docs to 8 - Establish no-emoji rule for documentation going forward 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -9,11 +9,11 @@
|
||||
## Concept: One Page to Rule Them All
|
||||
|
||||
Instead of separate pages per device type, create a unified **Network Devices** page that shows:
|
||||
- 🖥️ Servers
|
||||
- 🔌 Switches
|
||||
- Servers
|
||||
- Switches
|
||||
- 📹 Cameras
|
||||
- 📡 Access Points (if you add them later)
|
||||
- 📦 IDFs (Intermediate Distribution Frames)
|
||||
- Access Points (if you add them later)
|
||||
- IDFs (Intermediate Distribution Frames)
|
||||
|
||||
**User Experience:**
|
||||
- Click "Network Devices" → See ALL devices in one table
|
||||
@@ -725,14 +725,14 @@ To add **Access Points** or **IDFs** later:
|
||||
|
||||
## Summary: Why This Is Better
|
||||
|
||||
✅ **Single source of truth** - One page for all infrastructure
|
||||
✅ **Easy filtering** - Tabs to view by type or see all
|
||||
✅ **Consistent UX** - Same interface for all device types
|
||||
✅ **Uses existing view** - `vw_network_devices` already unifies them
|
||||
✅ **Only 4 files** - vs 12 separate files
|
||||
✅ **Easy to extend** - Add new device types without file duplication
|
||||
✅ **Matches mental model** - "Network Devices" is how users think
|
||||
✅ **Search/filter across all** - Find any device in one place
|
||||
**Single source of truth** - One page for all infrastructure
|
||||
**Easy filtering** - Tabs to view by type or see all
|
||||
**Consistent UX** - Same interface for all device types
|
||||
**Uses existing view** - `vw_network_devices` already unifies them
|
||||
**Only 4 files** - vs 12 separate files
|
||||
**Easy to extend** - Add new device types without file duplication
|
||||
**Matches mental model** - "Network Devices" is how users think
|
||||
**Search/filter across all** - Find any device in one place
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user