Forums Bug Reports Thread

My Drafts page (/account/drafts) has no dedicated wiki article and is unfindable by search

Patrick Bass · Jun 6 · 17 · 1 Locked
[Minor] [Normal Priority] [Bug Fixed] [Always Reproduces]
🚀 OP Jun 6, 2026 5:11pm

Area: Account & identity (audit phase 1) · Surface: GET /account/drafts (AccountController@drafts) + /account/drafts/{id}/update, /delete · Dimension: documentation · Severity: minor

Drafts has its own management page (view, inline-edit, delete saved drafts) but no standalone documentation. The feature is only alluded to in a comparison table inside another article, and a help-wiki search for 'drafts' returns nothing, so a user cannot find guidance on where drafts come from, how to edit them, or how to delete them.

Evidence

Drafts is a real user surface: platform/src/routes.php:1244-1246 register GET /account/drafts and POST update/delete; AccountController@drafts (platform/src/Controllers/AccountController.php:40-49) renders the 'My Drafts' page (template platform/templates/account/drafts.php) with inline edit (updateDraft) and delete (deleteDraft), reachable from the mobile More menu (platform/templates/mobile/more/index.php:128 `<a href="/account/drafts">`). The mobieusKnow index has NO drafts article. Wiki search `?q=drafts` -> 'No results' (https://support.mobieus.io/know/search). The only existing mention is a comparison row inside the scheduled-posts article ('Drafts vs. Scheduled Posts' table: 'Found at Profile > Drafts'), which does not document the drafts page itself and is not surfaced when a user searches for 'drafts'.

Suggested fix. Add a /know/drafts article (or expand account-settings) covering the My Drafts page: where drafts are auto-saved from, how to edit/delete them, and the relationship to scheduled posts. Tag it so 'drafts' search returns a result; cross-link from scheduled-posts.

Filed by the automated tenant-app audit (phase 1) and adversarially evidence-verified. Status: verified. Open — not yet actioned.


Patrick Bass
@mobieus

🚀 Jun 7, 2026 9:52am

Resolved. Wiki article published to support.mobieus.io/know. Commit 666953da. Index page updated with link to the new article.

Status: fixed. Thread closed.


Patrick Bass
@mobieus

Log in or register to reply to this thread.