Mati Roy
Mati Roy
yes, could be a backslash
I suppose. But you could also double-check with Ratheka
Indeed, that would be pretty useful to give feedback. Actually, I've started extracting it directly from the DB to be able to do so. I currently use the following query,...
Updated script: ``` -- Author: Mati Roy | Created: 2019-08-27 | Updated: 2019-08-30 SELECT DISTINCT date_trunc('second', MAX(Snapshots."updatedAt")) AS date, CASE WHEN Workspaces."isEligibleForHonestOracle" = true THEN 'Honest Expert' WHEN Workspaces."isEligibleForMaliciousOracle" =...
@brachbach , what about just improving 'Your Activity' page instead for that purpose? We could add the datetime (https://github.com/oughtinc/mosaic/issues/709), the WS number, a link to the WS, your role the...
updated script: ``` -- Author: Mati Roy | Branched: 2019-09-01 | Updated: 2019-09-01 WITH UserWorkspace AS ( SELECT DISTINCT Experiments."name" AS experimentName , Workspaces."serialId" , rootWorkspaces."serialId" AS rootWorkspaceSerialId , Snapshots."updatedAt"...
right. and global is 4143
oh right, I agree
Either this is solved or I don't understand
Vojtech mentions > Can you somehow add some id to each Q and A in the Tree View? Or somehow make sure that pointers in the Tree View do not...