From 665e5ea4e8612602c8f230cb26e7e46d886a92ff Mon Sep 17 00:00:00 2001 From: Roger Bacon Date: Wed, 1 Jul 2026 17:52:46 +0000 Subject: [PATCH] Add PROJECTS.md tracker; update IDEAS.md to reference it --- IDEAS.md | 34 ++++++++-------------------------- PROJECTS.md | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+), 26 deletions(-) create mode 100644 PROJECTS.md diff --git a/IDEAS.md b/IDEAS.md index a4895e8..b91b406 100644 --- a/IDEAS.md +++ b/IDEAS.md @@ -4,32 +4,14 @@ --- -## 💡 Idea 001 — Bathroom Access Control App - -**Date:** 2026-06-24 -**Status:** Seed (not started) -**Owner:** Ivan Juanes - -### Concept -Track **student entry and exit** from school bathrooms. - -### Key Features (Brainstorm) -- [ ] Real-time tracking of who enters/exits -- [ ] Time limits per student (prevent abuse) -- [ ] Alerts for unusual patterns (too long, too frequent) -- [ ] Simple interface for staff monitoring -- [ ] Privacy-compliant (no personal data storage?) - -### Technical Notes -- Could integrate with existing school systems -- Mobile or web-based -- Minimal hardware requirements (RFID? QR codes?) - -### Next Steps -- Define requirements with stakeholders -- Check privacy regulations for student tracking -- Prototype minimal UI +> **Note:** Active projects are now tracked in [PROJECTS.md](./PROJECTS.md). This file is for raw ideas and brainstorming. --- -*"Knowledge is the daughter of experiment."* \ No newline at end of file +## 💡 Idea 001 — Bathroom Access Control App + +**Date:** 2026-06-24 +**Status:** Moved to [PROJECTS.md](./PROJECTS.md) under Instituto Projects +**Owner:** Ivan Juanes + +*(See PROJECTS.md for current status)* \ No newline at end of file diff --git a/PROJECTS.md b/PROJECTS.md new file mode 100644 index 0000000..a18cf96 --- /dev/null +++ b/PROJECTS.md @@ -0,0 +1,40 @@ +# Projects Tracker + +*"Knowledge is the daughter of experiment." — Roger Bacon* + +--- + +## 🏫 Instituto Projects + +| Project | Status | Priority | Notes | +|---------|--------|----------|-------| +| **Gestión de Tablets v1.0** | Active | High | First version of tablet management system | +| **Control de Baños** | Someday | Low | Track student entry/exit from bathrooms | + +--- + +## 👥 Friends Projects + +| Project | Status | Priority | Notes | +|---------|--------|----------|-------| +| **Jabranslator** | Idea | Medium | Telegram bot for English→Spanish literature translation | + +--- + +## 🏠 Personal Projects + +| Project | Status | Priority | Notes | +|---------|--------|----------|-------| +| **"Satélites"** | Idea | Medium | Personal knowledge system: graphs, markdown projects, inter-page links | + +--- + +## 📌 Next Steps + +- [ ] Define requirements for **Gestión de Tablets v1.0** +- [ ] Research translation APIs for **Jabranslator** +- [ ] Design graph structure for **"Satélites"** + +--- + +*Last updated: 2026-06-29* \ No newline at end of file