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:
@@ -16,10 +16,10 @@ This audit identifies **all files requiring changes** for two related database m
|
||||
|
||||
| Category | File Count | Priority |
|
||||
|----------|------------|----------|
|
||||
| **Core Data Cache** | 1 file | 🔴 CRITICAL (affects all dropdowns) |
|
||||
| **Vendor Queries** | 30 files | 🟡 HIGH |
|
||||
| **Infrastructure Pages** | 0 files | 🟢 NEW DEVELOPMENT REQUIRED |
|
||||
| **Network/Map Pages** | 3 files | 🟡 MEDIUM (may need infrastructure support) |
|
||||
| **Core Data Cache** | 1 file | CRITICAL (affects all dropdowns) |
|
||||
| **Vendor Queries** | 30 files | HIGH |
|
||||
| **Infrastructure Pages** | 0 files | NEW DEVELOPMENT REQUIRED |
|
||||
| **Network/Map Pages** | 3 files | MEDIUM (may need infrastructure support) |
|
||||
|
||||
**Total Files to Modify:** 31 existing files
|
||||
**New Files to Create:** ~9-12 files (infrastructure CRUD pages)
|
||||
@@ -302,7 +302,7 @@ After migration, use these IDs:
|
||||
## Part 4: Implementation Strategy
|
||||
|
||||
### Phase 1: Database Migration
|
||||
1. ✅ Migration scripts already created
|
||||
1. Migration scripts already created
|
||||
2. Run `add_infrastructure_vendor_model_support.sql`
|
||||
3. Run `refactor_vendor_types.sql`
|
||||
4. Verify both migrations successful
|
||||
@@ -466,17 +466,17 @@ Set rs = ExecuteParameterizedQuery(objConn, strSQL, Array(modelid, serialnumber,
|
||||
|
||||
| Priority | Files | Reason | Est. Hours |
|
||||
|----------|-------|--------|------------|
|
||||
| 🔴 P0 | includes/data_cache.asp | Affects all dropdowns | 2-3h |
|
||||
| 🔴 P1 | addvendor.asp, savevendor*.asp | UI changes required | 3-4h |
|
||||
| 🟡 P2 | Printer pages (7 files) | High usage feature | 4-5h |
|
||||
| 🟡 P2 | Machine pages (4 files) | High usage feature | 3-4h |
|
||||
| 🟡 P2 | PC pages (4 files) | High usage feature | 3-4h |
|
||||
| 🟢 P3 | Model management (3 files) | Backend only | 2-3h |
|
||||
| 🟢 P3 | Create server pages (4 files) | New development | 6-8h |
|
||||
| 🟢 P3 | Create switch pages (4 files) | New development | 4-6h |
|
||||
| 🟢 P3 | Create camera pages (4 files) | New development | 4-6h |
|
||||
| 🟢 P4 | Application pages (9 files) | Low vendor interaction | 4-6h |
|
||||
| 🟢 P4 | KB pages (2 files) | Minimal changes | 1-2h |
|
||||
| P0 | includes/data_cache.asp | Affects all dropdowns | 2-3h |
|
||||
| P1 | addvendor.asp, savevendor*.asp | UI changes required | 3-4h |
|
||||
| P2 | Printer pages (7 files) | High usage feature | 4-5h |
|
||||
| P2 | Machine pages (4 files) | High usage feature | 3-4h |
|
||||
| P2 | PC pages (4 files) | High usage feature | 3-4h |
|
||||
| P3 | Model management (3 files) | Backend only | 2-3h |
|
||||
| P3 | Create server pages (4 files) | New development | 6-8h |
|
||||
| P3 | Create switch pages (4 files) | New development | 4-6h |
|
||||
| P3 | Create camera pages (4 files) | New development | 4-6h |
|
||||
| P4 | Application pages (9 files) | Low vendor interaction | 4-6h |
|
||||
| P4 | KB pages (2 files) | Minimal changes | 1-2h |
|
||||
|
||||
**Total Estimated Time:** 36-54 hours
|
||||
|
||||
|
||||
Reference in New Issue
Block a user