Area: Account & identity (audit phase 1) · Surface: GET /members (MemberDirectoryController@index) · Dimension: documentation · Severity: minor
The Member Directory is a primary member-discovery surface (search, filter by role/location, sort by recently active) but has no documentation in mobieusKnow. A user or admin searching the help wiki for 'members' or 'member directory' gets zero results. Per Law 7, every user-facing feature needs a wiki article that seeds the customer-help knowledge base.
Evidence
Feature is a full, shipped user surface: platform/src/routes.php:577 `$router->get('/members', 'MemberDirectoryController@index');` renders a dedicated page (MemberDirectoryController.php:71 `$this->render('members/index', [...])`, template platform/templates/members/index.php) with username/name search, role+location filters, newest/active sort, and pagination. Yet the mobieusKnow index at https://support.mobieus.io/know/index lists NO member-directory article (full link list captured: no /know/members or /know/member-directory entry). Wiki search confirms absence: `curl -sL https://support.mobieus.io/know/search?q=member%20directory` returns the literal string 'No results'; `?q=members` also returns 'No results'. Search is proven functional (q=notifications -> /know/notifications; q=friends -> /know/friends-and-following), so 'No results' is meaningful, not a broken search.
Suggested fix. Add a /know/member-directory article under the 'Account and Settings' (or 'Social and Community') section of the curated index, documenting how to browse members, use the search box, filter by role/location, and switch between newest and recently-active sort. Cross-link from profile-and-identity and friends-and-following.
Filed by the automated tenant-app audit (phase 1) and adversarially evidence-verified. Status: verified. Open — not yet actioned.
Patrick Bass
@mobieus