DEV Community

Daniel Ioni
Daniel Ioni

Posted on

🚀 GitHub Update: MyZubster Ecosystem – Issue Management, Commits & Pull Requests

🚀 GitHub Update: MyZubster Ecosystem – Issue Management, Commits & Pull Requests

How we organized development, tracked activities, and synchronized code on GitHub.
📊 GitHub Activity Overview

In the past few days, the MyZubster ecosystem has seen intense development activity. We updated 5 main repositories, managed 16 issues, created 6 new repositories, and synchronized dozens of commits.
Updated Repositories
Repository Branch Latest Commit Status
MyZubsterGateway dev/main Jul 25, 2026 ✅ Updated
MyZubster-Marketplace main Jul 25, 2026 ✅ Updated
myzubster-frontend main Jul 25, 2026 ✅ Updated
MyZubster-App main Jul 25, 2026 ✅ Updated
tari-nft-template main Jul 25, 2026 ✅ Updated
📋 Issue Management
Open Issues on MyZubsterGateway

We opened and managed 16 issues on MyZubsterGateway, clearly tracking what needs to be done and what has been completed.
✅ Closed Issues (Completed)
Issue Date Description
chore: add Dockerfile and docker-compose for one-command deployment Jul 24, 2026 ✅ Completed – Docker deployment
chore: switch Monero configuration from stagenet to mainnet Jul 24, 2026 ✅ Completed – Mainnet config
feat: add /api/admin/stats endpoint for dashboard metrics Jul 24, 2026 ✅ Completed – Dashboard endpoint
test: add webhook integration test with webhook.site Jul 24, 2026 ✅ Completed – Webhook test
🔴 Open Issues (High Priority)
Issue Date Description
Implement DAO governance for ecosystem decisions Jul 23, 2026 Decentralized governance
Publish mobile app on Google Play Store Jul 23, 2026 Mobile app release
Run security audit Jul 23, 2026 Security audit
Build Admin Dashboard Jul 23, 2026 Admin dashboard
🟢 Good First Issues (For New Contributors)
Issue Date Description
[Good First Issue] Creare pagina di Health Check per la dashboard Jul 5, 2026 Health check page
[Good First Issue] Aggiungere test per endpoint bookings Jul 5, 2026 Bookings endpoint tests
📦 Recent Commits by Repository
1️⃣ MyZubsterGateway

Latest Commits (Jul 25, 2026):
bash

4ac7bebb docs: new clean README for MyZubsterGateway
ec41a6ae Feat: Backend update on feat/test-bookings branch
989af323 test: added tests for bookings with auth bypass
8dd99d1b feat: added /api/health endpoint and disabled MongoDB for tests
ec0694ba feat: added security bot with nmap, nikto, sqlmap, gobuster and DeepSeek

Statistics:

34 files changed

5,465 additions

1,637 deletions
Enter fullscreen mode Exit fullscreen mode

2️⃣ MyZubster-Marketplace

Latest Commits (Jul 25, 2026):
bash

0360e22 feat: marketplace working with SQLite and gateway integration

Statistics:

1 file changed (server.js)

167 additions

81 deletions
Enter fullscreen mode Exit fullscreen mode

3️⃣ myzubster-frontend

Latest Commits (Jul 25, 2026):
bash

Initial commit: MyZubster frontend

Statistics:

50 files

65.52 KiB uploaded

7 deltas resolved
Enter fullscreen mode Exit fullscreen mode

4️⃣ MyZubster-App

Latest Commits (Jul 25, 2026):
bash

cb553f1 chore: updated package-lock.json after npm install

Statistics:

1 file changed

687 additions

11 deletions
Enter fullscreen mode Exit fullscreen mode

5️⃣ tari-nft-template

Latest Commits (Jul 25, 2026):
bash

09da07b feat: plant NFT template for Tari

Statistics:

4 files changed

64 additions

95 deletions
Enter fullscreen mode Exit fullscreen mode

🔄 Pull Requests (PR)
Open PR with Comments
Repository PR Status Comments
my-monero-bounty docs: added privacy policy for Monero payments ✅ Open 2 comments
Proposed PRs to Create
Repository Branch Description
MyZubsterGateway dev → main Merge full deployment
myzubster-frontend main First official release
tari-nft-template main NFT template update
🆕 New Repositories Created
Repository Date Description
my-monero-bounty Jul 24, 2026 Monero bounty program
MyZubsterWeb Jul 20, 2026 Web frontend
myzubster-docs Jul 20, 2026 Documentation
tari-nft-template Jul 19, 2026 NFT template on Tari
MyZubster-App Jul 17, 2026 Mobile app
MyZubster-Marketplace Jul 17, 2026 Marketplace
📈 Contribution Graph

GitHub activity shows 324 contributions in the last year, with a peak in July 2026:
text

Jul 2026: ████████████████████ 50+ contributions
Jun 2026: ██████████ 20 contributions
May 2026: ██████ 15 contributions

🎯 Next Issues to Address

Based on open issues, these are the next priorities:
Priority Issue Repository
🔴 High Implement DAO governance MyZubsterGateway
🔴 High Run security audit MyZubsterGateway
🟡 Medium Publish mobile app on Google Play Store MyZubster-App
🟡 Medium Test NFC payments with physical tags MyZubsterGateway
🟢 Low Complete mobile app UI/UX MyZubster-App
📌 How We Managed the Workflow

  1. Issue → Branch

Each issue was associated with a dedicated branch:

feat/test-bookings for tests

feat/admin-dashboard for dashboard

chore/docker-deploy for Docker
Enter fullscreen mode Exit fullscreen mode

Top comments (0)