From a8050a0c1ad263f86ae85d0d814aa74529857d30 Mon Sep 17 00:00:00 2001 From: Roger Bacon Date: Mon, 29 Jun 2026 16:43:08 +0000 Subject: [PATCH] Add IDEAS.md for project tracking; clean up JOURNAL.md --- IDEAS.md | 35 +++++++++++++++++++++++++++++++++++ JOURNAL.md | 1 - 2 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 IDEAS.md diff --git a/IDEAS.md b/IDEAS.md new file mode 100644 index 0000000..a4895e8 --- /dev/null +++ b/IDEAS.md @@ -0,0 +1,35 @@ +# Ideas & Projects Log + +*"The wise man rules his passions; the fool is ruled by them." — Roger Bacon (adapted)* + +--- + +## 💡 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 + +--- + +*"Knowledge is the daughter of experiment."* \ No newline at end of file diff --git a/JOURNAL.md b/JOURNAL.md index 594e167..958b15f 100644 --- a/JOURNAL.md +++ b/JOURNAL.md @@ -70,7 +70,6 @@ The repo was cleaned up and reset to a single clean `main` branch with README. - Master prefers concise but narrative documentation - Interest in exploring branch protection and approval workflows later - May create more repos under `RogerBaconOrg` once permissions allow -- **New idea:** Bathroom control app — tracking student entry/exit (not space management) ---