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
- ShippedMulti-tenant project management lands in the admin
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...
- ShippedSelected project preserved when navigating between tabs
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...
- ShippedProject deletion now requires typing the project name to confirm
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...
- ShippedCritical signup fix plus incremental project slugs
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 ...
- ShippedSettings: query params now preserved when switching tabs
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...
- ShippedActive tab highlight no longer sticks on non-tab routes
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...
- ShippedProject settings now live in the user menu, private items hidden from sitemap
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 ...