Boards & Project Configuration
Feedback on board lifecycle and project settings: creating and editing boards, multi-project, board visibility (public/private), and overall project setup.
Share your comment
The admin now supports multiple projects per account. Each project has its own boards, stages, posts, and visibility settings, and you can switch between them via the project selector in the header...
The dashboard tabs (Boards, Stages, Settings) were stripping the ?project=<id> querystring on navigation. Switching tabs meant losing the currently-selected project and having to re-select it...
Deleting a project was previously a one-click destructive action behind a generic "are you sure?" prompt. Given that project deletion cascades to all boards, stages, posts, votes, and comments, tha...
Two issues in the signup flow that were causing failures on concurrent registrations:Signup error: a race condition on the default-project creation step caused some new accounts to be created with ...
The settings page has multiple tabs (Account, Project, Location). Each tab was navigating with a fresh querystring, which meant useful state — like the selected project — was lost when you switched...
The dashboard header has a row of primary tabs (Boards, Stages, Settings). When you navigated to a route that was not one of those tabs — like a deep board detail — one of the tabs stayed highlight...
Project settings used to be reachable only by navigating through the dashboard chrome — a couple of extra clicks every time you wanted to flip a setting. The user menu now exposes a direct Project ...
Signing in once now keeps you signed in everywhere: the admin workspace and the public feedback portal share a single session.Previously, moving between the two sides of the product could mean sign...