dropthejase turns on sharing for projects and tabular reviews
After a stint behind a "Coming soon" tooltip, collaboration is live on dropthejase's fork of Mike.
Sharing started life hidden - the buttons were there, but a tooltip waved users off while the team worked out the shape of it. In the latest pass, it's switched on: a colleague can be granted access to a project or one of the tabular document reviews that Mike produces, and the access check actually honours that grant.
Getting there required an unglamorous backend fix. The list of who-can-see-what was being stored in a way that the database handed back as raw text rather than a structured list, so permission checks were quietly misreading it. That's now parsed correctly on the way in, which is the difference between sharing that looks like it works and sharing that actually does.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?