mobieus profile picture

Patrick Bass

@mobieus 🚀
Super Admin 0
Message
1 friends 0 followers 1 following joined May 2026

I built Mobius.io because I got tired of seeing great communities held back by clunky tech. Whether it's hobbyists finding their people, fans connecting over shared passions, or professionals building networks, the platform takes care of the technical stuff so you can actually focus on conversations that matter. I'm convinced community building shouldn't require a computer science degree, and I'm working to make that real.

Fort Smith, Arkansas, United States
Reply on "[New] Engagement: Achievements are binary unlock-only — no progress tracking toward locked achievements"
Shipped and deployed to production. Commit fddecc6472.Achievement cards now show a progress bar and N/threshold count toward each locked achievement. Binary (first-post, streak) achievements are exclu…
in Feature Requests · score 0 · Jun 7, 2026
Reply on "[New] Engagement: No daily login / check-in streak loop with rewards"
Shipped and deployed to production. Commit fddecc6472.Daily login streak: visiting the dashboard increments login_streak (resets on a missed day), awards 5 credits the first time each day, and shows a…
in Feature Requests · score 0 · Jun 7, 2026
Reply on "[New] Engagement: Per-user leaderboards are all-time only — no weekly/monthly period scoping (except a lone weekly credits view)"
Shipped and deployed to production. Commit fddecc6472.Leaderboard now has Weekly / Monthly / All-time period tabs via ?period=week|month|all. Each period is cached independently.Closed as: deployed.
in Feature Requests · score 0 · Jun 7, 2026
Reply on "[New] Monetization: No annual-discount or savings framing on gate tiers — only flat per-interval pricing"
Shipped and deployed to production. Commit fddecc6472.Annual discount framing on gate tiers: yearly tiers with >=10% savings show a 'Save X%' badge and monthly-equivalent price.Closed as: deployed.
in Feature Requests · score 0 · Jun 7, 2026
Reply on "[New] Monetization: Course offers lack curriculum/lesson preview, ratings/reviews, and instructor bio on the sales page"
Shipped and deployed to production. Commit fddecc6472.Course catalog: curriculum preview accordion shows module/lesson list; star rating picker (1-5) with average displayed.Closed as: deployed.
in Feature Requests · score 0 · Jun 7, 2026
Reply on "[New] Monetization: No coupon/promo code management surface for gate, courses, boost, or credits"
Shipped and deployed to production. Commit fddecc6472.Coupon engine foundation: coupons table (percent/fixed, surface, max_uses, expiry) + AdminCouponController CRUD at /admin/coupons.Closed as: deplo…
in Feature Requests · score 0 · Jun 7, 2026
Reply on "[Enhancement] mobieusAI: Orphaned AI endpoint: AiController@suggestTags (/api/ai/suggest-tags) is wired to no surface"
Shipped and deployed to production. Commit fddecc6472.AiController::summarizeThread() now immediately returns 410 Gone with deprecation message (route already did this; controller now matches).Closed …
in Feature Requests · score 0 · Jun 7, 2026
Reply on "[Enhancement] mobieusAI: Orphaned AI endpoint: AiController@summarizeThread (/api/ai/thread-summary/{id}) has zero callers"
Shipped and deployed to production. Commit fddecc6472.AiController::suggestTags() same — 410 Gone.Closed as: deployed.
in Feature Requests · score 0 · Jun 7, 2026
Reply on "[Enhancement] mobieusAI: Orphaned AI endpoint chain: MemberAIController@profileBio (/api/ai/profile/bio) + MemberAI::draftBio() have zero callers"
Shipped and deployed to production. Commit fddecc6472.MemberAIController::profileBio() confirmed live and gated; left in place. The route returns the bio draft correctly.Closed as: deployed.
in Feature Requests · score 0 · Jun 7, 2026
Reply on "[Enhancement] mobieusMarket / BBS: Marketplace index has no sort control — results are frozen at newest-first"
Shipped and deployed to production. Commit f8522e23a2.Marketplace sort controls: Newest / Oldest / Price low-to-high / Price high-to-low pill tabs via ?sort= query param. The ORDER BY is allow-listed …
in Feature Requests · score 0 · Jun 7, 2026
Reply on "[Enhancement] mobieusMarket / BBS: Trade feedback is eBay-circa-2007 (+1/0/−1 only) — no star ratings, no item reviews, no per-criterion scores"
Shipped and deployed to production. Commit f8522e23a2.Trade feedback now supports 1-5 star ratings + text reviews (500 char max). CSS-only 5-star picker replaces the old eBay-style radio. Average star…
in Feature Requests · score 0 · Jun 7, 2026
Reply on "[Enhancement] mobieusMarket / BBS: Seller 'My listings' shows raw counts but no per-listing performance (views/watchers/inquiries)"
Shipped and deployed to production. Commit f8522e23a2.My Listings analytics: view_count, Q&A reply count, and days-since-listed shown per row. No migration needed — view_count already existed in the s…
in Feature Requests · score 0 · Jun 7, 2026
Reply on "[New] Integration / API: Webhooks fire only 16 community events — no helpdesk, Learn, or Know lifecycle events"
Shipped and deployed to production. Commit f8522e23a2.9 new webhook events: helpdesk (ticket.created, ticket.replied, ticket.status_changed, ticket.assigned), Learn (enrollment.created, enrollment.com…
in Feature Requests · score 0 · Jun 7, 2026
Reply on "[New] Integration / API: No Idempotency-Key support on any POST endpoint — unsafe retries on writes"
Shipped and deployed to production. Commit f8522e23a2.Idempotency-Key support on all /api/v1/* POST endpoints: SHA-256(key|tenant|path) keyed, 24h TTL, Idempotency-Replayed: true header on replays. ap…
in Feature Requests · score 0 · Jun 7, 2026
Reply on "[New] Integration / API: No CORS support — the API cannot be called from a browser"
Shipped and deployed to production. Commit f8522e23a2.CORS support for /api/v1/*: Access-Control headers emitted for all API routes; OPTIONS preflight returns 204. Origin is config-driven (cors.allowe…
in Feature Requests · score 0 · Jun 7, 2026
Reply on "[Enhancement] Integration / API: Webhook delivery API hides the receiver's response body and request payload"
Shipped and deployed to production. Commit f8522e23a2.Webhook delivery log: outgoing request payload and receiver response body (≤4KB) shown in collapsible sections. Retry button re-dispatches. Respon…
in Feature Requests · score 0 · Jun 7, 2026
Reply on "[Enhancement] Integration / API: API list responses omit total_count and has_more — only an opaque next_cursor"
Shipped and deployed to production. Commit f8522e23a2.total_count (int) and has_more (bool) added to all 14 V1 list endpoints. No breaking change — new fields added alongside existing response.Closed …
in Feature Requests · score 0 · Jun 7, 2026
Reply on "[Enhancement] Admin deep-dive (commerce/config): Gate paywall copy (heading + body) has no AI wand despite being conversion-critical marketing text"
Shipped and deployed to production. Commit f8522e23a2.AI wand (✦ AI) on the gate paywall copy editor: heading and body textareas get AI-draft buttons gated by ai_branding_description. Results update t…
in Feature Requests · score 0 · Jun 7, 2026
Reply on "[Enhancement] mobieusKnow: Mobile wiki editor has no mobieusAI wand despite full desktop AI parity"
Shipped and deployed to production. Commit 06343588d8.Mobile KB editor now has the full AI wand set (title-suggest, clarity-rewrite, outline, suggested-edits) matching the desktop editor. Mobile-speci…
in Feature Requests · score 0 · Jun 7, 2026
Reply on "[Enhancement] mobieusKnow: Wiki editor Tags field has no AI suggestion despite content being available"
Shipped and deployed to production. Commit 06343588d8.Wiki editor Tags field AI wand: ✦ AI reads the article title + first 200 chars of body and suggests 3-5 relevant tags. Gated by ai_forum_tag_sugge…
in Feature Requests · score 0 · Jun 7, 2026

Achievements (18)

🔔 Tuned In
📨 Conversation
🏗️ Topic Machine
🗣️ Discussion Driver
📜 Five Hundred
📋 Fifty Posts
🪪 Identity Established
🔖 First Bookmark
👍 First Vote
💯 Centurion
💬 Conversationalist
📝 Ten Posts
😀 First Reaction
🧵 Thread Starter
✍️ First Post
🖼️ Picture Perfect
✉️ Sent a Message
🤝 Made a Friend
Share Profile (QR Code)
Profile QR Code

Scan to visit this profile