Doin Tech methodhub 5 projects
An idea by Sabbir
Employees submit process-improvement methods each monthly cycle; admins review, rate, pick winners and track payouts.
Next.js 16 + Supabase app from the MethodHub. Runs as a service behind the portal login with basePath /projects/methodhub.
projects/methodhub/
project.json
484 B
Added 2026-08-25
An idea by Ibnat
Paste your Google Sheet details, get a ready-to-install Apps Script revenue dashboard — backend and frontend generated together.
Generalized from the SSF live revenue dashboard script. A form takes the spreadsheet ID, tab names and column letters; the page generates the customized Code.gs plus the companion Index.html the script expects, with copy buttons and step-by-step install instructions for Google Sheets' Apps Script editor.
projects/sheet-dashboard-kit/
assets/app.js
7.6 KB
assets/style.css
3.4 KB
assets/template-code.txt
5.4 KB
assets/template-index.txt
8.4 KB
index.html
3.7 KB
project.json
704 B
Added 2026-08-24
An idea by Turzo Khan
Weekly shift planning for the 7-person virtual support team — Friday-to-Thursday weeks, PIN login per member, admin approvals.
Members sign in with a 4-digit PIN to pick and submit their weekly slots; the admin panel handles approvals, overrides, overtime and public-holiday balances. Backed by Supabase (PostgreSQL + realtime sync), with EmailJS alerts.
projects/shift-scheduler-t2s/
README.md
13.3 KB
api/index.php
12.3 KB
assets/app.js
212.9 KB
assets/config.js
1.9 KB
assets/sb-adapter.js
5.2 KB
assets/style.css
25 KB
index.html
73.4 KB
project.json
631 B
schema.supabase.sql.old
10.1 KB
Added 2026-08-24
An idea by Ashraf Hossain
Scrapes trading signals from Telegram channels and backtests them against historical candle data.
Telethon pulls channel history, a tolerant regex parser extracts symbol, direction, entry, SL and TPs, then a candle-by-candle backtester applies a fixed pip rule set and reports per-signal results as JSON and CSV. Runs as a FastAPI service on its own subdomain, behind the portal login.
projects/telegram-backtester/
project.json
686 B
Added 2026-08-24