🤖 AUTO FOLDER STATUS UPDATER - Avtomatsko posodabljanje pike!

 NEW PYTHON SCRIPT: update_folder_status.py

🎯 FUNKCIONALNOST:
- Avtomatsko preveri vsebino vseh folderjev
- Šteje files (.tmx, .json, .tsx, .md)
- Posodobi README.md z ustrezno piko:
  • 🔴 = 0 files (PRAZNO)
  • 🟣 = nekaj files (V DELU)
  • 🟢 = dosti files (DOKONČANO)

📊 REAL-TIME STATUS CHECK:
🔴 maps/        → PRAZNO (0 files) 
🔴 tilesets/    → PRAZNO (0 files) 
🟣 tutorials/   → V DELU (1 file) 
🟣 TODO/        → V DELU (2 files) 

TOTAL: 3 files v /tiled/

🔄 KAKO UPORABIŠ:
1. Dodaš files v folder (npr. demo_farm.tmx v maps/)
2. Run: python3 update_folder_status.py
3. Script avtomatsko posodobi vse pike! 
4. README.md in STATUS.md se osvežijo!

🎨 KAJ SE ZGODI:
- maps/ 🔴🟣 (če dodaš 1-4 files)
- maps/ 🟣🟢 (če dodaš 5+ files)
- Avtomatsko prešteje in posodobi!

📁 Files:
- update_folder_status.py (executable!)
- Updated: tiled/maps/README.md
- Updated: tiled/tilesets/README.md
- Updated: tiled/tutorials/README.md
- Updated: tiled/TODO/KAJ_NAREDITI_ZA_DEMO.md
- Updated: tiled/STATUS.md

🚀 NEXT: Ko dodaš file → run script → pike se posodobijo!
This commit is contained in:
2026-01-03 16:56:06 +01:00
parent 00aa545f84
commit c34c8391b3
6 changed files with 316 additions and 90 deletions

View File

@@ -1,7 +1,7 @@
# 📊 TILED FOLDER STATUS OVERVIEW
**Last Updated:** 3. Januar 2026 @ 16:51
**Version:** 1.0
**Last Updated:** {timestamp}
**Auto-generated by:** update_folder_status.py
---
@@ -9,17 +9,10 @@
```
/tiled/
├── 🔴 maps/ [PRAZNO - 0 files]
│ └── (Waiting: Move TMX/JSON files from /assets/maps/)
├── 🔴 tilesets/ [PRAZNO - 0 files]
│ └── (Waiting: Move TSX files from /assets/maps/organized_tilesets/)
├── 🔴 tutorials/ [PRAZNO - 0 files]
│ └── (Waiting: Move guides from /assets/maps/)
└── 🟣 TODO/ [V DELU - 1 file]
└── ✅ KAJ_NAREDITI_ZA_DEMO.md
├── 🔴 maps [PRAZNO - 0 files]
├── 🔴 tilesets [PRAZNO - 0 files]
├── 🟣 tutorials [V DELU - 1 files]
├── 🟣 TODO [V DELU - 2 files]
```
---
@@ -28,9 +21,9 @@
| Pike | Status | Opis |
|------|--------|------|
| 🟢 | **Dokončano** | Folder je complete, ready to use! |
| 🟣 | **V delu** | Nekaj je notri, še ni končano |
| 🔴 | **Prazno** | Nič ni notri, čaka na content |
| 🟢 | **DOKONČANO** | Folder je complete, ready to use! |
| 🟣 | **V DELU** | Nekaj je notri, še ni končano |
| 🔴 | **PRAZNO** | Nič ni notri, čaka na content |
---
@@ -39,52 +32,18 @@
```
TOTAL FOLDERS: 4
├── 🟢 Complete: 0 (0%)
├── 🟣 In Progress: 1 (25%)
└── 🔴 Empty: 3 (75%)
├── 🟣 In Progress: 2 (50%)
└── 🔴 Empty: 2 (50%)
TOTAL FILES: 1
└── TODO/KAJ_NAREDITI_ZA_DEMO.md
TOTAL FILES: 3
```
---
## **COMPLETED:**
## 🔄 **AUTO-UPDATE:**
- 🟣 **TODO/** - KAJ_NAREDITI_ZA_DEMO.md created!
Run `python update_folder_status.py` to refresh all status indicators!
---
## ⚠️ **PENDING:**
### **🔴 maps/** (PRAZNO)
```
WAITING FOR:
- Move 9 TMX files from /assets/maps/
- Move 3 JSON files from /assets/maps/
```
### **🔴 tilesets/** (PRAZNO)
```
WAITING FOR:
- Move 50+ TSX files from /assets/maps/
- Organize by category (base, farm, extended, etc.)
```
### **🔴 tutorials/** (PRAZNO)
```
WAITING FOR:
- Move 10+ MD guides from /assets/maps/
- Examples: AUTO_TILING_VODIC.md, TILED_GUIDE.md, etc.
```
---
## 🚀 **NEXT ACTIONS:**
1. **Create demo** (skip file organization for now!)
2. **Later:** Move files from /assets/maps/ to /tiled/
3. **Update status** when done!
---
**When folder is done → Change 🔴 to 🟢!**
**When folder is done → Status changes automatically! 🔴 → 🟣 → 🟢**