|
79917
|
2793
|
30
|
2026-05-28T06:47:53.676747+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-28/1779 /Users/lukas/.screenpipe/data/data/2026-05-28/1779950873676_m2.jpg...
|
PhpStorm
|
faVsco.js – FieldTransformer.php
|
1
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Project: faVsco.js, menu
JY-20915-fix-missing-head Project: faVsco.js, menu
JY-20915-fix-missing-header-text-relay, menu
Start Listening for PHP Debug Connections
TextRelayServiceTest
Run 'TextRelayServiceTest'
Debug 'TextRelayServiceTest'
More Actions
JetBrains AI
Search Everywhere
IDE and Project Settings
Sync Changes
Hide This Notification
Code changed:
Hide
11
1
Previous Highlighted Error
Next Highlighted Error
<?php
namespace Jiminny\Http\Transformers;
use Jiminny\Models\Crm\Field;
use Jiminny\Models\Crm\Profile;
use League\Fractal\Resource\Collection;
use League\Fractal\TransformerAbstract;
class FieldTransformer extends TransformerAbstract
{
protected array $availableIncludes = [
'options',
];
private ?Profile $profile;
private bool $noDefault = false;
public function __construct(?Profile $profile = null)
{
$this->profile = $profile;
}
public function setNoDefault(bool $noDefault)
{
$this->noDefault = $noDefault;
}
public function transform(Field $field): array
{
$defaultValue = $field->default_value;
$type = $field->type;
if (\is_bool($defaultValue)) {
$defaultValue = (bool) $defaultValue;
}
return [
'id' => $field->id_string,
'objectType' => $field->object_type,
'label' => $field->label,
'fieldName' => $field->crm_provider_id,
'type' => $type,
'enabled' => $field->is_selectable,
'length' => $field->length,
'defaultValue' => $defaultValue,
];
}
public function includeOptions(Field $field): ?Collection
{
if ($field->isPicklist() && $values = $field->values) {
// if ($field->type === Field::TYPE_PICKLIST && $values = $field->values) {
// This gets a little complex. We need to check if this field has any record type constraints for the profile.
if (
$this->profile
&& ($recordType = $this->profile->{$field->object_type . 'RecordType'})
&& $recordType->fieldValues()->where('crm_field_id', $field->id)->exists()
) {
// Fetch the values specific for this record type.
$values = $recordType->fieldValues()->where('crm_field_id', $field->id)->get();
}
if ($this->noDefault) {
foreach ($values as $value) {
$value->is_default = false;
}
}
return $this->collection($values, new FieldValueTransformer());
}
return null;
}
}...
|
[{"role":"AXButton","text" [{"role":"AXButton","text":"Project: faVsco.js, menu","depth":5,"bounds":{"left":0.025930852,"top":0.019952115,"width":0.03856383,"height":0.025538707},"on_screen":true,"help_text":"~/jiminny/app","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"JY-20915-fix-missing-header-text-relay, menu","depth":5,"bounds":{"left":0.064494684,"top":0.019952115,"width":0.09740692,"height":0.025538707},"on_screen":true,"help_text":"Git Branch: JY-20915-fix-missing-header-text-relay","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Start Listening for PHP Debug Connections","depth":5,"bounds":{"left":0.8374335,"top":0.019952115,"width":0.011303191,"height":0.025538707},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"TextRelayServiceTest","depth":6,"bounds":{"left":0.85272604,"top":0.019952115,"width":0.062832445,"height":0.025538707},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Run 'TextRelayServiceTest'","depth":6,"bounds":{"left":0.9155585,"top":0.019952115,"width":0.011303191,"height":0.025538707},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Debug 'TextRelayServiceTest'","depth":6,"bounds":{"left":0.9268617,"top":0.019952115,"width":0.011303191,"height":0.025538707},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"More Actions","depth":6,"bounds":{"left":0.9381649,"top":0.019952115,"width":0.011303191,"height":0.025538707},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"JetBrains AI","depth":5,"bounds":{"left":0.96609044,"top":0.019952115,"width":0.011303191,"height":0.025538707},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Search Everywhere","depth":5,"bounds":{"left":0.9773936,"top":0.019952115,"width":0.011303191,"height":0.025538707},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"IDE and Project Settings","depth":5,"bounds":{"left":0.9886968,"top":0.019952115,"width":0.011303186,"height":0.025538707},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Sync Changes","depth":4,"bounds":{"left":0.27027926,"top":1.0,"width":0.008643617,"height":0.0},"on_screen":false,"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Hide This Notification","depth":4,"bounds":{"left":0.27027926,"top":1.0,"width":0.008643617,"height":0.0},"on_screen":false,"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Code changed:","depth":4,"bounds":{"left":0.27027926,"top":1.0,"width":0.042220745,"height":0.0},"on_screen":false,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Hide","depth":4,"bounds":{"left":0.27027926,"top":1.0,"width":0.008643617,"height":0.0},"on_screen":false,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"11","depth":4,"bounds":{"left":0.37699467,"top":0.12529927,"width":0.008976064,"height":0.015163607},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"1","depth":4,"bounds":{"left":0.3879654,"top":0.12529927,"width":0.00731383,"height":0.015163607},"on_screen":true,"role_description":"text"},{"role":"AXButton","text":"Previous Highlighted Error","depth":4,"bounds":{"left":0.39694148,"top":0.123703115,"width":0.00731383,"height":0.018355945},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Next Highlighted Error","depth":4,"bounds":{"left":0.40425533,"top":0.123703115,"width":0.006981383,"height":0.018355945},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXTextArea","text":"<?php\n\nnamespace Jiminny\\Http\\Transformers;\n\nuse Jiminny\\Models\\Crm\\Field;\nuse Jiminny\\Models\\Crm\\Profile;\nuse League\\Fractal\\Resource\\Collection;\nuse League\\Fractal\\TransformerAbstract;\n\nclass FieldTransformer extends TransformerAbstract\n{\n protected array $availableIncludes = [\n 'options',\n ];\n private ?Profile $profile;\n\n private bool $noDefault = false;\n\n public function __construct(?Profile $profile = null)\n {\n $this->profile = $profile;\n }\n\n public function setNoDefault(bool $noDefault)\n {\n $this->noDefault = $noDefault;\n }\n\n public function transform(Field $field): array\n {\n $defaultValue = $field->default_value;\n $type = $field->type;\n\n if (\\is_bool($defaultValue)) {\n $defaultValue = (bool) $defaultValue;\n }\n\n return [\n 'id' => $field->id_string,\n 'objectType' => $field->object_type,\n 'label' => $field->label,\n 'fieldName' => $field->crm_provider_id,\n 'type' => $type,\n 'enabled' => $field->is_selectable,\n 'length' => $field->length,\n 'defaultValue' => $defaultValue,\n ];\n }\n\n public function includeOptions(Field $field): ?Collection\n {\n if ($field->isPicklist() && $values = $field->values) {\n// if ($field->type === Field::TYPE_PICKLIST && $values = $field->values) {\n // This gets a little complex. We need to check if this field has any record type constraints for the profile.\n if (\n $this->profile\n && ($recordType = $this->profile->{$field->object_type . 'RecordType'})\n && $recordType->fieldValues()->where('crm_field_id', $field->id)->exists()\n ) {\n // Fetch the values specific for this record type.\n $values = $recordType->fieldValues()->where('crm_field_id', $field->id)->get();\n }\n\n if ($this->noDefault) {\n foreach ($values as $value) {\n $value->is_default = false;\n }\n }\n\n return $this->collection($values, new FieldValueTransformer());\n }\n\n return null;\n }\n}","depth":4,"on_screen":true,"value":"<?php\n\nnamespace Jiminny\\Http\\Transformers;\n\nuse Jiminny\\Models\\Crm\\Field;\nuse Jiminny\\Models\\Crm\\Profile;\nuse League\\Fractal\\Resource\\Collection;\nuse League\\Fractal\\TransformerAbstract;\n\nclass FieldTransformer extends TransformerAbstract\n{\n protected array $availableIncludes = [\n 'options',\n ];\n private ?Profile $profile;\n\n private bool $noDefault = false;\n\n public function __construct(?Profile $profile = null)\n {\n $this->profile = $profile;\n }\n\n public function setNoDefault(bool $noDefault)\n {\n $this->noDefault = $noDefault;\n }\n\n public function transform(Field $field): array\n {\n $defaultValue = $field->default_value;\n $type = $field->type;\n\n if (\\is_bool($defaultValue)) {\n $defaultValue = (bool) $defaultValue;\n }\n\n return [\n 'id' => $field->id_string,\n 'objectType' => $field->object_type,\n 'label' => $field->label,\n 'fieldName' => $field->crm_provider_id,\n 'type' => $type,\n 'enabled' => $field->is_selectable,\n 'length' => $field->length,\n 'defaultValue' => $defaultValue,\n ];\n }\n\n public function includeOptions(Field $field): ?Collection\n {\n if ($field->isPicklist() && $values = $field->values) {\n// if ($field->type === Field::TYPE_PICKLIST && $values = $field->values) {\n // This gets a little complex. We need to check if this field has any record type constraints for the profile.\n if (\n $this->profile\n && ($recordType = $this->profile->{$field->object_type . 'RecordType'})\n && $recordType->fieldValues()->where('crm_field_id', $field->id)->exists()\n ) {\n // Fetch the values specific for this record type.\n $values = $recordType->fieldValues()->where('crm_field_id', $field->id)->get();\n }\n\n if ($this->noDefault) {\n foreach ($values as $value) {\n $value->is_default = false;\n }\n }\n\n return $this->collection($values, new FieldValueTransformer());\n }\n\n return null;\n }\n}","role_description":"text entry area","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false}]...
|
-6759074700917923411
|
-7195371876637394509
|
visual_change
|
accessibility
|
NULL
|
Project: faVsco.js, menu
JY-20915-fix-missing-head Project: faVsco.js, menu
JY-20915-fix-missing-header-text-relay, menu
Start Listening for PHP Debug Connections
TextRelayServiceTest
Run 'TextRelayServiceTest'
Debug 'TextRelayServiceTest'
More Actions
JetBrains AI
Search Everywhere
IDE and Project Settings
Sync Changes
Hide This Notification
Code changed:
Hide
11
1
Previous Highlighted Error
Next Highlighted Error
<?php
namespace Jiminny\Http\Transformers;
use Jiminny\Models\Crm\Field;
use Jiminny\Models\Crm\Profile;
use League\Fractal\Resource\Collection;
use League\Fractal\TransformerAbstract;
class FieldTransformer extends TransformerAbstract
{
protected array $availableIncludes = [
'options',
];
private ?Profile $profile;
private bool $noDefault = false;
public function __construct(?Profile $profile = null)
{
$this->profile = $profile;
}
public function setNoDefault(bool $noDefault)
{
$this->noDefault = $noDefault;
}
public function transform(Field $field): array
{
$defaultValue = $field->default_value;
$type = $field->type;
if (\is_bool($defaultValue)) {
$defaultValue = (bool) $defaultValue;
}
return [
'id' => $field->id_string,
'objectType' => $field->object_type,
'label' => $field->label,
'fieldName' => $field->crm_provider_id,
'type' => $type,
'enabled' => $field->is_selectable,
'length' => $field->length,
'defaultValue' => $defaultValue,
];
}
public function includeOptions(Field $field): ?Collection
{
if ($field->isPicklist() && $values = $field->values) {
// if ($field->type === Field::TYPE_PICKLIST && $values = $field->values) {
// This gets a little complex. We need to check if this field has any record type constraints for the profile.
if (
$this->profile
&& ($recordType = $this->profile->{$field->object_type . 'RecordType'})
&& $recordType->fieldValues()->where('crm_field_id', $field->id)->exists()
) {
// Fetch the values specific for this record type.
$values = $recordType->fieldValues()->where('crm_field_id', $field->id)->get();
}
if ($this->noDefault) {
foreach ($values as $value) {
$value->is_default = false;
}
}
return $this->collection($values, new FieldValueTransformer());
}
return null;
}
}...
|
79915
|
NULL
|
NULL
|
NULL
|
|
79916
|
2792
|
43
|
2026-05-28T06:47:49.218950+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-28/1779 /Users/lukas/.screenpipe/data/data/2026-05-28/1779950869218_m1.jpg...
|
iTerm2
|
NULL
|
1
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
SlackFilelEditViewGolHistoryWindowHelpmeet.google. SlackFilelEditViewGolHistoryWindowHelpmeet.google.com/mie-gawc-dsi?authuser=lukas.kovalik%40jiminny.comNikolay Yankov (Presenting)EditPlatform Team %.Q Search boardJiminny MCP ServerversioningJIMENNY MCP CONNECTORDucxoeД JY-20974Upgrade BE libraries - MayMAINTENANCEBacklogE JY-100581 •=0=1Fallback mechanism forusers with active SF tokensfor CRM MatchingREDUCE CHEBacrogэт|BJT:70012Users can take Notesouring and anter mecunesRECORDING MEETINGS WITHOUT_Д -20071 2.5 () *** =Users can filter Scores inTeam Insights by HostBacklog9:47 AM | Daily - Platform*8• Thu 28 May 9:4712 SerDes xDes XDes XF De: x | F Dei X | F Des X Cos x | E3 Pu x Up X C Upc x C Adc x ||oUm xco x0onny.atlassian.net/jira/software/c/projects/JY/boards/37?selectedissue=JY-208468 EDtadg O © *Caude O Crcwd El Sentry # X DJ Taskstnigs & Coachn.L Al Bockmarxs800P JT-207591 1 J7-40040MCP > Enable the Al to know details about the user~ DescriptionEnable the Al tool to know the detalls about the user that is asking the questions. It will use those details to know how tofiiter the calls and deals.• provide the Al a tool that gives insights about the user - name, emall, team etc.• il the customer doesnt have the MCP feature enabled then they should be able to access the data:o use a feature flag for the check - "MCP" add to Technical Settings for now• "Error: The Jiminny MCP Connector is not avallable for your account, Please contact your Jiminny CustomerSuccess Manager or our support team for heip."~ Subtasks**_ 185% DoneWork%JY-20848 Implement get.mel= MediumNikolay I...% JY-20849 manualtestingNikolay IL....= MediumNikolay I...address feedback for the tool%JY-20877= MediumX JY-20967Error message when MCP Connectorfeature is disabledDJY-20969 getumestops working on QAI|= MediumNiKOldy= MediumNikolay I...REAIYNEC Dev.C. Ask GoogieCux© Payback devGroup: QueriesIn QA ~I Improve StoryDetailsAssigneeNikolay IvanovAssign to meKoootD Galya DimitrovaDevelopment@ Open in coding toolJ Create branch9 commits1 pull request3 builds10 days agoMEROLDvon ponensPlatformSub-ProductAdd optionsLabelsStory point estimate0:05...100% 128•Thu 28 May 9:47:488Galya DimitrovaNikolay Yankov3 othersAneliya AngelovaLukas Kovalik...
|
NULL
|
2827733270703040284
|
NULL
|
visual_change
|
ocr
|
NULL
|
SlackFilelEditViewGolHistoryWindowHelpmeet.google. SlackFilelEditViewGolHistoryWindowHelpmeet.google.com/mie-gawc-dsi?authuser=lukas.kovalik%40jiminny.comNikolay Yankov (Presenting)EditPlatform Team %.Q Search boardJiminny MCP ServerversioningJIMENNY MCP CONNECTORDucxoeД JY-20974Upgrade BE libraries - MayMAINTENANCEBacklogE JY-100581 •=0=1Fallback mechanism forusers with active SF tokensfor CRM MatchingREDUCE CHEBacrogэт|BJT:70012Users can take Notesouring and anter mecunesRECORDING MEETINGS WITHOUT_Д -20071 2.5 () *** =Users can filter Scores inTeam Insights by HostBacklog9:47 AM | Daily - Platform*8• Thu 28 May 9:4712 SerDes xDes XDes XF De: x | F Dei X | F Des X Cos x | E3 Pu x Up X C Upc x C Adc x ||oUm xco x0onny.atlassian.net/jira/software/c/projects/JY/boards/37?selectedissue=JY-208468 EDtadg O © *Caude O Crcwd El Sentry # X DJ Taskstnigs & Coachn.L Al Bockmarxs800P JT-207591 1 J7-40040MCP > Enable the Al to know details about the user~ DescriptionEnable the Al tool to know the detalls about the user that is asking the questions. It will use those details to know how tofiiter the calls and deals.• provide the Al a tool that gives insights about the user - name, emall, team etc.• il the customer doesnt have the MCP feature enabled then they should be able to access the data:o use a feature flag for the check - "MCP" add to Technical Settings for now• "Error: The Jiminny MCP Connector is not avallable for your account, Please contact your Jiminny CustomerSuccess Manager or our support team for heip."~ Subtasks**_ 185% DoneWork%JY-20848 Implement get.mel= MediumNikolay I...% JY-20849 manualtestingNikolay IL....= MediumNikolay I...address feedback for the tool%JY-20877= MediumX JY-20967Error message when MCP Connectorfeature is disabledDJY-20969 getumestops working on QAI|= MediumNiKOldy= MediumNikolay I...REAIYNEC Dev.C. Ask GoogieCux© Payback devGroup: QueriesIn QA ~I Improve StoryDetailsAssigneeNikolay IvanovAssign to meKoootD Galya DimitrovaDevelopment@ Open in coding toolJ Create branch9 commits1 pull request3 builds10 days agoMEROLDvon ponensPlatformSub-ProductAdd optionsLabelsStory point estimate0:05...100% 128•Thu 28 May 9:47:488Galya DimitrovaNikolay Yankov3 othersAneliya AngelovaLukas Kovalik...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
79915
|
2793
|
29
|
2026-05-28T06:47:47.907614+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-28/1779 /Users/lukas/.screenpipe/data/data/2026-05-28/1779950867907_m2.jpg...
|
iTerm2
|
NULL
|
1
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
HomeActivityLateMoneSluCkcolVIChRotonWindow@ Descr HomeActivityLateMoneSluCkcolVIChRotonWindow@ Describe what you are looking forJiminny ...*3 Petko Kachinckil# engineeringAdd canvaso Files# general* nappy_birtnoayPetko Ke-..e.#"bu-team-info# jiminny-bgслол минутка окойшли р4* plattorm-ticketsukas Kovallik 1052AM# product launchesO3ROMD3 CErandonPetko Kashinskil 10.54 AM# releasesRdv# supportthdah# thank-yous*the people of imilA huddle happened 10.55 AMYou and Petko Kashinski were in the huddle0 Direct messagesPetko KashinskiStefka StouanounPetko Kashinskil 900 ANTodor StamatovOODO YIDOSIVKWROLIS BEIDOEможем ли ла exoose 'Call outcome' field вStelivan GeorgieyoexaxhoMulrcKise woen he sineVes3и sine e знам, че може1&h MiraLukas Kovalik 931 ANNikolav YankovStoyan TomovXM,. Hс СЬМ СИгуоен9. Galva Dimitrowaще провер:. James GrahamLukas Kovali::: AppsMescaze Petko Kashinskiai Jira Gloud+ AaToashoesrchlttans outttC Sess ontirans ormer.onoC Stacetranstormer.ondS89c sactrans ormec.ond) TeamDomainTransformec.ohd8) Teamintcaration Transformer8) Team Transtormec ohoc) Themetirand ormes.choc)Tooic transtormer onoc)Tooic troced trane ormer.ohe©) TrackTransformer.phce llleor tane nmot nane Wolcodcroeehlind Mmornhrc Korol ahr© Field.phpphp api.phpTmerone(©) FieldTransformer.php x composer.ison• Dockerfileool Snobctaul..d Stield): arrayKauitwailue"detau twallue->object_type,sern arovideroBselectoole(Field Sfield): PCollection3 Svalues = Sfield->values) "OP"TYPE POKEST dx svalues = Stleld-svaluesconolex. He need to check if this field has any record type constrainteSthis-sorofile->(SSield-sobiecttype . 'RecordTvoe'})&s SrecordTvoe->SieldValues@-yahere("con Sieldid' Ssield->id)-sexists()// Fetch the values specific for this record type.Svalues = Srecordtype->fieldValues)->ahere(crn_field_1d, Sfield->id)->geto:1f (Sthis->noDefault) {Fonssch valmae se walineusuaimnese darant= teaxreturn Sthis->collection(Svalues, new FieldValueTransfornerO)vecterdavlcustomiosravelloSF (iminny@localhost)un crm fields jiminnytalocalhost) x# HS Jocal jiminny@tocalhost# consolel poonA console (EU]A console [STAGING)Ty:AlrowDLRbEogMCSVVLL+Oe7- WHERE id IN (1885. 3014)=•OROER 81 wuid (UULD with tine-low a-:ae con_configuration_id v* Bcrn_provider_id U#8 label M1885 S8a51d4d-8ca7-49f0-9b2c-e16027877ccS39 ReninderDateTimeReminder Date/Tine3814 a3d3dfSa-eaa1-43d0-b95e-1ff4bec8c42839 picktestmulti cpicktestnultrner hensewietCNUL-PICKIALEVOIS0TOO%L7Thu 28 May 9:47:47+0.The backend API is now correctiy returning the multi-picklist field with cations. The issue is in the frontend vue-co)ponents pockoco lelrosnienere oocomimity woecon cornoerworskeverence Pattern trom Dealinsignts/DealView DetaisView DetansView.vue)Delwwascripswitch (tfelaTvoe)torrclolwoe curtencycace "Anta".formFieldType = "date"breokformFieldtype = "select",ondeldivoeseuleseleceor aporcopfre suldoaevehrankformFieldtype = "number",orcanFiles to Uodate in vue-comoonente packaae.Tthe seiwwesummary comconeot that raodersradeAny field type mapping logic that converts CRM field types to form field type:Next Steos1.Uodate the vue-cosponents package to handie au tcoicktisr tyoe2. Bump the version in the package3. Uodate the dependency in /f ront-end//oackage, fson to the new versior4. Run yarn install to get the updated packagThe backend fix is complete and working correctly. The field is being returned with options, but the frontendcomoonent donsn't know how to render entetcotcklet heide vetAsk anything Xol@ Code swioThzioehkP4 s...
|
NULL
|
-5003128466223501467
|
NULL
|
visual_change
|
ocr
|
NULL
|
HomeActivityLateMoneSluCkcolVIChRotonWindow@ Descr HomeActivityLateMoneSluCkcolVIChRotonWindow@ Describe what you are looking forJiminny ...*3 Petko Kachinckil# engineeringAdd canvaso Files# general* nappy_birtnoayPetko Ke-..e.#"bu-team-info# jiminny-bgслол минутка окойшли р4* plattorm-ticketsukas Kovallik 1052AM# product launchesO3ROMD3 CErandonPetko Kashinskil 10.54 AM# releasesRdv# supportthdah# thank-yous*the people of imilA huddle happened 10.55 AMYou and Petko Kashinski were in the huddle0 Direct messagesPetko KashinskiStefka StouanounPetko Kashinskil 900 ANTodor StamatovOODO YIDOSIVKWROLIS BEIDOEможем ли ла exoose 'Call outcome' field вStelivan GeorgieyoexaxhoMulrcKise woen he sineVes3и sine e знам, че може1&h MiraLukas Kovalik 931 ANNikolav YankovStoyan TomovXM,. Hс СЬМ СИгуоен9. Galva Dimitrowaще провер:. James GrahamLukas Kovali::: AppsMescaze Petko Kashinskiai Jira Gloud+ AaToashoesrchlttans outttC Sess ontirans ormer.onoC Stacetranstormer.ondS89c sactrans ormec.ond) TeamDomainTransformec.ohd8) Teamintcaration Transformer8) Team Transtormec ohoc) Themetirand ormes.choc)Tooic transtormer onoc)Tooic troced trane ormer.ohe©) TrackTransformer.phce llleor tane nmot nane Wolcodcroeehlind Mmornhrc Korol ahr© Field.phpphp api.phpTmerone(©) FieldTransformer.php x composer.ison• Dockerfileool Snobctaul..d Stield): arrayKauitwailue"detau twallue->object_type,sern arovideroBselectoole(Field Sfield): PCollection3 Svalues = Sfield->values) "OP"TYPE POKEST dx svalues = Stleld-svaluesconolex. He need to check if this field has any record type constrainteSthis-sorofile->(SSield-sobiecttype . 'RecordTvoe'})&s SrecordTvoe->SieldValues@-yahere("con Sieldid' Ssield->id)-sexists()// Fetch the values specific for this record type.Svalues = Srecordtype->fieldValues)->ahere(crn_field_1d, Sfield->id)->geto:1f (Sthis->noDefault) {Fonssch valmae se walineusuaimnese darant= teaxreturn Sthis->collection(Svalues, new FieldValueTransfornerO)vecterdavlcustomiosravelloSF (iminny@localhost)un crm fields jiminnytalocalhost) x# HS Jocal jiminny@tocalhost# consolel poonA console (EU]A console [STAGING)Ty:AlrowDLRbEogMCSVVLL+Oe7- WHERE id IN (1885. 3014)=•OROER 81 wuid (UULD with tine-low a-:ae con_configuration_id v* Bcrn_provider_id U#8 label M1885 S8a51d4d-8ca7-49f0-9b2c-e16027877ccS39 ReninderDateTimeReminder Date/Tine3814 a3d3dfSa-eaa1-43d0-b95e-1ff4bec8c42839 picktestmulti cpicktestnultrner hensewietCNUL-PICKIALEVOIS0TOO%L7Thu 28 May 9:47:47+0.The backend API is now correctiy returning the multi-picklist field with cations. The issue is in the frontend vue-co)ponents pockoco lelrosnienere oocomimity woecon cornoerworskeverence Pattern trom Dealinsignts/DealView DetaisView DetansView.vue)Delwwascripswitch (tfelaTvoe)torrclolwoe curtencycace "Anta".formFieldType = "date"breokformFieldtype = "select",ondeldivoeseuleseleceor aporcopfre suldoaevehrankformFieldtype = "number",orcanFiles to Uodate in vue-comoonente packaae.Tthe seiwwesummary comconeot that raodersradeAny field type mapping logic that converts CRM field types to form field type:Next Steos1.Uodate the vue-cosponents package to handie au tcoicktisr tyoe2. Bump the version in the package3. Uodate the dependency in /f ront-end//oackage, fson to the new versior4. Run yarn install to get the updated packagThe backend fix is complete and working correctly. The field is being returned with options, but the frontendcomoonent donsn't know how to render entetcotcklet heide vetAsk anything Xol@ Code swioThzioehkP4 s...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
79914
|
2792
|
42
|
2026-05-28T06:47:43.275268+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-28/1779 /Users/lukas/.screenpipe/data/data/2026-05-28/1779950863275_m1.jpg...
|
iTerm2
|
NULL
|
1
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
SlackFileEditViewGoHistoryWindowHelpmeet.google.co SlackFileEditViewGoHistoryWindowHelpmeet.google.com/mie-gawc-dsi?authuser=lukas.kovalik%40jiminny.com+Nikolay Yankov (Presenting)EditPlatform Team %.Q Search boardJiminny MCP ServerversioningJIMENNY MCP CONNECTOROcxoeД JY-20974Upgrade BE libraries - MayMAINTENANCEBacklogE JY-100581 •00=1Fallback mechanism forusers with active SF tokensfor CRM MatchingREDUCE CHEBacogBJt:70012Users can take Notesouring and anter mecunesRECORDING MEETINGS WITHOUT _Д -20071 2.5 () *0* =Users can filter Scores inTeam Insights by HostBacklog9:47 AM | Daily - Platform57 Ser•QеQ,ДDes XDes XF Des x | F Dei X | F De: X Co x | E3 PU X Up X C UD X CAd X Jm X | 5x Go X Qu8• Thu 28 May 9:47ny.atlassian.net/jira/software/c/projects/JY/boards/37?selectedissue=JY-208468 I Dtadg O © *Caude O Craec E Senty # x DO Tastsnoigs & CoachnL Al Bockmarxs800P JY-207391 1 J7-20040MCP > Enable the Al to know details about the user~ DescriptionEnable the Al tool to know the detalls about the user that is asking the questions. It will use those details to know how tofiter the calls and deals.• provide the AI a tool that gives insights about the user - name, emali, team etc.• il the customer doesn't have the MCP feature enabled then they should be able to access the data:o use a feature fiag for the check - "MCP" add to Technical Settings for now• "Error: The Jiminny MCP Connector is not avallable for your account, Please contact your Jiminny CustomerSuccess Manager or our support team for heip."~ Subtasks**_ 185% DoneWork%JY-20848 Implement get.me= Medium% JY-20849 manualtestingNikolay I...Nikolay L...= MediumNikolay L..address feedback for the tool%JY-20877= Medium• Nikolay Y..X JY-20967Error message when MCP Connectorfeature is disabledDJY-20969 getumestops working on QAI|= Medium•Nikolay L.= MediumNikolay L....READY FOR DEVSICwMNC Dev.C. Ask Google© Payback devGroup: QueriesIn QA v3 Improve StoryDetailsAssigneeNikolay IvanovAssign to meHocot& Galya DimitrovaDevelopment@ Open in coding toolJ Create branch9 commits1 pull request3 builds10 days agoMEROLDvon ponendPfatformSub-ProductAdd optionsLabelsstory point escmat...100% <478•Thu 28 May 9:47:428=Galya DimitrovaNikolay Yankov•1•3 othersAneliya AngelovaLukas Kovalik...
|
NULL
|
8684840984919353440
|
NULL
|
visual_change
|
ocr
|
NULL
|
SlackFileEditViewGoHistoryWindowHelpmeet.google.co SlackFileEditViewGoHistoryWindowHelpmeet.google.com/mie-gawc-dsi?authuser=lukas.kovalik%40jiminny.com+Nikolay Yankov (Presenting)EditPlatform Team %.Q Search boardJiminny MCP ServerversioningJIMENNY MCP CONNECTOROcxoeД JY-20974Upgrade BE libraries - MayMAINTENANCEBacklogE JY-100581 •00=1Fallback mechanism forusers with active SF tokensfor CRM MatchingREDUCE CHEBacogBJt:70012Users can take Notesouring and anter mecunesRECORDING MEETINGS WITHOUT _Д -20071 2.5 () *0* =Users can filter Scores inTeam Insights by HostBacklog9:47 AM | Daily - Platform57 Ser•QеQ,ДDes XDes XF Des x | F Dei X | F De: X Co x | E3 PU X Up X C UD X CAd X Jm X | 5x Go X Qu8• Thu 28 May 9:47ny.atlassian.net/jira/software/c/projects/JY/boards/37?selectedissue=JY-208468 I Dtadg O © *Caude O Craec E Senty # x DO Tastsnoigs & CoachnL Al Bockmarxs800P JY-207391 1 J7-20040MCP > Enable the Al to know details about the user~ DescriptionEnable the Al tool to know the detalls about the user that is asking the questions. It will use those details to know how tofiter the calls and deals.• provide the AI a tool that gives insights about the user - name, emali, team etc.• il the customer doesn't have the MCP feature enabled then they should be able to access the data:o use a feature fiag for the check - "MCP" add to Technical Settings for now• "Error: The Jiminny MCP Connector is not avallable for your account, Please contact your Jiminny CustomerSuccess Manager or our support team for heip."~ Subtasks**_ 185% DoneWork%JY-20848 Implement get.me= Medium% JY-20849 manualtestingNikolay I...Nikolay L...= MediumNikolay L..address feedback for the tool%JY-20877= Medium• Nikolay Y..X JY-20967Error message when MCP Connectorfeature is disabledDJY-20969 getumestops working on QAI|= Medium•Nikolay L.= MediumNikolay L....READY FOR DEVSICwMNC Dev.C. Ask Google© Payback devGroup: QueriesIn QA v3 Improve StoryDetailsAssigneeNikolay IvanovAssign to meHocot& Galya DimitrovaDevelopment@ Open in coding toolJ Create branch9 commits1 pull request3 builds10 days agoMEROLDvon ponendPfatformSub-ProductAdd optionsLabelsstory point escmat...100% <478•Thu 28 May 9:47:428=Galya DimitrovaNikolay Yankov•1•3 othersAneliya AngelovaLukas Kovalik...
|
79912
|
NULL
|
NULL
|
NULL
|
|
79913
|
2793
|
28
|
2026-05-28T06:47:42.668522+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-28/1779 /Users/lukas/.screenpipe/data/data/2026-05-28/1779950862668_m2.jpg...
|
iTerm2
|
NULL
|
1
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
SluCkwunioo© DealStageTransformer.phpgrostureltons SluCkwunioo© DealStageTransformer.phpgrostureltonstoner.onorielovalelon omeoneCOoeaikxWoeonon© GroupTransformer.ohocpoo elansotneoneC LanquageDialect TransformeCLavout Enttviranstormer choC Lavout Transformer.ohoC Leadtranstormer.on© MessageTransformer oho)CMomentitranstormer.onoCNotetiranstormer.onoCNotirestontirans ormer.onocenoorur eommsodtodecennodur ithaeomat ocoarcinsottihne omatooc Parohetane wmanooipem isronlttnohmotot(© PlaybackPageTransformer.p(© PlaybookTransformer.pho© PlaybookTreeTransformer.phPlaylistActivityTransformer.plPlaylistSharesTransformer.phPlaylistTransformer.php© ProspectsTransformer.phooQueston lfanstommer.ohoc Kolellesotee© ScorecardRuleTiransformer.olC Sessionttrans ormer.onoc Sacetirans omer.onoc sactrans ormec.ond) TeamDomainTransformec.ohd8) Teamintcaration Transformer8) Team Transtormec ohoc) Themetirand ormes.choc)Tooic transtormer onoc)Tooic troced trane ormer.oheerealrne nrmor nhre llleor tane nmot nane Wolcodcroeehlind Mmornhrc Korol ahrpublac tuncizon serwolerauloool Snouetauloublac tuncizon transtorm Field Smelo: arraSdefaultValue = Stield->detault,value:tune asedosvne:ess nooikdeau rVatwe)DSdlefau Valme MnooidSdetau twalme.neturn"id' => $field->id_string.'objectType' => $field->object_type'label' => $field->label"fieldName' => $field->crn_provider."type' => $type'enabled' => Sfield->is selectable"tehorh o srctootehath"defaultValue' => SdefaultValuelo0oeTunceohoncuocuoconsrelodreroif (Sfield-›isPicklisto d& Svalues = Sfiaif (Sfield»›tyoe == Field::TYPE PICKLTS1l This gets a little complex. He neecSthis->orofile8s (SrecordTyoe = Sthis-›orofile-›&s SrecordTvoe->6ieldValues()-yahephp api.phpcustomioaraveliosSF (iminny@localhost)un crm fields jiminnytalocalhost) x# HS Jocal jiminny@tocalhost# consolel poon/ Fetch the values specific for tlvallmese Snaconaniunesseel cwalmes1f (Sthis->noDefault) {Fonssch vaimae se wala?dsualmnese datant= tles© CrmController.php# composer.ison• DockerfileA console (EU]A console [STAGING)DLQwEOgMCSrLL+Oe7- WHERE id IN (1885, 3014)=•OROER 8:ae con_configuration_id vBcrn_provider_id U#8 label M@ Describe what you are looking forcane coneJiminny .••* engineering* general# happy_birthdaywthuereameino#iminny-bg# platform-tickets# product launches# randomreleases# support# thank-you.# the people of fimi..22 Direct messages.Petko Kashinski2 Stefka StovanovaTodor StamatovStelivan GeorsievVedMiraNikolay YankoyStoyan Tomov. Galva Dimitrova. James GrahamLukas Kovali.#: AonsJira CloudK Toast.notuon Cthiccscolloctton/Gualuaeoan Ciol/Naluatesnefonson obl9b2c-e16027877ccS39 ReninderDateTimeReminder Date/Tine* 5 Petko Kashinski•b95e-1ff4bec8c42839 picktestmulti cpicktestnult@ MessagesAdd canva:e Files.литам за PНPetko Kachinck1o6dYeuftwwanCЛAN MUHNTISOKATNHALukas Kovallk 1052 ANразбира ссPetko Kashincki 1O.SA ANundaeA huddle happened 10.55 AMTouthereno KesmnitweetntnenuodeWekoachinsieJoodd Miioo meul oron tinooc - MoжeM nuinEexpose "Call outcome' field & Sidekick нo 'Multi#кмро, 2но сinao sa sinо ? знaм, че мomcLukas Kovalik # 931 AMwё nooвeся*1Message Petko KashinskAa©rner hensewietCNUL-PICKIALEVOIThu 28 May 9:47:42+0.The backend API is now correctiy returning the multi-picklist field with cations. The issue is in the frontend vue-co)ponents pockoco lelrosnienere oocomimity woecon cornoerworskeverence Pattern trom Dealinsignts/DealView DetaisView DetansView.vue)Delwwascripswitch (tfelaTvoe)torrclolwoe curtencycace "Anta".formFieldType = "date"breokformFieldtype = "select",ondeldivoeseuleseleceor aporcopfre suldoaevehrankformFieldtype = "number",orcanFiles to Uodate in vue-comoonente packaae.Tihe se.iwwesummarycomwoneot that raocersadeAny field type mapping logic that converts CRM field types to form field type:Next Steos1.Uodate the vue-cosponents package to handie au tcoick tise tyoe2. Bump the version in the package3. Uodate the dependency in /front-end//oackage, fson to the new version4. Run yarn install to get the updated packagThe backend fix is complete and working correctly. The field is being returned with options, but the frontendcomoonent donsn't know how to render enittcotcklet helde wetAsk anything Xol@ Code swioThzioehkP4 s...
|
NULL
|
-7760432707769336129
|
NULL
|
visual_change
|
ocr
|
NULL
|
SluCkwunioo© DealStageTransformer.phpgrostureltons SluCkwunioo© DealStageTransformer.phpgrostureltonstoner.onorielovalelon omeoneCOoeaikxWoeonon© GroupTransformer.ohocpoo elansotneoneC LanquageDialect TransformeCLavout Enttviranstormer choC Lavout Transformer.ohoC Leadtranstormer.on© MessageTransformer oho)CMomentitranstormer.onoCNotetiranstormer.onoCNotirestontirans ormer.onocenoorur eommsodtodecennodur ithaeomat ocoarcinsottihne omatooc Parohetane wmanooipem isronlttnohmotot(© PlaybackPageTransformer.p(© PlaybookTransformer.pho© PlaybookTreeTransformer.phPlaylistActivityTransformer.plPlaylistSharesTransformer.phPlaylistTransformer.php© ProspectsTransformer.phooQueston lfanstommer.ohoc Kolellesotee© ScorecardRuleTiransformer.olC Sessionttrans ormer.onoc Sacetirans omer.onoc sactrans ormec.ond) TeamDomainTransformec.ohd8) Teamintcaration Transformer8) Team Transtormec ohoc) Themetirand ormes.choc)Tooic transtormer onoc)Tooic troced trane ormer.oheerealrne nrmor nhre llleor tane nmot nane Wolcodcroeehlind Mmornhrc Korol ahrpublac tuncizon serwolerauloool Snouetauloublac tuncizon transtorm Field Smelo: arraSdefaultValue = Stield->detault,value:tune asedosvne:ess nooikdeau rVatwe)DSdlefau Valme MnooidSdetau twalme.neturn"id' => $field->id_string.'objectType' => $field->object_type'label' => $field->label"fieldName' => $field->crn_provider."type' => $type'enabled' => Sfield->is selectable"tehorh o srctootehath"defaultValue' => SdefaultValuelo0oeTunceohoncuocuoconsrelodreroif (Sfield-›isPicklisto d& Svalues = Sfiaif (Sfield»›tyoe == Field::TYPE PICKLTS1l This gets a little complex. He neecSthis->orofile8s (SrecordTyoe = Sthis-›orofile-›&s SrecordTvoe->6ieldValues()-yahephp api.phpcustomioaraveliosSF (iminny@localhost)un crm fields jiminnytalocalhost) x# HS Jocal jiminny@tocalhost# consolel poon/ Fetch the values specific for tlvallmese Snaconaniunesseel cwalmes1f (Sthis->noDefault) {Fonssch vaimae se wala?dsualmnese datant= tles© CrmController.php# composer.ison• DockerfileA console (EU]A console [STAGING)DLQwEOgMCSrLL+Oe7- WHERE id IN (1885, 3014)=•OROER 8:ae con_configuration_id vBcrn_provider_id U#8 label M@ Describe what you are looking forcane coneJiminny .••* engineering* general# happy_birthdaywthuereameino#iminny-bg# platform-tickets# product launches# randomreleases# support# thank-you.# the people of fimi..22 Direct messages.Petko Kashinski2 Stefka StovanovaTodor StamatovStelivan GeorsievVedMiraNikolay YankoyStoyan Tomov. Galva Dimitrova. James GrahamLukas Kovali.#: AonsJira CloudK Toast.notuon Cthiccscolloctton/Gualuaeoan Ciol/Naluatesnefonson obl9b2c-e16027877ccS39 ReninderDateTimeReminder Date/Tine* 5 Petko Kashinski•b95e-1ff4bec8c42839 picktestmulti cpicktestnult@ MessagesAdd canva:e Files.литам за PНPetko Kachinck1o6dYeuftwwanCЛAN MUHNTISOKATNHALukas Kovallk 1052 ANразбира ссPetko Kashincki 1O.SA ANundaeA huddle happened 10.55 AMTouthereno KesmnitweetntnenuodeWekoachinsieJoodd Miioo meul oron tinooc - MoжeM nuinEexpose "Call outcome' field & Sidekick нo 'Multi#кмро, 2но сinao sa sinо ? знaм, че мomcLukas Kovalik # 931 AMwё nooвeся*1Message Petko KashinskAa©rner hensewietCNUL-PICKIALEVOIThu 28 May 9:47:42+0.The backend API is now correctiy returning the multi-picklist field with cations. The issue is in the frontend vue-co)ponents pockoco lelrosnienere oocomimity woecon cornoerworskeverence Pattern trom Dealinsignts/DealView DetaisView DetansView.vue)Delwwascripswitch (tfelaTvoe)torrclolwoe curtencycace "Anta".formFieldType = "date"breokformFieldtype = "select",ondeldivoeseuleseleceor aporcopfre suldoaevehrankformFieldtype = "number",orcanFiles to Uodate in vue-comoonente packaae.Tihe se.iwwesummarycomwoneot that raocersadeAny field type mapping logic that converts CRM field types to form field type:Next Steos1.Uodate the vue-cosponents package to handie au tcoick tise tyoe2. Bump the version in the package3. Uodate the dependency in /front-end//oackage, fson to the new version4. Run yarn install to get the updated packagThe backend fix is complete and working correctly. The field is being returned with options, but the frontendcomoonent donsn't know how to render enittcotcklet helde wetAsk anything Xol@ Code swioThzioehkP4 s...
|
79909
|
NULL
|
NULL
|
NULL
|
|
79912
|
2792
|
41
|
2026-05-28T06:47:40.261373+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-28/1779 /Users/lukas/.screenpipe/data/data/2026-05-28/1779950860261_m1.jpg...
|
iTerm2
|
NULL
|
1
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
SlackFileEditViewGoHistoryWindowHelpmeet.google.co SlackFileEditViewGoHistoryWindowHelpmeet.google.com/mie-gawc-dsi?authuser=lukas.kovalik%40jiminny.com+Nikolay Yankov (Presenting)EditPlatform Team %.Q Search boardJiminny MCP ServerversioningJIMENNY MCP CONNECTOROucxoeA Jy-20974Upgrade BE libraries - MayMAINTENANCEBacklogE JY-100581 •00=1Fallback mechanism forueers With sciveetoesfor CRM MatchingREDUCE CHEBacogBJt:70012ouring and anter mecunesRE CORDING MEETINGS WITHOUT_Д .20871 25 () «+00 =Users can filter Scores inTeam Insights by HostBacklog9:47 AM | Daily - Platform•Q.Q,Д02 SerDes xDes XDe XF Der x | F Dei X | F De: X Cos x | E3 PU X Up X C UD X C Ad X Jm X | 5x Go X C Qu8• Thu 28 May 9:47nny.atlassian.net/jira/software/c/projects/JY/boards/37?selectedissue=JY-208468 I Dtadg O © *Caude O Craec E Senty 8 x DO TastsInsights & CoachinL Al Bockmarxs800P JT-207591 1 J7-40040MCP > Enable the Al to know details about the user~ DescriptionEnable the Al tool to know the detalls about the user that is asking the questions. It will use those details to know how tofiter the calls and deals.• provide the AI a tool that gives insights about the user - name, emali, team etc.• il the customer doesn't have the MCP feature enabled then they should be able to access the data:o use a feature fiag for the check - "MCP" add to Technical Settings for now• "Error: The Jiminny MCP Connector is not avallable for your account, Please contact your Jiminny CustomerSuccess Manager or our support team for heip."~ Subtasks**_ 185% DoneWork%JY-20848 Implement get.me= Medium% JY-20849 manualtestingNikolay I...Nikolay L...= MediumNikolay L.address feedback for the tool%JY-20877= Medium• Nikolay Y_..X JY-20967Error message when MCP Connectorfeature is disabledDJY-20969 getume stops working on QAI|= MediumNikolay L.= MediumNikolay L....READY FOR DEVSICWMUC Dev.C. Ask Google© Payback devGroup: QueriesIn QA v3 Improve StoryDetailsAssigneeNikolay IvanovAssign to meHocot& Galya DimitrovaDevelopment@ Open in coding toolJ Create branch9 commits1 pull request3 builds10 days agoMEROLDvon ponendPfatformSub-ProductAdd optionsLabelsStory pont estma...100% <78•Thu 28 May 9:47:408Galya DimitrovaNikolay Yankov3 othersAneliya AngelovaLukas Kovalik...
|
NULL
|
-4474955304101254852
|
NULL
|
visual_change
|
ocr
|
NULL
|
SlackFileEditViewGoHistoryWindowHelpmeet.google.co SlackFileEditViewGoHistoryWindowHelpmeet.google.com/mie-gawc-dsi?authuser=lukas.kovalik%40jiminny.com+Nikolay Yankov (Presenting)EditPlatform Team %.Q Search boardJiminny MCP ServerversioningJIMENNY MCP CONNECTOROucxoeA Jy-20974Upgrade BE libraries - MayMAINTENANCEBacklogE JY-100581 •00=1Fallback mechanism forueers With sciveetoesfor CRM MatchingREDUCE CHEBacogBJt:70012ouring and anter mecunesRE CORDING MEETINGS WITHOUT_Д .20871 25 () «+00 =Users can filter Scores inTeam Insights by HostBacklog9:47 AM | Daily - Platform•Q.Q,Д02 SerDes xDes XDe XF Der x | F Dei X | F De: X Cos x | E3 PU X Up X C UD X C Ad X Jm X | 5x Go X C Qu8• Thu 28 May 9:47nny.atlassian.net/jira/software/c/projects/JY/boards/37?selectedissue=JY-208468 I Dtadg O © *Caude O Craec E Senty 8 x DO TastsInsights & CoachinL Al Bockmarxs800P JT-207591 1 J7-40040MCP > Enable the Al to know details about the user~ DescriptionEnable the Al tool to know the detalls about the user that is asking the questions. It will use those details to know how tofiter the calls and deals.• provide the AI a tool that gives insights about the user - name, emali, team etc.• il the customer doesn't have the MCP feature enabled then they should be able to access the data:o use a feature fiag for the check - "MCP" add to Technical Settings for now• "Error: The Jiminny MCP Connector is not avallable for your account, Please contact your Jiminny CustomerSuccess Manager or our support team for heip."~ Subtasks**_ 185% DoneWork%JY-20848 Implement get.me= Medium% JY-20849 manualtestingNikolay I...Nikolay L...= MediumNikolay L.address feedback for the tool%JY-20877= Medium• Nikolay Y_..X JY-20967Error message when MCP Connectorfeature is disabledDJY-20969 getume stops working on QAI|= MediumNikolay L.= MediumNikolay L....READY FOR DEVSICWMUC Dev.C. Ask Google© Payback devGroup: QueriesIn QA v3 Improve StoryDetailsAssigneeNikolay IvanovAssign to meHocot& Galya DimitrovaDevelopment@ Open in coding toolJ Create branch9 commits1 pull request3 builds10 days agoMEROLDvon ponendPfatformSub-ProductAdd optionsLabelsStory pont estma...100% <78•Thu 28 May 9:47:408Galya DimitrovaNikolay Yankov3 othersAneliya AngelovaLukas Kovalik...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
79911
|
2792
|
40
|
2026-05-28T06:47:36.834908+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-28/1779 /Users/lukas/.screenpipe/data/data/2026-05-28/1779950856834_m1.jpg...
|
CleanShot X
|
|
1
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
SlackFileEditViewGoHistoryWindowHelp‹$0100% <47 SlackFileEditViewGoHistoryWindowHelp‹$0100% <478Thu 28 May 9:47:36 •meet.google.com/mie-gawc-dsi?authuser=lukas.kovalik%40jiminny.com8+eNikolay Yankov (Presenting)Thu 28 May 9:4712 SerDes XDe XDe xDes X Des Xco x E3 pu x Qupx Cux x C Adc x* Go Xnny.atlassian.net/jira/software/c/projects/JY/boards/37?selectedissue=JY-20846aDatadog * Claude• сrоetPlatform Team %.Q Search board800SY-20739 / A JY-20846MCP > Enable the AI to know details about the userJiminny MCP ServerversioningJIMENNY MCP CONMECTORDuckoeД JY-20974~ DescriptionEnable the Al tool to know the detalls about the user that is asking the questions. It will use those detailefiter the calls and deals.Upgrade BE libraries - May(MAINTENANCEBacklogE JY-10058• provide the AI a tool that gives insights abouf the user - name, emall, team etc.• il the customer doesnt have the MCP feature enabled then they should be able to access the data:o use a feature fiag for the check - "MCP" add to Technical Settings for now• "Error: The Jiminny MCP Connector is not avallable for your account. Please contact your JimineSuccess Manager or our support team for heip."Fallback mechanism forusers with active SF tokensfor CRM MatchingREDUCE CHEBackog~ SubtasksWork3JT:70012%JY-20848 Implement get.me= Medium% JY-20849 manualtestingNikolay I..Nikolay L...ouring and anter mecunesRECORDING MEETINGS WITHOUT_= MediumNikolay L.Д -20071 25 1) *** =address feedback for the tool%JY-20877= MediumUsers can filter Scores inTeam Insights by HostX JY-20967Error message when MCP Connectorfeature is disabledDJY-20969 getumestops working on QAI|= MediumMikoldy t.= MediumNikolay L...ICWMUBacklogGIF)• Jm© cuL TasxsLa Insights & Coachin0 DewC. Ask GoogieC ux© Playback devL Al BockmarxsGroup: Queries37 Improve Story1383828O..**Record GIFTFRecord VideoTS3 buldsvon ponenePfatformSub-ProductAdd optionsLabelsStory pont estmaGalya DimitrovaNikolay Yankov3 othersAneliya AngelovaLukas Kovalik9:47 AM | Daily - Platform...
|
NULL
|
3155310799468173414
|
NULL
|
visual_change
|
ocr
|
NULL
|
SlackFileEditViewGoHistoryWindowHelp‹$0100% <47 SlackFileEditViewGoHistoryWindowHelp‹$0100% <478Thu 28 May 9:47:36 •meet.google.com/mie-gawc-dsi?authuser=lukas.kovalik%40jiminny.com8+eNikolay Yankov (Presenting)Thu 28 May 9:4712 SerDes XDe XDe xDes X Des Xco x E3 pu x Qupx Cux x C Adc x* Go Xnny.atlassian.net/jira/software/c/projects/JY/boards/37?selectedissue=JY-20846aDatadog * Claude• сrоetPlatform Team %.Q Search board800SY-20739 / A JY-20846MCP > Enable the AI to know details about the userJiminny MCP ServerversioningJIMENNY MCP CONMECTORDuckoeД JY-20974~ DescriptionEnable the Al tool to know the detalls about the user that is asking the questions. It will use those detailefiter the calls and deals.Upgrade BE libraries - May(MAINTENANCEBacklogE JY-10058• provide the AI a tool that gives insights abouf the user - name, emall, team etc.• il the customer doesnt have the MCP feature enabled then they should be able to access the data:o use a feature fiag for the check - "MCP" add to Technical Settings for now• "Error: The Jiminny MCP Connector is not avallable for your account. Please contact your JimineSuccess Manager or our support team for heip."Fallback mechanism forusers with active SF tokensfor CRM MatchingREDUCE CHEBackog~ SubtasksWork3JT:70012%JY-20848 Implement get.me= Medium% JY-20849 manualtestingNikolay I..Nikolay L...ouring and anter mecunesRECORDING MEETINGS WITHOUT_= MediumNikolay L.Д -20071 25 1) *** =address feedback for the tool%JY-20877= MediumUsers can filter Scores inTeam Insights by HostX JY-20967Error message when MCP Connectorfeature is disabledDJY-20969 getumestops working on QAI|= MediumMikoldy t.= MediumNikolay L...ICWMUBacklogGIF)• Jm© cuL TasxsLa Insights & Coachin0 DewC. Ask GoogieC ux© Playback devL Al BockmarxsGroup: Queries37 Improve Story1383828O..**Record GIFTFRecord VideoTS3 buldsvon ponenePfatformSub-ProductAdd optionsLabelsStory pont estmaGalya DimitrovaNikolay Yankov3 othersAneliya AngelovaLukas Kovalik9:47 AM | Daily - Platform...
|
79910
|
NULL
|
NULL
|
NULL
|
|
79910
|
2792
|
39
|
2026-05-28T06:47:33.621597+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-28/1779 /Users/lukas/.screenpipe/data/data/2026-05-28/1779950853621_m1.jpg...
|
CleanShot X
|
|
1
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
SlackFileEditViewGoHistoryWindowHelpmeet.google.co SlackFileEditViewGoHistoryWindowHelpmeet.google.com/mie-gawc-dsi?authuser=lukas.kovalik%40jiminny.comNikolay Yankov (Presenting)A100% <47Thu 28 May 9:47:338+Platform Team %.Q Search boardJinhy Wer serverversioningJIMENNY MCP CONNECTORDuckoeA JY-20974Upgrade BE libraries - MayBacklogE JY-100581 •00=1Fallback mechanism forusers with active SF tokensfor CRM MatchingREDUCE CHEBacog3JT:70012Users can take Notesouring and anter mecunesRE CORDING MEETINGS WITHOUT _Д -20071 2.5 () «*0* =Users can filter Scores inTeam Insights by HostBacklog8• Thu 28 May 9:47IySerDes xDetXDe xF De: x | F Der X | F De: X Cos x | E3 Pu x Q Up x CUD X C Ad XoSm x© Cunny.atlassian.net/jira/software/c/projects/JY/boards/37?selectedissue=JY-20846C. Ask Googie8IEDatad ©© * Clude3 CirciecL Sentry *X CJ TasksKtnogks & Coachn.0 Dev© Payback devL Al Bockmarxs800P JT-207391 4 J7-40040@2MCP > Enable the AI to know details about the user1440x900**~ DescriptionEnable the Al tool to know the detalls about the user that is asking the questions. It will use thosfiiter the calls and deals.• provide the AI a tool that gives insights about the user - name, emall, team etc.• il the customer doesnt have the MCP feature enabled then they should be able to access thlo use a feature flag for the check - "MCP" add to Technical Settings for now• "Error: The Jiminny MCP Connector is not avallable for your account. Please contact youSuccess Manager or our support team for heip."|GIFRecord GIFRecord Video~ Subtasks85% DoneWorkCreate br9 commits1 pull request3 bulds%JY-20848 Implement get.me= Medium% JY-20849 manualtestingNikolay I...Nikolay L...ComponentsPfatform= MediumNikolay L..Sub-ProductAdd optionsaddress feedback for the tool%JY-20877HWWASX JY-20967Error message when MCP Connectorfeature is disabledDJY-20969 getume stops working on QAI|= Medium= MediumLabelsMikoldy t.= MediumNikolay L...READY FOR DEVSTFLS10 days agoMEROEDStory pont estmaICWMUGalya DimitrovaNikolay Yankov3 othersAneliya AngelovaLukas Kovalik9:47 AM | Daily - Platform...
|
NULL
|
-8054068066674083024
|
NULL
|
visual_change
|
ocr
|
NULL
|
SlackFileEditViewGoHistoryWindowHelpmeet.google.co SlackFileEditViewGoHistoryWindowHelpmeet.google.com/mie-gawc-dsi?authuser=lukas.kovalik%40jiminny.comNikolay Yankov (Presenting)A100% <47Thu 28 May 9:47:338+Platform Team %.Q Search boardJinhy Wer serverversioningJIMENNY MCP CONNECTORDuckoeA JY-20974Upgrade BE libraries - MayBacklogE JY-100581 •00=1Fallback mechanism forusers with active SF tokensfor CRM MatchingREDUCE CHEBacog3JT:70012Users can take Notesouring and anter mecunesRE CORDING MEETINGS WITHOUT _Д -20071 2.5 () «*0* =Users can filter Scores inTeam Insights by HostBacklog8• Thu 28 May 9:47IySerDes xDetXDe xF De: x | F Der X | F De: X Cos x | E3 Pu x Q Up x CUD X C Ad XoSm x© Cunny.atlassian.net/jira/software/c/projects/JY/boards/37?selectedissue=JY-20846C. Ask Googie8IEDatad ©© * Clude3 CirciecL Sentry *X CJ TasksKtnogks & Coachn.0 Dev© Payback devL Al Bockmarxs800P JT-207391 4 J7-40040@2MCP > Enable the AI to know details about the user1440x900**~ DescriptionEnable the Al tool to know the detalls about the user that is asking the questions. It will use thosfiiter the calls and deals.• provide the AI a tool that gives insights about the user - name, emall, team etc.• il the customer doesnt have the MCP feature enabled then they should be able to access thlo use a feature flag for the check - "MCP" add to Technical Settings for now• "Error: The Jiminny MCP Connector is not avallable for your account. Please contact youSuccess Manager or our support team for heip."|GIFRecord GIFRecord Video~ Subtasks85% DoneWorkCreate br9 commits1 pull request3 bulds%JY-20848 Implement get.me= Medium% JY-20849 manualtestingNikolay I...Nikolay L...ComponentsPfatform= MediumNikolay L..Sub-ProductAdd optionsaddress feedback for the tool%JY-20877HWWASX JY-20967Error message when MCP Connectorfeature is disabledDJY-20969 getume stops working on QAI|= Medium= MediumLabelsMikoldy t.= MediumNikolay L...READY FOR DEVSTFLS10 days agoMEROEDStory pont estmaICWMUGalya DimitrovaNikolay Yankov3 othersAneliya AngelovaLukas Kovalik9:47 AM | Daily - Platform...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
79909
|
2793
|
27
|
2026-05-28T06:47:32.383165+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-28/1779 /Users/lukas/.screenpipe/data/data/2026-05-28/1779950852383_m2.jpg...
|
CleanShot X
|
|
1
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
EV faVsco.ls© DealStageTransformer.phporeature wro EV faVsco.ls© DealStageTransformer.phporeature wronstonmer.ongoridlova uelton omeoncoo elonsomeoneLanguageDialectTransformerCLavoutEntitviranstormer.cho) Lesdtranstormer.ohc@ MessageTransformer.phpC)Momenttranstormer.oho© NotificationTransformer.php© OpportunityComment Transfo©[EMAIL]© Partner Transformer.php©PlaybackPageTransformer.pt©PlaybookTransformer.php©PlaybookTreeTransformer.ph© PlaylistActivityTransformer.pl© PlaylistShares Transformer.ph© PlaylistTransformer.php© ProspectsTransformer.phpC Kecoownsteon© ScorecardRuleTransformer.pl© TeamDomain Transformer.phg© TeamintegrationTransfor8) Team Transtormer. oho(c) Topictranstormer.ohooirashrnd nrmot nhr©UserTransformer.phpc Voicoscrose tondnmornhrInu zo may 3:4/©CrmController.php& Dockerfiepublac tuncizon serwoueraulcloool Snouetaulrpublac tunction transtorm(Field Smelo: arraSdefaultValve = Sfield->default_valve;Stype = $field->type:1f (\is_bool(SdefaultValue)) €SdefaultValue = (bool) SdefaultValue;return ["id' => $field->id_string,'objectType' => $field-›object_type,'Label' => $field->label,"fieldNane' => $field->crn_provider_1ecype" → seype'enabled' => $field-›is_selectable"Length' = $field->Length,ouoc Tunce ononc udcuoc onstrelodeieto1f (Sfield-»isPicklist() && Svalues = Sfie)if (Sfield»›tyoe a= Field::TYPE_ PICKLTSI/ This gets a little complex. Ne need&& (SrecordType = Sthis-›profile-»&& SrecordType->fieldValues()-›ahel// Fetch the values specific for tiSvallmes = Snacondriunesseel cvalmes1f (Sthis->noDefault) {foreach (Svalues as Svalue) {Svalue->is_default = false:Jiminny... ~# engineering# happy_birthday# jbu-team-info# jiminny-bg# platform-tickets# releases# thank-yous# the_people_of jimi.^ Direct messagesE8 Petko Kashinski8. Stefka StoyanovaT. Todor StamatovRP. Steliyan Georgiev M8. Ves(B. MiraRP. Nikolay Yankov8?. Stoyan Tomov(9. Galya Dimitrova2. James Graham8. Lukas Kovali... M 0# Apps© Jira Cloud® Toast# convod CuSF ([iminny@localhost)A console (STAGING)i crm.fields [jminny@localhost) xA HS Jocal (jiminny@localhost)RLEO9MATVAAVX-AHERE 10918833014)tane con o7 : @ crn_configuration_id T962c-e16027877cCS•b95e-1ff4bec8c428Dcrn_provider_id Y39 ReminderDateTime39 picktestmulti__c* E. Petko Kashinski@ MessagesAdd canvas© Filesлитам за РНPetko Kashinski 10-52 AMYeu huxanСлед минутка окей ли е ?Lukas Kovallk 1052 ALразбира сеPetko Kashinski 10-54 AMRdyA huddle hapDrag to record a part of the screen. Press TW to select a window.Pekokachins"iooodo unoo,mam oro? виnooc • МОжОм Лиlnexpose 'Call outcome' field & Sidekick, нo "MultiНсkк иро, а но сinоlo, зa sinalо знaм, че мoжоLukas Kovalik # 931 AMwё nooвeся*1Message Petko Kashinski+ Aa e @rndler hemsemiceD Label ?Keninder varerlzeozcktescauleThe backend API is now correctiy returning the mutti-picklist field with cations. The issue is in the frontend vue-coмents pоскосо 9lrssn eher noo cony iminny woercon conenoeruonskeverence Pattern (trom DealInsignts/DealView DetatisView Detansview.vue)Torrclolyor curtchcyformFieldType = "select":omdeldivoe s ruloseleceor aoorcanare multeeleatyohrankorcan2. Bump the version in the packageXUorketne o cocnoency intrron eendlofckasetsonlo he naw whrhor4. Run yarn installi to get the updated packageThe backend fix is complete and working correctly. The field is being returned with options, but the frontendnew FieldValueTransforner()):Ask anything (Xolc Codeswiett845...
|
NULL
|
7385418321537188289
|
NULL
|
visual_change
|
ocr
|
NULL
|
EV faVsco.ls© DealStageTransformer.phporeature wro EV faVsco.ls© DealStageTransformer.phporeature wronstonmer.ongoridlova uelton omeoncoo elonsomeoneLanguageDialectTransformerCLavoutEntitviranstormer.cho) Lesdtranstormer.ohc@ MessageTransformer.phpC)Momenttranstormer.oho© NotificationTransformer.php© OpportunityComment Transfo©[EMAIL]© Partner Transformer.php©PlaybackPageTransformer.pt©PlaybookTransformer.php©PlaybookTreeTransformer.ph© PlaylistActivityTransformer.pl© PlaylistShares Transformer.ph© PlaylistTransformer.php© ProspectsTransformer.phpC Kecoownsteon© ScorecardRuleTransformer.pl© TeamDomain Transformer.phg© TeamintegrationTransfor8) Team Transtormer. oho(c) Topictranstormer.ohooirashrnd nrmot nhr©UserTransformer.phpc Voicoscrose tondnmornhrInu zo may 3:4/©CrmController.php& Dockerfiepublac tuncizon serwoueraulcloool Snouetaulrpublac tunction transtorm(Field Smelo: arraSdefaultValve = Sfield->default_valve;Stype = $field->type:1f (\is_bool(SdefaultValue)) €SdefaultValue = (bool) SdefaultValue;return ["id' => $field->id_string,'objectType' => $field-›object_type,'Label' => $field->label,"fieldNane' => $field->crn_provider_1ecype" → seype'enabled' => $field-›is_selectable"Length' = $field->Length,ouoc Tunce ononc udcuoc onstrelodeieto1f (Sfield-»isPicklist() && Svalues = Sfie)if (Sfield»›tyoe a= Field::TYPE_ PICKLTSI/ This gets a little complex. Ne need&& (SrecordType = Sthis-›profile-»&& SrecordType->fieldValues()-›ahel// Fetch the values specific for tiSvallmes = Snacondriunesseel cvalmes1f (Sthis->noDefault) {foreach (Svalues as Svalue) {Svalue->is_default = false:Jiminny... ~# engineering# happy_birthday# jbu-team-info# jiminny-bg# platform-tickets# releases# thank-yous# the_people_of jimi.^ Direct messagesE8 Petko Kashinski8. Stefka StoyanovaT. Todor StamatovRP. Steliyan Georgiev M8. Ves(B. MiraRP. Nikolay Yankov8?. Stoyan Tomov(9. Galya Dimitrova2. James Graham8. Lukas Kovali... M 0# Apps© Jira Cloud® Toast# convod CuSF ([iminny@localhost)A console (STAGING)i crm.fields [jminny@localhost) xA HS Jocal (jiminny@localhost)RLEO9MATVAAVX-AHERE 10918833014)tane con o7 : @ crn_configuration_id T962c-e16027877cCS•b95e-1ff4bec8c428Dcrn_provider_id Y39 ReminderDateTime39 picktestmulti__c* E. Petko Kashinski@ MessagesAdd canvas© Filesлитам за РНPetko Kashinski 10-52 AMYeu huxanСлед минутка окей ли е ?Lukas Kovallk 1052 ALразбира сеPetko Kashinski 10-54 AMRdyA huddle hapDrag to record a part of the screen. Press TW to select a window.Pekokachins"iooodo unoo,mam oro? виnooc • МОжОм Лиlnexpose 'Call outcome' field & Sidekick, нo "MultiНсkк иро, а но сinоlo, зa sinalо знaм, че мoжоLukas Kovalik # 931 AMwё nooвeся*1Message Petko Kashinski+ Aa e @rndler hemsemiceD Label ?Keninder varerlzeozcktescauleThe backend API is now correctiy returning the mutti-picklist field with cations. The issue is in the frontend vue-coмents pоскосо 9lrssn eher noo cony iminny woercon conenoeruonskeverence Pattern (trom DealInsignts/DealView DetatisView Detansview.vue)Torrclolyor curtchcyformFieldType = "select":omdeldivoe s ruloseleceor aoorcanare multeeleatyohrankorcan2. Bump the version in the packageXUorketne o cocnoency intrron eendlofckasetsonlo he naw whrhor4. Run yarn installi to get the updated packageThe backend fix is complete and working correctly. The field is being returned with options, but the frontendnew FieldValueTransforner()):Ask anything (Xolc Codeswiett845...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
79908
|
2792
|
38
|
2026-05-28T06:47:31.971096+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-28/1779 /Users/lukas/.screenpipe/data/data/2026-05-28/1779950851971_m1.jpg...
|
CleanShot X
|
|
1
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
SlackFileEditViewGoHistoryWindowHelpmeet.google.co SlackFileEditViewGoHistoryWindowHelpmeet.google.com/mie-gawc-dsi?authuser=lukas.kovalik%40jiminny.comNikolay Yankov (Presenting)Se28EdtM inb8-Thu 28 May 9:472 Pa x52 Ser x |F Des x• De x | F De: x |F De x |F De x | F De: x | F Des x Co * EB Pu x QUx x CUDX CAd x Im x | : • Gx x |© Curhttps://fminny.atlassian.net/jira/software/c/projects/JY/boards/37?selectedissue=JY-20846L JenProjectsE ANSE SSH8 EE Datadog O * Caude O Crcieci Il Sentry % x J Taska Ell insights & Coschin..C. Ask GoogieC Dev CJ UX © Playback devL Al bockmarxsPlatform Team %.Q Search board800P JT-207391 4 97-40040@2, ***Group: QueriesJnniny Wer serverversioringDuckioeД Jy-20974Upgrade BE Iibraries - MayBacklogE JY-10058Fallback mechanisem forusers with active SF tokensfor CRM MatchingREDUCE CHESt:oal2Users can take Notesouring and aner mecungsRECORDING MEETINGS WITHOUT_-20871 2.5 () 4090 3Users can fiter Scores inTeam Insights by HostBackiogMCP > Enable the Al to know details about the userIn QA1 Improve Story~ DetailsDescriptionEnable the AI tocl to know the details about)fiter the calls and deals.Drag to record a part of the screen. Press TW to select a window.• provide the Al a tooi that gives insight• il the customer doesn't have the MCP 1eso use a feature flag for the check - "MCP" add to Technical Settings for now• "Error: The Jiminny MCP Connector is not available for your account. Please contact your Jiminny CustomerSuccess Manager or our support team for help."Subtasks**_185% DoneWorkPriorityAsienetDevelopment@ Open in coding toolJ Create branch9 commits1 pull request3 buildsoomaoMERCED% JY-20848 implement get.me= MediumoJY 20849 manuatesng= Medium= MediumNikolay I...Nikolay L• Nkolay IDONE MComponentsPlatformSub-ProductAdd optionsaddress feedback for the tool% Jy-20877NWieSX JY-20967Error message when MCP Connectorfeature is disabiledD JY-20969 get_me stops working on QAI= MediumNikolay Y.= Medium= Medium•Nikolay L• Nikolay I...LabelsREADY FOR DEVSStory pont estmasaAUTOMATED AT SCORINGSộ39:47 AM | Daily - Platform100% <78Thu 28 May 9:47:318Galya DimitrovaNikolay Yankov3 othersAneliya AngelovaLukas Kovalik...
|
NULL
|
1769987476741406497
|
NULL
|
click
|
ocr
|
NULL
|
SlackFileEditViewGoHistoryWindowHelpmeet.google.co SlackFileEditViewGoHistoryWindowHelpmeet.google.com/mie-gawc-dsi?authuser=lukas.kovalik%40jiminny.comNikolay Yankov (Presenting)Se28EdtM inb8-Thu 28 May 9:472 Pa x52 Ser x |F Des x• De x | F De: x |F De x |F De x | F De: x | F Des x Co * EB Pu x QUx x CUDX CAd x Im x | : • Gx x |© Curhttps://fminny.atlassian.net/jira/software/c/projects/JY/boards/37?selectedissue=JY-20846L JenProjectsE ANSE SSH8 EE Datadog O * Caude O Crcieci Il Sentry % x J Taska Ell insights & Coschin..C. Ask GoogieC Dev CJ UX © Playback devL Al bockmarxsPlatform Team %.Q Search board800P JT-207391 4 97-40040@2, ***Group: QueriesJnniny Wer serverversioringDuckioeД Jy-20974Upgrade BE Iibraries - MayBacklogE JY-10058Fallback mechanisem forusers with active SF tokensfor CRM MatchingREDUCE CHESt:oal2Users can take Notesouring and aner mecungsRECORDING MEETINGS WITHOUT_-20871 2.5 () 4090 3Users can fiter Scores inTeam Insights by HostBackiogMCP > Enable the Al to know details about the userIn QA1 Improve Story~ DetailsDescriptionEnable the AI tocl to know the details about)fiter the calls and deals.Drag to record a part of the screen. Press TW to select a window.• provide the Al a tooi that gives insight• il the customer doesn't have the MCP 1eso use a feature flag for the check - "MCP" add to Technical Settings for now• "Error: The Jiminny MCP Connector is not available for your account. Please contact your Jiminny CustomerSuccess Manager or our support team for help."Subtasks**_185% DoneWorkPriorityAsienetDevelopment@ Open in coding toolJ Create branch9 commits1 pull request3 buildsoomaoMERCED% JY-20848 implement get.me= MediumoJY 20849 manuatesng= Medium= MediumNikolay I...Nikolay L• Nkolay IDONE MComponentsPlatformSub-ProductAdd optionsaddress feedback for the tool% Jy-20877NWieSX JY-20967Error message when MCP Connectorfeature is disabiledD JY-20969 get_me stops working on QAI= MediumNikolay Y.= Medium= Medium•Nikolay L• Nikolay I...LabelsREADY FOR DEVSStory pont estmasaAUTOMATED AT SCORINGSộ39:47 AM | Daily - Platform100% <78Thu 28 May 9:47:318Galya DimitrovaNikolay Yankov3 othersAneliya AngelovaLukas Kovalik...
|
79907
|
NULL
|
NULL
|
NULL
|
|
79907
|
2792
|
37
|
2026-05-28T06:47:29.241385+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-28/1779 /Users/lukas/.screenpipe/data/data/2026-05-28/1779950849241_m1.jpg...
|
iTerm2
|
NULL
|
1
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
SlackFileEditViewGoHistoryWindowHelpmeet.google.co SlackFileEditViewGoHistoryWindowHelpmeet.google.com/mie-gawc-dsi?authuser=lukas.kovalik%40jiminny.comNikolay Yankov (Presenting)+tdtySerx•C.Ф.ДDes XDe XF De x | F De: X | F De: X Co x E3 Pia x Q Up X CUD X CAd x Jm x |:• Go x |© ouhttps://fiminny.atlassian.net/jira/software/c/projects/JY/boards/37?seiectedissue=JY-20846. Ask Google8 IE Datadog O *Cuude CrcNCi El Sentry % x D Tasta E Iesignes a Coachin- Der bux → hyocoePlatform Team %.Q Search board200P J1-207391 4 07-40040MCP > Enable the AI to know details about the userJiminny MCP ServerversioningJIMINNY MCP CONNECTORDuckoeJy-20974~ DescriptionEnable the AI tocl to know the detalls about the user that is asking the questions. It will use those details to know how tofiiter the calls and deals.Upgrade BE libraries - MayBacklogE Jy-10058• provide the AI a tool that gives insights about the user - name, emali, team etc.• il the customer doesnt have the MCP feature enabled then they should be able to access the data:o use a feature fiag for the check - "MCP" add to Technical Settings for now• "Error: The Jiminny MCP Connector is not avallable for your account. Please contact your Jiminny CustomerSuccess Manager or our support team for heip."Faliback mechanism forusers with active SF tokensfor CRM MatchingREDUCK CH.Bасkiog~ Subtasks**_ 185% DoneBSt:70212%JY-20848 implement get.mel= MediumNikolay I...$ JY-20849 manualtestingNikolay IL...ouring and anter meconsRE CORDING MEETINGS WITHOUT= MediumNikolay I..Д -20071 25 () «00 =Users can fiiter Scores inTeam Insights by Hostaddress feedback for the tool% JY-20877structureX JY-20967Error message when MCP Connectorfeature is disabledXJY-20969 getumestops working on QAI|= Medium& Nikolay Y...= MediumNikolay L.= MediumNikolay L....READY FOR DEVSBacklog9:47 AM | Daily - PlatformLộ3Group: QueriesIn QA ~17 Improve StoryDetailsAssigneeNkolay IvanouAssign to meKoootGalya DimitrovaDevelopment@ Open in coding toolJ Create branch9 commits1 pull request3 bullds10 days ag9MEROEDvor ponendPlatformSub-ProductAdd optionsLabelsstory pont escmao•..Thu 28 May 9:47A100% C8•Thu 28 May 9:47:29All-In-One+₴5Capture AreaCapture Previous AreaCapture Fullscreen+₴3Capture Windowj Scrolling CaptureSelf-TimerAaCapture Text (OCR)Record ScreenHide Desktop IconsOpen...Open from ClipboardPin to the Screen...Capture History...About CleanShot...Check for Updates...Settings...QuitTKTOly YankovTB3 othersLukas Kovalik...
|
NULL
|
3554889513837059736
|
NULL
|
visual_change
|
ocr
|
NULL
|
SlackFileEditViewGoHistoryWindowHelpmeet.google.co SlackFileEditViewGoHistoryWindowHelpmeet.google.com/mie-gawc-dsi?authuser=lukas.kovalik%40jiminny.comNikolay Yankov (Presenting)+tdtySerx•C.Ф.ДDes XDe XF De x | F De: X | F De: X Co x E3 Pia x Q Up X CUD X CAd x Jm x |:• Go x |© ouhttps://fiminny.atlassian.net/jira/software/c/projects/JY/boards/37?seiectedissue=JY-20846. Ask Google8 IE Datadog O *Cuude CrcNCi El Sentry % x D Tasta E Iesignes a Coachin- Der bux → hyocoePlatform Team %.Q Search board200P J1-207391 4 07-40040MCP > Enable the AI to know details about the userJiminny MCP ServerversioningJIMINNY MCP CONNECTORDuckoeJy-20974~ DescriptionEnable the AI tocl to know the detalls about the user that is asking the questions. It will use those details to know how tofiiter the calls and deals.Upgrade BE libraries - MayBacklogE Jy-10058• provide the AI a tool that gives insights about the user - name, emali, team etc.• il the customer doesnt have the MCP feature enabled then they should be able to access the data:o use a feature fiag for the check - "MCP" add to Technical Settings for now• "Error: The Jiminny MCP Connector is not avallable for your account. Please contact your Jiminny CustomerSuccess Manager or our support team for heip."Faliback mechanism forusers with active SF tokensfor CRM MatchingREDUCK CH.Bасkiog~ Subtasks**_ 185% DoneBSt:70212%JY-20848 implement get.mel= MediumNikolay I...$ JY-20849 manualtestingNikolay IL...ouring and anter meconsRE CORDING MEETINGS WITHOUT= MediumNikolay I..Д -20071 25 () «00 =Users can fiiter Scores inTeam Insights by Hostaddress feedback for the tool% JY-20877structureX JY-20967Error message when MCP Connectorfeature is disabledXJY-20969 getumestops working on QAI|= Medium& Nikolay Y...= MediumNikolay L.= MediumNikolay L....READY FOR DEVSBacklog9:47 AM | Daily - PlatformLộ3Group: QueriesIn QA ~17 Improve StoryDetailsAssigneeNkolay IvanouAssign to meKoootGalya DimitrovaDevelopment@ Open in coding toolJ Create branch9 commits1 pull request3 bullds10 days ag9MEROEDvor ponendPlatformSub-ProductAdd optionsLabelsstory pont escmao•..Thu 28 May 9:47A100% C8•Thu 28 May 9:47:29All-In-One+₴5Capture AreaCapture Previous AreaCapture Fullscreen+₴3Capture Windowj Scrolling CaptureSelf-TimerAaCapture Text (OCR)Record ScreenHide Desktop IconsOpen...Open from ClipboardPin to the Screen...Capture History...About CleanShot...Check for Updates...Settings...QuitTKTOly YankovTB3 othersLukas Kovalik...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
79906
|
2792
|
36
|
2026-05-28T06:47:28.210413+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-28/1779 /Users/lukas/.screenpipe/data/data/2026-05-28/1779950848210_m1.jpg...
|
iTerm2
|
NULL
|
1
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
SlackFileEditViewGoHistoryWindowHelpmeet.google.co SlackFileEditViewGoHistoryWindowHelpmeet.google.com/mie-gawc-dsi?authuser=lukas.kovalik%40jiminny.comNikolay Yankov (Presenting)+tdtPlatform Team %.Q Search boardJiminny MCP ServerversioningJIMENNY MCP CONNECTORД 3-20074Upgrade BE libraries - May(MAINTENANCEBacklogE JY-10s8Fallback mechanism forusers with active SF tokensfor CRM MatchingREDUCK CHIBасkiogBSt:70212ouring and anter meconsRE CORDING MEETINGS WITHOUTД -20071 2.5 (1 «000 =Users can fiiter Scores inTeam Insights by HostBacklog9:47 AM | Daily - PlatformLộ3ySerxDe XDe X•C.Ф.ДF De x | F Dei X | F De: X Co x E3 Pia x Q Up X CUD X CAd X Jm x |:• Go x |iinny.atlassian.net/jira/software/c/projects/JY/boards/37?selectedissue=JY-20846C. Ask Google #8 DEDatadog O © * Caude O CrceC E Sentry 8 X DJ Tasksinsights & Coachin…- Der bux → hyocoe200P JT-207391 4 07-40040MCP > Enable the AI to know details about the user~ DescriptionEnable the AI tocl to know the detalls about the user that is asking the questions. It wil use those details to know how tofiter the calls and deals.• provide the AI a tooi that gives insights about the user - name, emall, team etc.• il the customer doesn't have the MCP feature enabled then they should be able to access the data:o use a feature flag for the check - "MCP" add to Technical Settings for now• *Error: The Jiminny MCP Connector is not avallable for your account. Please contact your Jiminny CustomerSuccess Manager or our support team for heip."~ Subtasks**_ 185% Done% JY-20848 implement get.me= MediumNikolay I...$ JY-20849 manualtestingNikolay IL...= MediumNikolay I..address feedback for the tool% JY-20877structureX JY-20967Error message when MCP Connectorfeature is disabledXJY-20969 getume stops working on QAI|= Medium& Nikolay Y...= MediumNikolay L.= MediumNikolay L....READY FOR DEVSGroup: QueriesIn QAI7 Improve StoryDetailsAssignee• Nikolay IvanouAssign to meGalya DimitrovaDevelopment@ Open in coding toolJ Create branch9 commits1 pull request3 bullds10 days aocMEROEDvor ponendPlatformSub-ProductAdd optionsLabelsStory point estimate8• Thu 28 May 9:47L Al Bockmarxs•..100% <478• Thu 28 May 9:47:288Galya DimitrovaNikolay Yankov3 othersAneliya AngelovaLukas Kovalik...
|
NULL
|
7608882052643408166
|
NULL
|
click
|
ocr
|
NULL
|
SlackFileEditViewGoHistoryWindowHelpmeet.google.co SlackFileEditViewGoHistoryWindowHelpmeet.google.com/mie-gawc-dsi?authuser=lukas.kovalik%40jiminny.comNikolay Yankov (Presenting)+tdtPlatform Team %.Q Search boardJiminny MCP ServerversioningJIMENNY MCP CONNECTORД 3-20074Upgrade BE libraries - May(MAINTENANCEBacklogE JY-10s8Fallback mechanism forusers with active SF tokensfor CRM MatchingREDUCK CHIBасkiogBSt:70212ouring and anter meconsRE CORDING MEETINGS WITHOUTД -20071 2.5 (1 «000 =Users can fiiter Scores inTeam Insights by HostBacklog9:47 AM | Daily - PlatformLộ3ySerxDe XDe X•C.Ф.ДF De x | F Dei X | F De: X Co x E3 Pia x Q Up X CUD X CAd X Jm x |:• Go x |iinny.atlassian.net/jira/software/c/projects/JY/boards/37?selectedissue=JY-20846C. Ask Google #8 DEDatadog O © * Caude O CrceC E Sentry 8 X DJ Tasksinsights & Coachin…- Der bux → hyocoe200P JT-207391 4 07-40040MCP > Enable the AI to know details about the user~ DescriptionEnable the AI tocl to know the detalls about the user that is asking the questions. It wil use those details to know how tofiter the calls and deals.• provide the AI a tooi that gives insights about the user - name, emall, team etc.• il the customer doesn't have the MCP feature enabled then they should be able to access the data:o use a feature flag for the check - "MCP" add to Technical Settings for now• *Error: The Jiminny MCP Connector is not avallable for your account. Please contact your Jiminny CustomerSuccess Manager or our support team for heip."~ Subtasks**_ 185% Done% JY-20848 implement get.me= MediumNikolay I...$ JY-20849 manualtestingNikolay IL...= MediumNikolay I..address feedback for the tool% JY-20877structureX JY-20967Error message when MCP Connectorfeature is disabledXJY-20969 getume stops working on QAI|= Medium& Nikolay Y...= MediumNikolay L.= MediumNikolay L....READY FOR DEVSGroup: QueriesIn QAI7 Improve StoryDetailsAssignee• Nikolay IvanouAssign to meGalya DimitrovaDevelopment@ Open in coding toolJ Create branch9 commits1 pull request3 bullds10 days aocMEROEDvor ponendPlatformSub-ProductAdd optionsLabelsStory point estimate8• Thu 28 May 9:47L Al Bockmarxs•..100% <478• Thu 28 May 9:47:288Galya DimitrovaNikolay Yankov3 othersAneliya AngelovaLukas Kovalik...
|
79905
|
NULL
|
NULL
|
NULL
|
|
79905
|
2792
|
35
|
2026-05-28T06:47:26.020905+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-28/1779 /Users/lukas/.screenpipe/data/data/2026-05-28/1779950846020_m1.jpg...
|
iTerm2
|
NULL
|
1
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
+SlackFileEditViewGoHistoryWindowHelpmeet.google.c +SlackFileEditViewGoHistoryWindowHelpmeet.google.com/mie-gawc-dsi?authuser=l•••Nikolay Yankov (Presenting)tdtF De xP D6 XЕ3 PAProjects|E3 SSH8 DacadogPlatform Team %Q Saairchi boara400SY-20739 / A JY-20846MCP > Enable the AI to know details about the userJiminny MCP ServerversioriigJIMENNY MCP CONNECTORД3y-20974Upgrade BE libraries - May(MAINTENANCEBacklogE JY-10s8~ DescriptionEnable the Al tocl to know the detalis about the user that is asking the questions. It will use those details to know how tofiter the calls and deals.• provide the AI a tool that gives insights about the user - name, emali, team etc.• il the customer doesn't have the MCP feature enabled then they should be able to access the data:o use a feature flag for the check - "MCP" add to Technical Settings for now• "Error: The Jiminny MCP Connector is not avallable for your account. Please contact your Jiminny CustomerSuccess Manager or our support team for heip."Fallback mechanism forUters Wiih satie tsfor CRM MatchingREDUCK CH.Backiog~ Subtasks**_ 185% DoneAsalgnee% JY-20848 implement get,me= MediumUsers can tako Natesauring and anter meduns* JY-20849 manual testingNikclay L.• Nikclay L•Nkolay I.0 -20071 28 11 чвемUsers can filter Scores inTeam Insights by Host"b JY-20851 85t he 100 19 tie 80015 k5haddress feedback for the tool% JY-20877structureError message when MCP Connectorfeature is disabledD JY-20969 get,me stops working on QAI= Medium= MediumMxoiey= Mediumtikoiay k= MediumNikolay I...Backiog9:47 AM | Daily - PlatformEDHomeDMsActivityFilesLater..•More+→Jiminny ...# engineering# general# happy_birthday# jbu-team-info# jiminny-bg# platform-tickets# product_launches# random# releases# support# thank-yous# the_people_of_jimi.... Direct messages. Petko Kashinskião Stefka Stoyanova: Todor StamatovSteliyan GeorgievC. Ves% MiraP. Nikolay Yankov. Stoyan TomovP. Galya Dimitrovado James GrahamLukas Kovali...::: Appsã Jira CloudToastCanala Cala100% <478•Thu 28 May 9:47:25Describe what you are looking forPetko Kashinski6 0Messagesдооро упроAdd canvas@ Files+Tuesday, May 12th ~Петко имацлитам за PНPetko Kashinski 10:52 AMХей ЛукашСлед минутка окей ли е ?Lukas Kovalik|10:52 AMразбира сеPetko Kashinski 10:54 AMRdyHuddle ?A huddle happened 10:55 AMYou and Petko Kashinski were in the huddle for3m.Today ~Petko Kashinski 9:00 AMДобро утро, Лукаш. Бърз въпрос - можем ли даexpose 'Call outcome' field в Sidekick, но 'MultiPicklist' type, a не single. За Single знам, че може.Lukas Kovalik |9:31 AMздрастихм, не сьм сигуренще проверяMessage Petko Kashinski...
|
NULL
|
-7772491151890873806
|
NULL
|
click
|
ocr
|
NULL
|
+SlackFileEditViewGoHistoryWindowHelpmeet.google.c +SlackFileEditViewGoHistoryWindowHelpmeet.google.com/mie-gawc-dsi?authuser=l•••Nikolay Yankov (Presenting)tdtF De xP D6 XЕ3 PAProjects|E3 SSH8 DacadogPlatform Team %Q Saairchi boara400SY-20739 / A JY-20846MCP > Enable the AI to know details about the userJiminny MCP ServerversioriigJIMENNY MCP CONNECTORД3y-20974Upgrade BE libraries - May(MAINTENANCEBacklogE JY-10s8~ DescriptionEnable the Al tocl to know the detalis about the user that is asking the questions. It will use those details to know how tofiter the calls and deals.• provide the AI a tool that gives insights about the user - name, emali, team etc.• il the customer doesn't have the MCP feature enabled then they should be able to access the data:o use a feature flag for the check - "MCP" add to Technical Settings for now• "Error: The Jiminny MCP Connector is not avallable for your account. Please contact your Jiminny CustomerSuccess Manager or our support team for heip."Fallback mechanism forUters Wiih satie tsfor CRM MatchingREDUCK CH.Backiog~ Subtasks**_ 185% DoneAsalgnee% JY-20848 implement get,me= MediumUsers can tako Natesauring and anter meduns* JY-20849 manual testingNikclay L.• Nikclay L•Nkolay I.0 -20071 28 11 чвемUsers can filter Scores inTeam Insights by Host"b JY-20851 85t he 100 19 tie 80015 k5haddress feedback for the tool% JY-20877structureError message when MCP Connectorfeature is disabledD JY-20969 get,me stops working on QAI= Medium= MediumMxoiey= Mediumtikoiay k= MediumNikolay I...Backiog9:47 AM | Daily - PlatformEDHomeDMsActivityFilesLater..•More+→Jiminny ...# engineering# general# happy_birthday# jbu-team-info# jiminny-bg# platform-tickets# product_launches# random# releases# support# thank-yous# the_people_of_jimi.... Direct messages. Petko Kashinskião Stefka Stoyanova: Todor StamatovSteliyan GeorgievC. Ves% MiraP. Nikolay Yankov. Stoyan TomovP. Galya Dimitrovado James GrahamLukas Kovali...::: Appsã Jira CloudToastCanala Cala100% <478•Thu 28 May 9:47:25Describe what you are looking forPetko Kashinski6 0Messagesдооро упроAdd canvas@ Files+Tuesday, May 12th ~Петко имацлитам за PНPetko Kashinski 10:52 AMХей ЛукашСлед минутка окей ли е ?Lukas Kovalik|10:52 AMразбира сеPetko Kashinski 10:54 AMRdyHuddle ?A huddle happened 10:55 AMYou and Petko Kashinski were in the huddle for3m.Today ~Petko Kashinski 9:00 AMДобро утро, Лукаш. Бърз въпрос - можем ли даexpose 'Call outcome' field в Sidekick, но 'MultiPicklist' type, a не single. За Single знам, че може.Lukas Kovalik |9:31 AMздрастихм, не сьм сигуренще проверяMessage Petko Kashinski...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
79904
|
2793
|
26
|
2026-05-28T06:47:25.912433+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-28/1779 /Users/lukas/.screenpipe/data/data/2026-05-28/1779950845912_m2.jpg...
|
iTerm2
|
NULL
|
1
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
rnostolFV faVsco.is ~$ JY-20915-fix-missing-header rnostolFV faVsco.is ~$ JY-20915-fix-missing-header-text-relProinet v© DealStageTransformer.phpgresturetonstoner.onoridld tonstotmer.ondorielovalelon omeoneCOoeaikxWoeonon© GroupTransformer.ohooneoaononoieron© InvitationTransformer.ohccpoo elansotneoneC) LanquageDialect TransformeMUNNCLavout Enttviranstormer choC Lavout Transformer.ohoC) Lesdtranstormer.oho© MessageTransformer oho)CMomentitranstormer.onoCNotetiranstormer.onoCNotirestontirans ormer.ono30cenoorur eommsodtodecennodur ithaeomat ocoarcinsottihne omatooc Paroheiane tmanooipem isronlttnohmorot(© PlaybackPageTransformer.p(© PlaybookTransformer.pho© PlaybookTreeTransformer.phPlaylistActivityTransformer.plPlaylistSharesTransformer.phPlaylistTransformer.php© ProspectsTransformer.phooQueston lfanstommer.ohoc Kolellansouneen© ScorecardRuleTiransformer.olC Sess ontirans ormer.onoc Sacetirans omer.onoc sactrans ormec.ond) TeamDomainTransformec.ohd8) Teamintcaration Transformer8) Team Transtormec ohoc) Themetirand ormes.choc)Tooic transtormer onoc)Tooic troced trane ormer.oheerealrne nrmor nhre llleor tane nmot nane Wolcodcroeehlind Mmornhrphe api.phpcomposer.ison• Dockerfilerner hensewietCNUL-PICKIALEVOI100% L7oo Inu co moy 3i4/2xTextRelayServiceTest+0.custom.iosravelloSF (iminny@localhost)un crm fields jiminnytalocalhost) x# HS Jocal jiminny@tocalhost# consolel poonA console (EU]A console [STAGING)Ty:AlrowDLRbEogMCSVYLL+OeANYAV7- WHERE id IN (1885, 3014)=•OROER 81 wuid (UULD with tine-low a-:ae con_configuration_id v* Bcrn_provider_id UJ8 label M1885 S8a51d4d-8ca7-49f0-9b2c-e16027877ccS39 ReninderDateTimeReminder Date/Tine3814 a3d3dfSa-eaa1-43d0-b95e-1ff4bec8c42839 picktestmulti cpicktestnultpublac tuncizon serwolerau loool Snobetaul...oublac tuncizon transtorm Field Smero: arrawSdetau vailme atel de%deraut wallue?tune asedosvne:essmooikdeau rvatleoSdefau Valme MnooidSdetau twallme?neturn"id' => $field->id_string.'objectType' => $field->object_type'label' => $field->label"fieldName' => $field->crn_provider_id"type' => $type'enabled' => Sfield->is selectable"Length' => Sfield->length"defaultValue' => SdefaultValuelpublic function includeOptions(Field Sfield): PCollectionif (Sfield->isPicklisto d& Svalues = Sfield->values)if (Sfield»›tyoe == Field::TYPE PTCKLIST 55 Svalues = Sfield-›values) {// This gets a little complex. We need to check if this field has any record type constraintsSthis->orofile&s (SrecordTyoe = Sthis-›orofile->/SSield-sobiecttype . 'RecordTvoe'})&s SrecordTvoe->SieldValues@-yahere('con Sieldid' Ssield->id)-sexists()/ Fetch the values specific for this record type.Svalues = Srecordtype->fieldValues)->ahere(crn_field_1d, Sfield->id)->getO:1f (Sthis->noDefault) {Fonssch vaimae se walla?dsualmnesse datant= tcaxreturn Sthis->collection(Svalues, new FieldValueTransfornerO)The backend API is now correctiy returning the mutti-picklist field with cations. The issue is in the frontend vue-co)рonens роскосо 9rSsne moo comminhy woecon comnoerionskeverence Pattern trom Dealinsigns/DealviDelwwascripswitch (tfeldTvoe)torrclolwoe curtencyformFieldType = "date"breok,formFieldtype = "select",ondeldivoes nuloselece or aporcopare sulboseledvehrankformFieldtype = "number",orcanFiles to Uodate in vue-comoonente packaae.Tihe se.iwwesummarycomwoneot that raocersadeAny field type mapping logic that converts CRM field types to form field type:Next Steos2 Bumo the version in the oackaa.3. Uodate the dependency in /front-end//oackage, fson to the new versior4. Run yarn install to get the updated packagThe backend fix is complete and working correctly. The field is being returned with options, but the frontendcomoonent donsn' know how to render enietcoicktet heide vetAsk anything Xol@ Code swioThzioehkP4 s...
|
NULL
|
8173599904933435972
|
NULL
|
click
|
ocr
|
NULL
|
rnostolFV faVsco.is ~$ JY-20915-fix-missing-header rnostolFV faVsco.is ~$ JY-20915-fix-missing-header-text-relProinet v© DealStageTransformer.phpgresturetonstoner.onoridld tonstotmer.ondorielovalelon omeoneCOoeaikxWoeonon© GroupTransformer.ohooneoaononoieron© InvitationTransformer.ohccpoo elansotneoneC) LanquageDialect TransformeMUNNCLavout Enttviranstormer choC Lavout Transformer.ohoC) Lesdtranstormer.oho© MessageTransformer oho)CMomentitranstormer.onoCNotetiranstormer.onoCNotirestontirans ormer.ono30cenoorur eommsodtodecennodur ithaeomat ocoarcinsottihne omatooc Paroheiane tmanooipem isronlttnohmorot(© PlaybackPageTransformer.p(© PlaybookTransformer.pho© PlaybookTreeTransformer.phPlaylistActivityTransformer.plPlaylistSharesTransformer.phPlaylistTransformer.php© ProspectsTransformer.phooQueston lfanstommer.ohoc Kolellansouneen© ScorecardRuleTiransformer.olC Sess ontirans ormer.onoc Sacetirans omer.onoc sactrans ormec.ond) TeamDomainTransformec.ohd8) Teamintcaration Transformer8) Team Transtormec ohoc) Themetirand ormes.choc)Tooic transtormer onoc)Tooic troced trane ormer.oheerealrne nrmor nhre llleor tane nmot nane Wolcodcroeehlind Mmornhrphe api.phpcomposer.ison• Dockerfilerner hensewietCNUL-PICKIALEVOI100% L7oo Inu co moy 3i4/2xTextRelayServiceTest+0.custom.iosravelloSF (iminny@localhost)un crm fields jiminnytalocalhost) x# HS Jocal jiminny@tocalhost# consolel poonA console (EU]A console [STAGING)Ty:AlrowDLRbEogMCSVYLL+OeANYAV7- WHERE id IN (1885, 3014)=•OROER 81 wuid (UULD with tine-low a-:ae con_configuration_id v* Bcrn_provider_id UJ8 label M1885 S8a51d4d-8ca7-49f0-9b2c-e16027877ccS39 ReninderDateTimeReminder Date/Tine3814 a3d3dfSa-eaa1-43d0-b95e-1ff4bec8c42839 picktestmulti cpicktestnultpublac tuncizon serwolerau loool Snobetaul...oublac tuncizon transtorm Field Smero: arrawSdetau vailme atel de%deraut wallue?tune asedosvne:essmooikdeau rvatleoSdefau Valme MnooidSdetau twallme?neturn"id' => $field->id_string.'objectType' => $field->object_type'label' => $field->label"fieldName' => $field->crn_provider_id"type' => $type'enabled' => Sfield->is selectable"Length' => Sfield->length"defaultValue' => SdefaultValuelpublic function includeOptions(Field Sfield): PCollectionif (Sfield->isPicklisto d& Svalues = Sfield->values)if (Sfield»›tyoe == Field::TYPE PTCKLIST 55 Svalues = Sfield-›values) {// This gets a little complex. We need to check if this field has any record type constraintsSthis->orofile&s (SrecordTyoe = Sthis-›orofile->/SSield-sobiecttype . 'RecordTvoe'})&s SrecordTvoe->SieldValues@-yahere('con Sieldid' Ssield->id)-sexists()/ Fetch the values specific for this record type.Svalues = Srecordtype->fieldValues)->ahere(crn_field_1d, Sfield->id)->getO:1f (Sthis->noDefault) {Fonssch vaimae se walla?dsualmnesse datant= tcaxreturn Sthis->collection(Svalues, new FieldValueTransfornerO)The backend API is now correctiy returning the mutti-picklist field with cations. The issue is in the frontend vue-co)рonens роскосо 9rSsne moo comminhy woecon comnoerionskeverence Pattern trom Dealinsigns/DealviDelwwascripswitch (tfeldTvoe)torrclolwoe curtencyformFieldType = "date"breok,formFieldtype = "select",ondeldivoes nuloselece or aporcopare sulboseledvehrankformFieldtype = "number",orcanFiles to Uodate in vue-comoonente packaae.Tihe se.iwwesummarycomwoneot that raocersadeAny field type mapping logic that converts CRM field types to form field type:Next Steos2 Bumo the version in the oackaa.3. Uodate the dependency in /front-end//oackage, fson to the new versior4. Run yarn install to get the updated packagThe backend fix is complete and working correctly. The field is being returned with options, but the frontendcomoonent donsn' know how to render enietcoicktet heide vetAsk anything Xol@ Code swioThzioehkP4 s...
|
79901
|
NULL
|
NULL
|
NULL
|
|
79903
|
2792
|
34
|
2026-05-28T06:47:24.892980+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-28/1779 /Users/lukas/.screenpipe/data/data/2026-05-28/1779950844892_m1.jpg...
|
iTerm2
|
NULL
|
1
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
+SlackFileEditViewGoHistoryWindowHelpmeet.google.c +SlackFileEditViewGoHistoryWindowHelpmeet.google.com/mie-gawc-dsi?authuser=l•••EDNikolay Yankov (Presenting)tdtF De xP D6 XX Plalhttps://iminny.atlassian.net/jira/software/c/projects/JY/boards/37?seiectedissue=JY-20846Projects|23 SSH8 DacadogPlatform Team %Q Smdrch boara400§ SY-20739 / A JY-20846MCP > Enable the AI to know details about the userJiminny MCP ServerversioringJIMINNY MCR CONNECTORQJY-2tasUpgrade BE lbranes - MayBacklogП 1r-1000• DescriptionEnable the Al tool to know the detalls about the user that is asking the questions. It wit use those details to know how tofiter the calls and deals.• provide the AI a tooi that gives insights about the user - name, emal, team eto.• it the customer doesn't have the MCP feature enabled then they should be able to accoss the data:• use a feature flag for the check - "MCP" add to Technical Settings for now• *Error: The Jiminny MCP Connector is not avallable for your account. Please contact your Jiminny CustomerSuccess Manager or our support team for heip."Faliback mechanise forusers with active SF tckensfor CRM MatchingEEDLICK EHEBACKIOgSubtasks***_1185% Done% JY-20848 implement get,me= MediumUsers can tako Natesauring and anter meduns* JY-20849 manual testingAsalgneeNikclay L.• Nikclay L•Nkolay I.0 -10071 28 11 ч50мUsers can filter Scores inTeam Insights by Most"b JY-20851 85t the 100 19 tie 80015 k5haddress feedback for the tool% JY-20877structureError message when MCP Connectorfeature is disabledD JY-20969 get,me stops working on QAI= Medium= MediumMxoiey= Mediumtkohy L= MediumNikolay I...Backiog9:47 AM | Daily - Platform→HomeDMsActivityFilesLater..•More+Jiminny ...# engineering# general# happy_birthday# jbu-team-info# jiminny-bg# platform-tickets# product_launches# random# releases# support# thank-yous# the_people_of_jimi.... Direct messages. Petko Kashinskião Stefka Stoyanova: Todor StamatovSteliyan GeorgievC. Ves% MiraP. Nikolay Yankov. Stoyan TomovP. Galya Dimitrovado James GrahamLukas Kovali...#:: Appsã Jira CloudToastCanala Cala100% <478•Thu 28 May 9:47:24Describe what you are looking forPetko Kashinski6 0• Messagesдооро упроAdd canvasO Files+Tuesday, May 12th ~Петко имацлитам за PНPetko Kashinski 10:52 AMХей ЛукашСлед минутка окей ли е ?Lukas Kovalik|10:52 AMразбира сеPetko Kashinski 10:54 AMRdyHuddle ?A huddle happened 10:55 AMYou and Petko Kashinski were in the huddle for3m.Today ~Petko Kashinski 9:00 AMДобро утро, Лукаш. Бърз въпрос - можем ли даexpose 'Call outcome' field в Sidekick, но 'MultiPicklist' type, a не single. За Single знам, че може.Lukas Kovalik |9:31 AMздрастихм, не сьм сигуренще проверяMessage Petko Kashinski...
|
NULL
|
1552956566144817137
|
NULL
|
click
|
ocr
|
NULL
|
+SlackFileEditViewGoHistoryWindowHelpmeet.google.c +SlackFileEditViewGoHistoryWindowHelpmeet.google.com/mie-gawc-dsi?authuser=l•••EDNikolay Yankov (Presenting)tdtF De xP D6 XX Plalhttps://iminny.atlassian.net/jira/software/c/projects/JY/boards/37?seiectedissue=JY-20846Projects|23 SSH8 DacadogPlatform Team %Q Smdrch boara400§ SY-20739 / A JY-20846MCP > Enable the AI to know details about the userJiminny MCP ServerversioringJIMINNY MCR CONNECTORQJY-2tasUpgrade BE lbranes - MayBacklogП 1r-1000• DescriptionEnable the Al tool to know the detalls about the user that is asking the questions. It wit use those details to know how tofiter the calls and deals.• provide the AI a tooi that gives insights about the user - name, emal, team eto.• it the customer doesn't have the MCP feature enabled then they should be able to accoss the data:• use a feature flag for the check - "MCP" add to Technical Settings for now• *Error: The Jiminny MCP Connector is not avallable for your account. Please contact your Jiminny CustomerSuccess Manager or our support team for heip."Faliback mechanise forusers with active SF tckensfor CRM MatchingEEDLICK EHEBACKIOgSubtasks***_1185% Done% JY-20848 implement get,me= MediumUsers can tako Natesauring and anter meduns* JY-20849 manual testingAsalgneeNikclay L.• Nikclay L•Nkolay I.0 -10071 28 11 ч50мUsers can filter Scores inTeam Insights by Most"b JY-20851 85t the 100 19 tie 80015 k5haddress feedback for the tool% JY-20877structureError message when MCP Connectorfeature is disabledD JY-20969 get,me stops working on QAI= Medium= MediumMxoiey= Mediumtkohy L= MediumNikolay I...Backiog9:47 AM | Daily - Platform→HomeDMsActivityFilesLater..•More+Jiminny ...# engineering# general# happy_birthday# jbu-team-info# jiminny-bg# platform-tickets# product_launches# random# releases# support# thank-yous# the_people_of_jimi.... Direct messages. Petko Kashinskião Stefka Stoyanova: Todor StamatovSteliyan GeorgievC. Ves% MiraP. Nikolay Yankov. Stoyan TomovP. Galya Dimitrovado James GrahamLukas Kovali...#:: Appsã Jira CloudToastCanala Cala100% <478•Thu 28 May 9:47:24Describe what you are looking forPetko Kashinski6 0• Messagesдооро упроAdd canvasO Files+Tuesday, May 12th ~Петко имацлитам за PНPetko Kashinski 10:52 AMХей ЛукашСлед минутка окей ли е ?Lukas Kovalik|10:52 AMразбира сеPetko Kashinski 10:54 AMRdyHuddle ?A huddle happened 10:55 AMYou and Petko Kashinski were in the huddle for3m.Today ~Petko Kashinski 9:00 AMДобро утро, Лукаш. Бърз въпрос - можем ли даexpose 'Call outcome' field в Sidekick, но 'MultiPicklist' type, a не single. За Single знам, че може.Lukas Kovalik |9:31 AMздрастихм, не сьм сигуренще проверяMessage Petko Kashinski...
|
79902
|
NULL
|
NULL
|
NULL
|
|
79902
|
2792
|
33
|
2026-05-28T06:47:23.283067+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-28/1779 /Users/lukas/.screenpipe/data/data/2026-05-28/1779950843283_m1.jpg...
|
PhpStorm
|
faVsco.js – FieldTransformer.php
|
1
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Project: faVsco.js, menu
JY-20915-fix-missing-head Project: faVsco.js, menu
JY-20915-fix-missing-header-text-relay, menu
Start Listening for PHP Debug Connections
TextRelayServiceTest
Run 'TextRelayServiceTest'
Debug 'TextRelayServiceTest'
More Actions
JetBrains AI
Search Everywhere
IDE and Project Settings
Sync Changes
Hide This Notification
Code changed:
Hide
11
1
Previous Highlighted Error
Next Highlighted Error
<?php
namespace Jiminny\Http\Transformers;
use Jiminny\Models\Crm\Field;
use Jiminny\Models\Crm\Profile;
use League\Fractal\Resource\Collection;
use League\Fractal\TransformerAbstract;
class FieldTransformer extends TransformerAbstract
{
protected array $availableIncludes = [
'options',
];
private ?Profile $profile;
private bool $noDefault = false;
public function __construct(?Profile $profile = null)
{
$this->profile = $profile;
}
public function setNoDefault(bool $noDefault)
{
$this->noDefault = $noDefault;
}
public function transform(Field $field): array
{
$defaultValue = $field->default_value;
$type = $field->type;
if (\is_bool($defaultValue)) {
$defaultValue = (bool) $defaultValue;
}
return [
'id' => $field->id_string,
'objectType' => $field->object_type,
'label' => $field->label,
'fieldName' => $field->crm_provider_id,
'type' => $type,
'enabled' => $field->is_selectable,
'length' => $field->length,
'defaultValue' => $defaultValue,
];
}
public function includeOptions(Field $field): ?Collection
{
if ($field->isPicklist() && $values = $field->values) {
// if ($field->type === Field::TYPE_PICKLIST && $values = $field->values) {
// This gets a little complex. We need to check if this field has any record type constraints for the profile.
if (
$this->profile
&& ($recordType = $this->profile->{$field->object_type . 'RecordType'})
&& $recordType->fieldValues()->where('crm_field_id', $field->id)->exists()
) {
// Fetch the values specific for this record type.
$values = $recordType->fieldValues()->where('crm_field_id', $field->id)->get();
}
if ($this->noDefault) {
foreach ($values as $value) {
$value->is_default = false;
}
}
return $this->collection($values, new FieldValueTransformer());
}
return null;
}
}
A
id
B
uuid (UUID with time-low and time-high swapped)
C
crm_configuration_id
D
crm_provider_id
E
label
F
description
G
type
H
length
I
default_value
J
object_type
K
is_selectable
L
is_mandatory
M
is_filterable
N
is_indexable
O
created_at
P
updated_at
Q
is_readonly
Select All
1885
1885
39...
|
[{"role":"AXButton","text" [{"role":"AXButton","text":"Project: faVsco.js, menu","depth":5,"on_screen":true,"help_text":"~/jiminny/app","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"JY-20915-fix-missing-header-text-relay, menu","depth":5,"on_screen":true,"help_text":"Git Branch: JY-20915-fix-missing-header-text-relay","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Start Listening for PHP Debug Connections","depth":5,"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"TextRelayServiceTest","depth":6,"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Run 'TextRelayServiceTest'","depth":6,"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Debug 'TextRelayServiceTest'","depth":6,"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"More Actions","depth":6,"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"JetBrains AI","depth":5,"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Search Everywhere","depth":5,"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"IDE and Project Settings","depth":5,"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Sync Changes","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.018055556,"height":0.026666667},"on_screen":false,"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Hide This Notification","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.018055556,"height":0.026666667},"on_screen":false,"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Code changed:","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.088194445,"height":0.027777778},"on_screen":false,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Hide","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.018055556,"height":0.026666667},"on_screen":false,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"11","depth":4,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"1","depth":4,"on_screen":true,"role_description":"text"},{"role":"AXButton","text":"Previous Highlighted Error","depth":4,"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Next Highlighted Error","depth":4,"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXTextArea","text":"<?php\n\nnamespace Jiminny\\Http\\Transformers;\n\nuse Jiminny\\Models\\Crm\\Field;\nuse Jiminny\\Models\\Crm\\Profile;\nuse League\\Fractal\\Resource\\Collection;\nuse League\\Fractal\\TransformerAbstract;\n\nclass FieldTransformer extends TransformerAbstract\n{\n protected array $availableIncludes = [\n 'options',\n ];\n private ?Profile $profile;\n\n private bool $noDefault = false;\n\n public function __construct(?Profile $profile = null)\n {\n $this->profile = $profile;\n }\n\n public function setNoDefault(bool $noDefault)\n {\n $this->noDefault = $noDefault;\n }\n\n public function transform(Field $field): array\n {\n $defaultValue = $field->default_value;\n $type = $field->type;\n\n if (\\is_bool($defaultValue)) {\n $defaultValue = (bool) $defaultValue;\n }\n\n return [\n 'id' => $field->id_string,\n 'objectType' => $field->object_type,\n 'label' => $field->label,\n 'fieldName' => $field->crm_provider_id,\n 'type' => $type,\n 'enabled' => $field->is_selectable,\n 'length' => $field->length,\n 'defaultValue' => $defaultValue,\n ];\n }\n\n public function includeOptions(Field $field): ?Collection\n {\n if ($field->isPicklist() && $values = $field->values) {\n// if ($field->type === Field::TYPE_PICKLIST && $values = $field->values) {\n // This gets a little complex. We need to check if this field has any record type constraints for the profile.\n if (\n $this->profile\n && ($recordType = $this->profile->{$field->object_type . 'RecordType'})\n && $recordType->fieldValues()->where('crm_field_id', $field->id)->exists()\n ) {\n // Fetch the values specific for this record type.\n $values = $recordType->fieldValues()->where('crm_field_id', $field->id)->get();\n }\n\n if ($this->noDefault) {\n foreach ($values as $value) {\n $value->is_default = false;\n }\n }\n\n return $this->collection($values, new FieldValueTransformer());\n }\n\n return null;\n }\n}","depth":4,"on_screen":true,"value":"<?php\n\nnamespace Jiminny\\Http\\Transformers;\n\nuse Jiminny\\Models\\Crm\\Field;\nuse Jiminny\\Models\\Crm\\Profile;\nuse League\\Fractal\\Resource\\Collection;\nuse League\\Fractal\\TransformerAbstract;\n\nclass FieldTransformer extends TransformerAbstract\n{\n protected array $availableIncludes = [\n 'options',\n ];\n private ?Profile $profile;\n\n private bool $noDefault = false;\n\n public function __construct(?Profile $profile = null)\n {\n $this->profile = $profile;\n }\n\n public function setNoDefault(bool $noDefault)\n {\n $this->noDefault = $noDefault;\n }\n\n public function transform(Field $field): array\n {\n $defaultValue = $field->default_value;\n $type = $field->type;\n\n if (\\is_bool($defaultValue)) {\n $defaultValue = (bool) $defaultValue;\n }\n\n return [\n 'id' => $field->id_string,\n 'objectType' => $field->object_type,\n 'label' => $field->label,\n 'fieldName' => $field->crm_provider_id,\n 'type' => $type,\n 'enabled' => $field->is_selectable,\n 'length' => $field->length,\n 'defaultValue' => $defaultValue,\n ];\n }\n\n public function includeOptions(Field $field): ?Collection\n {\n if ($field->isPicklist() && $values = $field->values) {\n// if ($field->type === Field::TYPE_PICKLIST && $values = $field->values) {\n // This gets a little complex. We need to check if this field has any record type constraints for the profile.\n if (\n $this->profile\n && ($recordType = $this->profile->{$field->object_type . 'RecordType'})\n && $recordType->fieldValues()->where('crm_field_id', $field->id)->exists()\n ) {\n // Fetch the values specific for this record type.\n $values = $recordType->fieldValues()->where('crm_field_id', $field->id)->get();\n }\n\n if ($this->noDefault) {\n foreach ($values as $value) {\n $value->is_default = false;\n }\n }\n\n return $this->collection($values, new FieldValueTransformer());\n }\n\n return null;\n }\n}","role_description":"text entry area","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"A","depth":4,"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"id","depth":5,"bounds":{"left":0.0,"top":0.0,"width":0.04375,"height":0.03},"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"B","depth":4,"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"uuid (UUID with time-low and time-high swapped)","depth":5,"bounds":{"left":0.0,"top":0.0,"width":0.04375,"height":0.03},"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"C","depth":4,"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"crm_configuration_id","depth":5,"bounds":{"left":0.0,"top":0.0,"width":0.04375,"height":0.03},"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"D","depth":4,"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"crm_provider_id","depth":5,"bounds":{"left":0.0,"top":0.0,"width":0.04375,"height":0.03},"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"E","depth":4,"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"label","depth":5,"bounds":{"left":0.0,"top":0.0,"width":0.04375,"height":0.03},"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"F","depth":4,"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"description","depth":5,"bounds":{"left":0.0,"top":0.0,"width":0.04375,"height":0.03},"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"G","depth":4,"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"type","depth":5,"bounds":{"left":0.0,"top":0.0,"width":0.04375,"height":0.03},"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"H","depth":4,"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"length","depth":5,"bounds":{"left":0.0,"top":0.0,"width":0.04375,"height":0.03},"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"I","depth":4,"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"default_value","depth":5,"bounds":{"left":0.0,"top":0.0,"width":0.04375,"height":0.03},"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"J","depth":4,"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"object_type","depth":5,"bounds":{"left":0.0,"top":0.0,"width":0.04375,"height":0.03},"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"K","depth":4,"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"is_selectable","depth":5,"bounds":{"left":0.0,"top":0.0,"width":0.04375,"height":0.03},"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"L","depth":4,"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"is_mandatory","depth":5,"bounds":{"left":0.0,"top":0.0,"width":0.04375,"height":0.03},"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"M","depth":4,"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"is_filterable","depth":5,"bounds":{"left":0.0,"top":0.0,"width":0.04375,"height":0.03},"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"N","depth":4,"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"is_indexable","depth":5,"bounds":{"left":0.0,"top":0.0,"width":0.04375,"height":0.03},"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"O","depth":4,"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"created_at","depth":5,"bounds":{"left":0.0,"top":0.0,"width":0.04375,"height":0.03},"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"P","depth":4,"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"updated_at","depth":5,"bounds":{"left":0.0,"top":0.0,"width":0.04375,"height":0.03},"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"Q","depth":4,"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"is_readonly","depth":5,"bounds":{"left":0.0,"top":0.0,"width":0.04375,"height":0.03},"on_screen":false,"role_description":"text"},{"role":"AXButton","text":"Select All","depth":4,"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXCell","text":"1885","depth":6,"on_screen":true,"role_description":"cell"},{"role":"AXStaticText","text":"1885","depth":7,"on_screen":true,"role_description":"text"},{"role":"AXTextArea","text":"39","depth":8,"value":"39","role_description":"text entry area","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false}]...
|
8056782752922170526
|
-7913405746134306381
|
visual_change
|
accessibility
|
NULL
|
Project: faVsco.js, menu
JY-20915-fix-missing-head Project: faVsco.js, menu
JY-20915-fix-missing-header-text-relay, menu
Start Listening for PHP Debug Connections
TextRelayServiceTest
Run 'TextRelayServiceTest'
Debug 'TextRelayServiceTest'
More Actions
JetBrains AI
Search Everywhere
IDE and Project Settings
Sync Changes
Hide This Notification
Code changed:
Hide
11
1
Previous Highlighted Error
Next Highlighted Error
<?php
namespace Jiminny\Http\Transformers;
use Jiminny\Models\Crm\Field;
use Jiminny\Models\Crm\Profile;
use League\Fractal\Resource\Collection;
use League\Fractal\TransformerAbstract;
class FieldTransformer extends TransformerAbstract
{
protected array $availableIncludes = [
'options',
];
private ?Profile $profile;
private bool $noDefault = false;
public function __construct(?Profile $profile = null)
{
$this->profile = $profile;
}
public function setNoDefault(bool $noDefault)
{
$this->noDefault = $noDefault;
}
public function transform(Field $field): array
{
$defaultValue = $field->default_value;
$type = $field->type;
if (\is_bool($defaultValue)) {
$defaultValue = (bool) $defaultValue;
}
return [
'id' => $field->id_string,
'objectType' => $field->object_type,
'label' => $field->label,
'fieldName' => $field->crm_provider_id,
'type' => $type,
'enabled' => $field->is_selectable,
'length' => $field->length,
'defaultValue' => $defaultValue,
];
}
public function includeOptions(Field $field): ?Collection
{
if ($field->isPicklist() && $values = $field->values) {
// if ($field->type === Field::TYPE_PICKLIST && $values = $field->values) {
// This gets a little complex. We need to check if this field has any record type constraints for the profile.
if (
$this->profile
&& ($recordType = $this->profile->{$field->object_type . 'RecordType'})
&& $recordType->fieldValues()->where('crm_field_id', $field->id)->exists()
) {
// Fetch the values specific for this record type.
$values = $recordType->fieldValues()->where('crm_field_id', $field->id)->get();
}
if ($this->noDefault) {
foreach ($values as $value) {
$value->is_default = false;
}
}
return $this->collection($values, new FieldValueTransformer());
}
return null;
}
}
A
id
B
uuid (UUID with time-low and time-high swapped)
C
crm_configuration_id
D
crm_provider_id
E
label
F
description
G
type
H
length
I
default_value
J
object_type
K
is_selectable
L
is_mandatory
M
is_filterable
N
is_indexable
O
created_at
P
updated_at
Q
is_readonly
Select All
1885
1885
39...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
79901
|
2793
|
25
|
2026-05-28T06:47:20.977474+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-28/1779 /Users/lukas/.screenpipe/data/data/2026-05-28/1779950840977_m2.jpg...
|
PhpStorm
|
faVsco.js – FieldTransformer.php
|
1
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Project: faVsco.js, menu
JY-20915-fix-missing-head Project: faVsco.js, menu
JY-20915-fix-missing-header-text-relay, menu
Start Listening for PHP Debug Connections
TextRelayServiceTest
Run 'TextRelayServiceTest'
Debug 'TextRelayServiceTest'
More Actions
JetBrains AI
Search Everywhere
IDE and Project Settings
Sync Changes
Hide This Notification
Code changed:
Hide
11
1
Previous Highlighted Error
Next Highlighted Error
<?php
namespace Jiminny\Http\Transformers;
use Jiminny\Models\Crm\Field;
use Jiminny\Models\Crm\Profile;
use League\Fractal\Resource\Collection;
use League\Fractal\TransformerAbstract;
class FieldTransformer extends TransformerAbstract
{
protected array $availableIncludes = [
'options',
];
private ?Profile $profile;
private bool $noDefault = false;
public function __construct(?Profile $profile = null)
{
$this->profile = $profile;
}
public function setNoDefault(bool $noDefault)
{
$this->noDefault = $noDefault;
}
public function transform(Field $field): array
{
$defaultValue = $field->default_value;
$type = $field->type;
if (\is_bool($defaultValue)) {
$defaultValue = (bool) $defaultValue;
}
return [
'id' => $field->id_string,
'objectType' => $field->object_type,
'label' => $field->label,
'fieldName' => $field->crm_provider_id,
'type' => $type,
'enabled' => $field->is_selectable,
'length' => $field->length,
'defaultValue' => $defaultValue,
];
}
public function includeOptions(Field $field): ?Collection
{
if ($field->isPicklist() && $values = $field->values) {
// if ($field->type === Field::TYPE_PICKLIST && $values = $field->values) {
// This gets a little complex. We need to check if this field has any record type constraints for the profile.
if (
$this->profile
&& ($recordType = $this->profile->{$field->object_type . 'RecordType'})
&& $recordType->fieldValues()->where('crm_field_id', $field->id)->exists()
) {
// Fetch the values specific for this record type.
$values = $recordType->fieldValues()->where('crm_field_id', $field->id)->get();
}
if ($this->noDefault) {
foreach ($values as $value) {
$value->is_default = false;
}
}
return $this->collection($values, new FieldValueTransformer());
}
return null;
}
}
A
id
B
uuid (UUID with time-low and time-high swapped)
C
crm_configuration_id
D
crm_provider_id
E
label
F
description
G
type
H
length
I
default_value
J
object_type
K
is_selectable
L
is_mandatory
M
is_filterable
N
is_indexable
O
created_at
P
updated_at
Q
is_readonly
Select All
1885
1885
39
58a51d4d-0ca7-49f0-9b2c-e16027877cc5
58a51d4d-0ca7-49f0-9b2c-e16027877cc5
picktestmulti__c
39
39
39
ReminderDateTime
ReminderDateTime
picktestmulti__c
Reminder Date/Time
Reminder Date/Time...
|
[{"role":"AXButton","text" [{"role":"AXButton","text":"Project: faVsco.js, menu","depth":5,"bounds":{"left":0.025930852,"top":0.019952115,"width":0.03856383,"height":0.025538707},"on_screen":true,"help_text":"~/jiminny/app","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"JY-20915-fix-missing-header-text-relay, menu","depth":5,"bounds":{"left":0.064494684,"top":0.019952115,"width":0.09740692,"height":0.025538707},"on_screen":true,"help_text":"Git Branch: JY-20915-fix-missing-header-text-relay","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Start Listening for PHP Debug Connections","depth":5,"bounds":{"left":0.8374335,"top":0.019952115,"width":0.011303191,"height":0.025538707},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"TextRelayServiceTest","depth":6,"bounds":{"left":0.85272604,"top":0.019952115,"width":0.062832445,"height":0.025538707},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Run 'TextRelayServiceTest'","depth":6,"bounds":{"left":0.9155585,"top":0.019952115,"width":0.011303191,"height":0.025538707},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Debug 'TextRelayServiceTest'","depth":6,"bounds":{"left":0.9268617,"top":0.019952115,"width":0.011303191,"height":0.025538707},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"More Actions","depth":6,"bounds":{"left":0.9381649,"top":0.019952115,"width":0.011303191,"height":0.025538707},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"JetBrains AI","depth":5,"bounds":{"left":0.96609044,"top":0.019952115,"width":0.011303191,"height":0.025538707},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Search Everywhere","depth":5,"bounds":{"left":0.9773936,"top":0.019952115,"width":0.011303191,"height":0.025538707},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"IDE and Project Settings","depth":5,"bounds":{"left":0.9886968,"top":0.019952115,"width":0.011303186,"height":0.025538707},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Sync Changes","depth":4,"bounds":{"left":0.27027926,"top":1.0,"width":0.008643617,"height":0.0},"on_screen":false,"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Hide This Notification","depth":4,"bounds":{"left":0.27027926,"top":1.0,"width":0.008643617,"height":0.0},"on_screen":false,"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Code changed:","depth":4,"bounds":{"left":0.27027926,"top":1.0,"width":0.042220745,"height":0.0},"on_screen":false,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Hide","depth":4,"bounds":{"left":0.27027926,"top":1.0,"width":0.008643617,"height":0.0},"on_screen":false,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"11","depth":4,"bounds":{"left":0.37699467,"top":0.12529927,"width":0.008976064,"height":0.015163607},"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"1","depth":4,"bounds":{"left":0.3879654,"top":0.12529927,"width":0.00731383,"height":0.015163607},"on_screen":true,"role_description":"text"},{"role":"AXButton","text":"Previous Highlighted Error","depth":4,"bounds":{"left":0.39694148,"top":0.123703115,"width":0.00731383,"height":0.018355945},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Next Highlighted Error","depth":4,"bounds":{"left":0.40425533,"top":0.123703115,"width":0.006981383,"height":0.018355945},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXTextArea","text":"<?php\n\nnamespace Jiminny\\Http\\Transformers;\n\nuse Jiminny\\Models\\Crm\\Field;\nuse Jiminny\\Models\\Crm\\Profile;\nuse League\\Fractal\\Resource\\Collection;\nuse League\\Fractal\\TransformerAbstract;\n\nclass FieldTransformer extends TransformerAbstract\n{\n protected array $availableIncludes = [\n 'options',\n ];\n private ?Profile $profile;\n\n private bool $noDefault = false;\n\n public function __construct(?Profile $profile = null)\n {\n $this->profile = $profile;\n }\n\n public function setNoDefault(bool $noDefault)\n {\n $this->noDefault = $noDefault;\n }\n\n public function transform(Field $field): array\n {\n $defaultValue = $field->default_value;\n $type = $field->type;\n\n if (\\is_bool($defaultValue)) {\n $defaultValue = (bool) $defaultValue;\n }\n\n return [\n 'id' => $field->id_string,\n 'objectType' => $field->object_type,\n 'label' => $field->label,\n 'fieldName' => $field->crm_provider_id,\n 'type' => $type,\n 'enabled' => $field->is_selectable,\n 'length' => $field->length,\n 'defaultValue' => $defaultValue,\n ];\n }\n\n public function includeOptions(Field $field): ?Collection\n {\n if ($field->isPicklist() && $values = $field->values) {\n// if ($field->type === Field::TYPE_PICKLIST && $values = $field->values) {\n // This gets a little complex. We need to check if this field has any record type constraints for the profile.\n if (\n $this->profile\n && ($recordType = $this->profile->{$field->object_type . 'RecordType'})\n && $recordType->fieldValues()->where('crm_field_id', $field->id)->exists()\n ) {\n // Fetch the values specific for this record type.\n $values = $recordType->fieldValues()->where('crm_field_id', $field->id)->get();\n }\n\n if ($this->noDefault) {\n foreach ($values as $value) {\n $value->is_default = false;\n }\n }\n\n return $this->collection($values, new FieldValueTransformer());\n }\n\n return null;\n }\n}","depth":4,"on_screen":true,"value":"<?php\n\nnamespace Jiminny\\Http\\Transformers;\n\nuse Jiminny\\Models\\Crm\\Field;\nuse Jiminny\\Models\\Crm\\Profile;\nuse League\\Fractal\\Resource\\Collection;\nuse League\\Fractal\\TransformerAbstract;\n\nclass FieldTransformer extends TransformerAbstract\n{\n protected array $availableIncludes = [\n 'options',\n ];\n private ?Profile $profile;\n\n private bool $noDefault = false;\n\n public function __construct(?Profile $profile = null)\n {\n $this->profile = $profile;\n }\n\n public function setNoDefault(bool $noDefault)\n {\n $this->noDefault = $noDefault;\n }\n\n public function transform(Field $field): array\n {\n $defaultValue = $field->default_value;\n $type = $field->type;\n\n if (\\is_bool($defaultValue)) {\n $defaultValue = (bool) $defaultValue;\n }\n\n return [\n 'id' => $field->id_string,\n 'objectType' => $field->object_type,\n 'label' => $field->label,\n 'fieldName' => $field->crm_provider_id,\n 'type' => $type,\n 'enabled' => $field->is_selectable,\n 'length' => $field->length,\n 'defaultValue' => $defaultValue,\n ];\n }\n\n public function includeOptions(Field $field): ?Collection\n {\n if ($field->isPicklist() && $values = $field->values) {\n// if ($field->type === Field::TYPE_PICKLIST && $values = $field->values) {\n // This gets a little complex. We need to check if this field has any record type constraints for the profile.\n if (\n $this->profile\n && ($recordType = $this->profile->{$field->object_type . 'RecordType'})\n && $recordType->fieldValues()->where('crm_field_id', $field->id)->exists()\n ) {\n // Fetch the values specific for this record type.\n $values = $recordType->fieldValues()->where('crm_field_id', $field->id)->get();\n }\n\n if ($this->noDefault) {\n foreach ($values as $value) {\n $value->is_default = false;\n }\n }\n\n return $this->collection($values, new FieldValueTransformer());\n }\n\n return null;\n }\n}","role_description":"text entry area","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"A","depth":4,"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"id","depth":5,"bounds":{"left":0.27027926,"top":1.0,"width":0.020944148,"height":0.0},"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"B","depth":4,"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"uuid (UUID with time-low and time-high swapped)","depth":5,"bounds":{"left":0.27027926,"top":1.0,"width":0.020944148,"height":0.0},"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"C","depth":4,"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"crm_configuration_id","depth":5,"bounds":{"left":0.27027926,"top":1.0,"width":0.020944148,"height":0.0},"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"D","depth":4,"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"crm_provider_id","depth":5,"bounds":{"left":0.27027926,"top":1.0,"width":0.020944148,"height":0.0},"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"E","depth":4,"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"label","depth":5,"bounds":{"left":0.27027926,"top":1.0,"width":0.020944148,"height":0.0},"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"F","depth":4,"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"description","depth":5,"bounds":{"left":0.27027926,"top":1.0,"width":0.020944148,"height":0.0},"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"G","depth":4,"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"type","depth":5,"bounds":{"left":0.27027926,"top":1.0,"width":0.020944148,"height":0.0},"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"H","depth":4,"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"length","depth":5,"bounds":{"left":0.27027926,"top":1.0,"width":0.020944148,"height":0.0},"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"I","depth":4,"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"default_value","depth":5,"bounds":{"left":0.27027926,"top":1.0,"width":0.020944148,"height":0.0},"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"J","depth":4,"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"object_type","depth":5,"bounds":{"left":0.27027926,"top":1.0,"width":0.020944148,"height":0.0},"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"K","depth":4,"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"is_selectable","depth":5,"bounds":{"left":0.27027926,"top":1.0,"width":0.020944148,"height":0.0},"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"L","depth":4,"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"is_mandatory","depth":5,"bounds":{"left":0.27027926,"top":1.0,"width":0.020944148,"height":0.0},"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"M","depth":4,"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"is_filterable","depth":5,"bounds":{"left":0.27027926,"top":1.0,"width":0.020944148,"height":0.0},"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"N","depth":4,"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"is_indexable","depth":5,"bounds":{"left":0.27027926,"top":1.0,"width":0.020944148,"height":0.0},"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"O","depth":4,"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"created_at","depth":5,"bounds":{"left":0.27027926,"top":1.0,"width":0.020944148,"height":0.0},"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"P","depth":4,"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"updated_at","depth":5,"bounds":{"left":0.27027926,"top":1.0,"width":0.020944148,"height":0.0},"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"Q","depth":4,"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"is_readonly","depth":5,"bounds":{"left":0.27027926,"top":1.0,"width":0.020944148,"height":0.0},"on_screen":false,"role_description":"text"},{"role":"AXButton","text":"Select All","depth":4,"bounds":{"left":0.41156915,"top":0.14365523,"width":0.007978723,"height":0.0207502},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXCell","text":"1885","depth":6,"bounds":{"left":0.41988033,"top":0.16520351,"width":0.034242023,"height":0.0207502},"on_screen":true,"role_description":"cell"},{"role":"AXStaticText","text":"1885","depth":7,"bounds":{"left":0.41988033,"top":0.16520351,"width":0.034242023,"height":0.0207502},"on_screen":true,"role_description":"text"},{"role":"AXTextArea","text":"39","depth":8,"bounds":{"left":0.27027926,"top":1.0,"width":0.0787899,"height":0.0},"on_screen":false,"value":"39","role_description":"text entry area","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXCell","text":"58a51d4d-0ca7-49f0-9b2c-e16027877cc5","depth":6,"bounds":{"left":0.45445478,"top":0.16520351,"width":0.10073138,"height":0.0207502},"on_screen":true,"role_description":"cell"},{"role":"AXStaticText","text":"58a51d4d-0ca7-49f0-9b2c-e16027877cc5","depth":7,"bounds":{"left":0.45445478,"top":0.16520351,"width":0.10073138,"height":0.0207502},"on_screen":true,"role_description":"text"},{"role":"AXTextArea","text":"picktestmulti__c","depth":8,"bounds":{"left":0.27027926,"top":1.0,"width":0.050199468,"height":0.0},"on_screen":false,"value":"picktestmulti__c","role_description":"text entry area","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXCell","text":"39","depth":6,"bounds":{"left":0.5555186,"top":0.16520351,"width":0.080784574,"height":0.0207502},"on_screen":true,"role_description":"cell"},{"role":"AXStaticText","text":"39","depth":7,"bounds":{"left":0.5555186,"top":0.16520351,"width":0.080784574,"height":0.0207502},"on_screen":true,"role_description":"text"},{"role":"AXTextArea","text":"39","depth":8,"bounds":{"left":0.27027926,"top":1.0,"width":0.0787899,"height":0.0},"on_screen":false,"value":"39","role_description":"text entry area","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXCell","text":"ReminderDateTime","depth":6,"bounds":{"left":0.63663566,"top":0.16520351,"width":0.06781915,"height":0.0207502},"on_screen":true,"role_description":"cell"},{"role":"AXStaticText","text":"ReminderDateTime","depth":7,"bounds":{"left":0.63663566,"top":0.16520351,"width":0.06781915,"height":0.0207502},"on_screen":true,"role_description":"text"},{"role":"AXTextArea","text":"picktestmulti__c","depth":8,"bounds":{"left":0.27027926,"top":1.0,"width":0.050199468,"height":0.0},"on_screen":false,"value":"picktestmulti__c","role_description":"text entry area","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXCell","text":"Reminder Date/Time","depth":6,"bounds":{"left":0.70478725,"top":0.16520351,"width":0.05219415,"height":0.0207502},"on_screen":true,"role_description":"cell"},{"role":"AXStaticText","text":"Reminder Date/Time","depth":7,"bounds":{"left":0.70478725,"top":0.16520351,"width":0.05219415,"height":0.0207502},"on_screen":true,"role_description":"text"}]...
|
-1485668980241007621
|
-7589146504243105357
|
click
|
accessibility
|
NULL
|
Project: faVsco.js, menu
JY-20915-fix-missing-head Project: faVsco.js, menu
JY-20915-fix-missing-header-text-relay, menu
Start Listening for PHP Debug Connections
TextRelayServiceTest
Run 'TextRelayServiceTest'
Debug 'TextRelayServiceTest'
More Actions
JetBrains AI
Search Everywhere
IDE and Project Settings
Sync Changes
Hide This Notification
Code changed:
Hide
11
1
Previous Highlighted Error
Next Highlighted Error
<?php
namespace Jiminny\Http\Transformers;
use Jiminny\Models\Crm\Field;
use Jiminny\Models\Crm\Profile;
use League\Fractal\Resource\Collection;
use League\Fractal\TransformerAbstract;
class FieldTransformer extends TransformerAbstract
{
protected array $availableIncludes = [
'options',
];
private ?Profile $profile;
private bool $noDefault = false;
public function __construct(?Profile $profile = null)
{
$this->profile = $profile;
}
public function setNoDefault(bool $noDefault)
{
$this->noDefault = $noDefault;
}
public function transform(Field $field): array
{
$defaultValue = $field->default_value;
$type = $field->type;
if (\is_bool($defaultValue)) {
$defaultValue = (bool) $defaultValue;
}
return [
'id' => $field->id_string,
'objectType' => $field->object_type,
'label' => $field->label,
'fieldName' => $field->crm_provider_id,
'type' => $type,
'enabled' => $field->is_selectable,
'length' => $field->length,
'defaultValue' => $defaultValue,
];
}
public function includeOptions(Field $field): ?Collection
{
if ($field->isPicklist() && $values = $field->values) {
// if ($field->type === Field::TYPE_PICKLIST && $values = $field->values) {
// This gets a little complex. We need to check if this field has any record type constraints for the profile.
if (
$this->profile
&& ($recordType = $this->profile->{$field->object_type . 'RecordType'})
&& $recordType->fieldValues()->where('crm_field_id', $field->id)->exists()
) {
// Fetch the values specific for this record type.
$values = $recordType->fieldValues()->where('crm_field_id', $field->id)->get();
}
if ($this->noDefault) {
foreach ($values as $value) {
$value->is_default = false;
}
}
return $this->collection($values, new FieldValueTransformer());
}
return null;
}
}
A
id
B
uuid (UUID with time-low and time-high swapped)
C
crm_configuration_id
D
crm_provider_id
E
label
F
description
G
type
H
length
I
default_value
J
object_type
K
is_selectable
L
is_mandatory
M
is_filterable
N
is_indexable
O
created_at
P
updated_at
Q
is_readonly
Select All
1885
1885
39
58a51d4d-0ca7-49f0-9b2c-e16027877cc5
58a51d4d-0ca7-49f0-9b2c-e16027877cc5
picktestmulti__c
39
39
39
ReminderDateTime
ReminderDateTime
picktestmulti__c
Reminder Date/Time
Reminder Date/Time...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
79900
|
2792
|
32
|
2026-05-28T06:47:18.146971+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-28/1779 /Users/lukas/.screenpipe/data/data/2026-05-28/1779950838146_m1.jpg...
|
PhpStorm
|
faVsco.js – FieldTransformer.php
|
1
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Project: faVsco.js, menu
JY-20915-fix-missing-head Project: faVsco.js, menu
JY-20915-fix-missing-header-text-relay, menu
Start Listening for PHP Debug Connections
TextRelayServiceTest
Run 'TextRelayServiceTest'
Debug 'TextRelayServiceTest'
More Actions
JetBrains AI
Search Everywhere
IDE and Project Settings
Sync Changes
Hide This Notification
Code changed:
Hide
11
1
Previous Highlighted Error
Next Highlighted Error
<?php
namespace Jiminny\Http\Transformers;
use Jiminny\Models\Crm\Field;
use Jiminny\Models\Crm\Profile;
use League\Fractal\Resource\Collection;
use League\Fractal\TransformerAbstract;
class FieldTransformer extends TransformerAbstract
{
protected array $availableIncludes = [
'options',
];
private ?Profile $profile;
private bool $noDefault = false;
public function __construct(?Profile $profile = null)
{
$this->profile = $profile;
}
public function setNoDefault(bool $noDefault)
{
$this->noDefault = $noDefault;
}
public function transform(Field $field): array
{
$defaultValue = $field->default_value;
$type = $field->type;
if (\is_bool($defaultValue)) {
$defaultValue = (bool) $defaultValue;
}
return [
'id' => $field->id_string,
'objectType' => $field->object_type,
'label' => $field->label,
'fieldName' => $field->crm_provider_id,
'type' => $type,
'enabled' => $field->is_selectable,
'length' => $field->length,
'defaultValue' => $defaultValue,
];
}
public function includeOptions(Field $field): ?Collection
{
if ($field->isPicklist() && $values = $field->values) {
// if ($field->type === Field::TYPE_PICKLIST && $values = $field->values) {
// This gets a little complex. We need to check if this field has any record type constraints for the profile.
if (
$this->profile
&& ($recordType = $this->profile->{$field->object_type . 'RecordType'})
&& $recordType->fieldValues()->where('crm_field_id', $field->id)->exists()
) {
// Fetch the values specific for this record type.
$values = $recordType->fieldValues()->where('crm_field_id', $field->id)->get();
}
if ($this->noDefault) {
foreach ($values as $value) {
$value->is_default = false;
}
}
return $this->collection($values, new FieldValueTransformer());
}
return null;
}
}
A
id
B
uuid (UUID with time-low and time-high swapped)
C
crm_configuration_id
D
crm_provider_id
E
label
F
description
G
type
H
length
I
default_value
J
object_type
K
is_selectable
L
is_mandatory
M
is_filterable
N
is_indexable
O
created_at
P
updated_at
Q
is_readonly
Select All
1885
1885
39
58a51d4d-0ca7-49f0-9b2c-e16027877cc5
58a51d4d-0ca7-49f0-9b2c-e16027877cc5
picktestmulti__c
39
39
39
ReminderDateTime
ReminderDateTime
picktestmulti__c
Reminder Date/Time
Reminder Date/Time
picktestmulti__c
<null>
<null>
picktestmulti__c
datetime
datetime
picktestmulti__c
<null>
<null>
39
<null>
<null>
picktestmulti__c
event
event
picktestmulti__c
1
1
39
0
0
39
0
0
39
0
0
39
2022-12-15 14:53:05
2022-12-15 14:53:05
picktestmulti__c...
|
[{"role":"AXButton","text" [{"role":"AXButton","text":"Project: faVsco.js, menu","depth":5,"on_screen":true,"help_text":"~/jiminny/app","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"JY-20915-fix-missing-header-text-relay, menu","depth":5,"on_screen":true,"help_text":"Git Branch: JY-20915-fix-missing-header-text-relay","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Start Listening for PHP Debug Connections","depth":5,"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"TextRelayServiceTest","depth":6,"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Run 'TextRelayServiceTest'","depth":6,"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Debug 'TextRelayServiceTest'","depth":6,"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"More Actions","depth":6,"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"JetBrains AI","depth":5,"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Search Everywhere","depth":5,"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"IDE and Project Settings","depth":5,"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Sync Changes","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.018055556,"height":0.026666667},"on_screen":false,"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Hide This Notification","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.018055556,"height":0.026666667},"on_screen":false,"role_description":"button","is_enabled":false,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Code changed:","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.088194445,"height":0.027777778},"on_screen":false,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Hide","depth":4,"bounds":{"left":0.0,"top":0.0,"width":0.018055556,"height":0.026666667},"on_screen":false,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"11","depth":4,"on_screen":true,"role_description":"text"},{"role":"AXStaticText","text":"1","depth":4,"on_screen":true,"role_description":"text"},{"role":"AXButton","text":"Previous Highlighted Error","depth":4,"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Next Highlighted Error","depth":4,"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXTextArea","text":"<?php\n\nnamespace Jiminny\\Http\\Transformers;\n\nuse Jiminny\\Models\\Crm\\Field;\nuse Jiminny\\Models\\Crm\\Profile;\nuse League\\Fractal\\Resource\\Collection;\nuse League\\Fractal\\TransformerAbstract;\n\nclass FieldTransformer extends TransformerAbstract\n{\n protected array $availableIncludes = [\n 'options',\n ];\n private ?Profile $profile;\n\n private bool $noDefault = false;\n\n public function __construct(?Profile $profile = null)\n {\n $this->profile = $profile;\n }\n\n public function setNoDefault(bool $noDefault)\n {\n $this->noDefault = $noDefault;\n }\n\n public function transform(Field $field): array\n {\n $defaultValue = $field->default_value;\n $type = $field->type;\n\n if (\\is_bool($defaultValue)) {\n $defaultValue = (bool) $defaultValue;\n }\n\n return [\n 'id' => $field->id_string,\n 'objectType' => $field->object_type,\n 'label' => $field->label,\n 'fieldName' => $field->crm_provider_id,\n 'type' => $type,\n 'enabled' => $field->is_selectable,\n 'length' => $field->length,\n 'defaultValue' => $defaultValue,\n ];\n }\n\n public function includeOptions(Field $field): ?Collection\n {\n if ($field->isPicklist() && $values = $field->values) {\n// if ($field->type === Field::TYPE_PICKLIST && $values = $field->values) {\n // This gets a little complex. We need to check if this field has any record type constraints for the profile.\n if (\n $this->profile\n && ($recordType = $this->profile->{$field->object_type . 'RecordType'})\n && $recordType->fieldValues()->where('crm_field_id', $field->id)->exists()\n ) {\n // Fetch the values specific for this record type.\n $values = $recordType->fieldValues()->where('crm_field_id', $field->id)->get();\n }\n\n if ($this->noDefault) {\n foreach ($values as $value) {\n $value->is_default = false;\n }\n }\n\n return $this->collection($values, new FieldValueTransformer());\n }\n\n return null;\n }\n}","depth":4,"on_screen":true,"value":"<?php\n\nnamespace Jiminny\\Http\\Transformers;\n\nuse Jiminny\\Models\\Crm\\Field;\nuse Jiminny\\Models\\Crm\\Profile;\nuse League\\Fractal\\Resource\\Collection;\nuse League\\Fractal\\TransformerAbstract;\n\nclass FieldTransformer extends TransformerAbstract\n{\n protected array $availableIncludes = [\n 'options',\n ];\n private ?Profile $profile;\n\n private bool $noDefault = false;\n\n public function __construct(?Profile $profile = null)\n {\n $this->profile = $profile;\n }\n\n public function setNoDefault(bool $noDefault)\n {\n $this->noDefault = $noDefault;\n }\n\n public function transform(Field $field): array\n {\n $defaultValue = $field->default_value;\n $type = $field->type;\n\n if (\\is_bool($defaultValue)) {\n $defaultValue = (bool) $defaultValue;\n }\n\n return [\n 'id' => $field->id_string,\n 'objectType' => $field->object_type,\n 'label' => $field->label,\n 'fieldName' => $field->crm_provider_id,\n 'type' => $type,\n 'enabled' => $field->is_selectable,\n 'length' => $field->length,\n 'defaultValue' => $defaultValue,\n ];\n }\n\n public function includeOptions(Field $field): ?Collection\n {\n if ($field->isPicklist() && $values = $field->values) {\n// if ($field->type === Field::TYPE_PICKLIST && $values = $field->values) {\n // This gets a little complex. We need to check if this field has any record type constraints for the profile.\n if (\n $this->profile\n && ($recordType = $this->profile->{$field->object_type . 'RecordType'})\n && $recordType->fieldValues()->where('crm_field_id', $field->id)->exists()\n ) {\n // Fetch the values specific for this record type.\n $values = $recordType->fieldValues()->where('crm_field_id', $field->id)->get();\n }\n\n if ($this->noDefault) {\n foreach ($values as $value) {\n $value->is_default = false;\n }\n }\n\n return $this->collection($values, new FieldValueTransformer());\n }\n\n return null;\n }\n}","role_description":"text entry area","is_enabled":true,"is_focused":true,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"A","depth":4,"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"id","depth":5,"bounds":{"left":0.0,"top":0.0,"width":0.04375,"height":0.03},"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"B","depth":4,"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"uuid (UUID with time-low and time-high swapped)","depth":5,"bounds":{"left":0.0,"top":0.0,"width":0.04375,"height":0.03},"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"C","depth":4,"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"crm_configuration_id","depth":5,"bounds":{"left":0.0,"top":0.0,"width":0.04375,"height":0.03},"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"D","depth":4,"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"crm_provider_id","depth":5,"bounds":{"left":0.0,"top":0.0,"width":0.04375,"height":0.03},"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"E","depth":4,"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"label","depth":5,"bounds":{"left":0.0,"top":0.0,"width":0.04375,"height":0.03},"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"F","depth":4,"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"description","depth":5,"bounds":{"left":0.0,"top":0.0,"width":0.04375,"height":0.03},"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"G","depth":4,"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"type","depth":5,"bounds":{"left":0.0,"top":0.0,"width":0.04375,"height":0.03},"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"H","depth":4,"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"length","depth":5,"bounds":{"left":0.0,"top":0.0,"width":0.04375,"height":0.03},"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"I","depth":4,"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"default_value","depth":5,"bounds":{"left":0.0,"top":0.0,"width":0.04375,"height":0.03},"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"J","depth":4,"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"object_type","depth":5,"bounds":{"left":0.0,"top":0.0,"width":0.04375,"height":0.03},"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"K","depth":4,"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"is_selectable","depth":5,"bounds":{"left":0.0,"top":0.0,"width":0.04375,"height":0.03},"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"L","depth":4,"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"is_mandatory","depth":5,"bounds":{"left":0.0,"top":0.0,"width":0.04375,"height":0.03},"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"M","depth":4,"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"is_filterable","depth":5,"bounds":{"left":0.0,"top":0.0,"width":0.04375,"height":0.03},"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"N","depth":4,"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"is_indexable","depth":5,"bounds":{"left":0.0,"top":0.0,"width":0.04375,"height":0.03},"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"O","depth":4,"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"created_at","depth":5,"bounds":{"left":0.0,"top":0.0,"width":0.04375,"height":0.03},"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"P","depth":4,"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"updated_at","depth":5,"bounds":{"left":0.0,"top":0.0,"width":0.04375,"height":0.03},"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"Q","depth":4,"on_screen":false,"role_description":"text"},{"role":"AXStaticText","text":"is_readonly","depth":5,"bounds":{"left":0.0,"top":0.0,"width":0.04375,"height":0.03},"on_screen":false,"role_description":"text"},{"role":"AXButton","text":"Select All","depth":4,"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXCell","text":"1885","depth":6,"on_screen":true,"role_description":"cell"},{"role":"AXStaticText","text":"1885","depth":7,"on_screen":true,"role_description":"text"},{"role":"AXTextArea","text":"39","depth":8,"bounds":{"left":0.0,"top":0.0,"width":0.16458334,"height":0.024444444},"on_screen":false,"value":"39","role_description":"text entry area","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXCell","text":"58a51d4d-0ca7-49f0-9b2c-e16027877cc5","depth":6,"on_screen":true,"role_description":"cell"},{"role":"AXStaticText","text":"58a51d4d-0ca7-49f0-9b2c-e16027877cc5","depth":7,"on_screen":true,"role_description":"text"},{"role":"AXTextArea","text":"picktestmulti__c","depth":8,"bounds":{"left":0.0,"top":0.0,"width":0.10486111,"height":0.024444444},"on_screen":false,"value":"picktestmulti__c","role_description":"text entry area","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXCell","text":"39","depth":6,"on_screen":true,"role_description":"cell"},{"role":"AXStaticText","text":"39","depth":7,"on_screen":true,"role_description":"text"},{"role":"AXTextArea","text":"39","depth":8,"bounds":{"left":0.0,"top":0.0,"width":0.16458334,"height":0.024444444},"on_screen":false,"value":"39","role_description":"text entry area","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXCell","text":"ReminderDateTime","depth":6,"on_screen":true,"role_description":"cell"},{"role":"AXStaticText","text":"ReminderDateTime","depth":7,"on_screen":true,"role_description":"text"},{"role":"AXTextArea","text":"picktestmulti__c","depth":8,"bounds":{"left":0.0,"top":0.0,"width":0.10486111,"height":0.024444444},"on_screen":false,"value":"picktestmulti__c","role_description":"text entry area","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXCell","text":"Reminder Date/Time","depth":6,"on_screen":true,"role_description":"cell"},{"role":"AXStaticText","text":"Reminder Date/Time","depth":7,"on_screen":true,"role_description":"text"},{"role":"AXTextArea","text":"picktestmulti__c","depth":8,"bounds":{"left":0.0,"top":0.0,"width":0.10486111,"height":0.024444444},"on_screen":false,"value":"picktestmulti__c","role_description":"text entry area","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXCell","text":"<null>","depth":6,"on_screen":true,"role_description":"cell"},{"role":"AXStaticText","text":"<null>","depth":7,"on_screen":true,"role_description":"text"},{"role":"AXTextArea","text":"picktestmulti__c","depth":8,"bounds":{"left":0.0,"top":0.0,"width":0.10486111,"height":0.024444444},"on_screen":false,"value":"picktestmulti__c","role_description":"text entry area","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXCell","text":"datetime","depth":6,"on_screen":true,"role_description":"cell"},{"role":"AXStaticText","text":"datetime","depth":7,"on_screen":true,"role_description":"text"},{"role":"AXTextArea","text":"picktestmulti__c","depth":8,"bounds":{"left":0.0,"top":0.0,"width":0.10486111,"height":0.024444444},"on_screen":false,"value":"picktestmulti__c","role_description":"text entry area","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXCell","text":"<null>","depth":6,"on_screen":true,"role_description":"cell"},{"role":"AXStaticText","text":"<null>","depth":7,"on_screen":true,"role_description":"text"},{"role":"AXTextArea","text":"39","depth":8,"bounds":{"left":0.0,"top":0.0,"width":0.16458334,"height":0.024444444},"on_screen":false,"value":"39","role_description":"text entry area","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXCell","text":"<null>","depth":6,"on_screen":true,"role_description":"cell"},{"role":"AXStaticText","text":"<null>","depth":7,"on_screen":true,"role_description":"text"},{"role":"AXTextArea","text":"picktestmulti__c","depth":8,"bounds":{"left":0.0,"top":0.0,"width":0.10486111,"height":0.024444444},"on_screen":false,"value":"picktestmulti__c","role_description":"text entry area","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXCell","text":"event","depth":6,"on_screen":true,"role_description":"cell"},{"role":"AXStaticText","text":"event","depth":7,"on_screen":true,"role_description":"text"},{"role":"AXTextArea","text":"picktestmulti__c","depth":8,"bounds":{"left":0.0,"top":0.0,"width":0.10486111,"height":0.024444444},"on_screen":false,"value":"picktestmulti__c","role_description":"text entry area","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXCell","text":"1","depth":6,"on_screen":false,"role_description":"cell"},{"role":"AXStaticText","text":"1","depth":7,"on_screen":false,"role_description":"text"},{"role":"AXTextArea","text":"39","depth":8,"bounds":{"left":0.0,"top":0.0,"width":0.16458334,"height":0.024444444},"on_screen":false,"value":"39","role_description":"text entry area","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXCell","text":"0","depth":6,"on_screen":false,"role_description":"cell"},{"role":"AXStaticText","text":"0","depth":7,"on_screen":false,"role_description":"text"},{"role":"AXTextArea","text":"39","depth":8,"bounds":{"left":0.0,"top":0.0,"width":0.16458334,"height":0.024444444},"on_screen":false,"value":"39","role_description":"text entry area","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXCell","text":"0","depth":6,"on_screen":false,"role_description":"cell"},{"role":"AXStaticText","text":"0","depth":7,"on_screen":false,"role_description":"text"},{"role":"AXTextArea","text":"39","depth":8,"bounds":{"left":0.0,"top":0.0,"width":0.16458334,"height":0.024444444},"on_screen":false,"value":"39","role_description":"text entry area","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXCell","text":"0","depth":6,"on_screen":false,"role_description":"cell"},{"role":"AXStaticText","text":"0","depth":7,"on_screen":false,"role_description":"text"},{"role":"AXTextArea","text":"39","depth":8,"bounds":{"left":0.0,"top":0.0,"width":0.16458334,"height":0.024444444},"on_screen":false,"value":"39","role_description":"text entry area","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXCell","text":"2022-12-15 14:53:05","depth":6,"on_screen":false,"role_description":"cell"},{"role":"AXStaticText","text":"2022-12-15 14:53:05","depth":7,"on_screen":false,"role_description":"text"},{"role":"AXTextArea","text":"picktestmulti__c","depth":8,"bounds":{"left":0.0,"top":0.0,"width":0.10486111,"height":0.024444444},"on_screen":false,"value":"picktestmulti__c","role_description":"text entry area","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false}]...
|
359997250132989537
|
1595909751477451123
|
visual_change
|
accessibility
|
NULL
|
Project: faVsco.js, menu
JY-20915-fix-missing-head Project: faVsco.js, menu
JY-20915-fix-missing-header-text-relay, menu
Start Listening for PHP Debug Connections
TextRelayServiceTest
Run 'TextRelayServiceTest'
Debug 'TextRelayServiceTest'
More Actions
JetBrains AI
Search Everywhere
IDE and Project Settings
Sync Changes
Hide This Notification
Code changed:
Hide
11
1
Previous Highlighted Error
Next Highlighted Error
<?php
namespace Jiminny\Http\Transformers;
use Jiminny\Models\Crm\Field;
use Jiminny\Models\Crm\Profile;
use League\Fractal\Resource\Collection;
use League\Fractal\TransformerAbstract;
class FieldTransformer extends TransformerAbstract
{
protected array $availableIncludes = [
'options',
];
private ?Profile $profile;
private bool $noDefault = false;
public function __construct(?Profile $profile = null)
{
$this->profile = $profile;
}
public function setNoDefault(bool $noDefault)
{
$this->noDefault = $noDefault;
}
public function transform(Field $field): array
{
$defaultValue = $field->default_value;
$type = $field->type;
if (\is_bool($defaultValue)) {
$defaultValue = (bool) $defaultValue;
}
return [
'id' => $field->id_string,
'objectType' => $field->object_type,
'label' => $field->label,
'fieldName' => $field->crm_provider_id,
'type' => $type,
'enabled' => $field->is_selectable,
'length' => $field->length,
'defaultValue' => $defaultValue,
];
}
public function includeOptions(Field $field): ?Collection
{
if ($field->isPicklist() && $values = $field->values) {
// if ($field->type === Field::TYPE_PICKLIST && $values = $field->values) {
// This gets a little complex. We need to check if this field has any record type constraints for the profile.
if (
$this->profile
&& ($recordType = $this->profile->{$field->object_type . 'RecordType'})
&& $recordType->fieldValues()->where('crm_field_id', $field->id)->exists()
) {
// Fetch the values specific for this record type.
$values = $recordType->fieldValues()->where('crm_field_id', $field->id)->get();
}
if ($this->noDefault) {
foreach ($values as $value) {
$value->is_default = false;
}
}
return $this->collection($values, new FieldValueTransformer());
}
return null;
}
}
A
id
B
uuid (UUID with time-low and time-high swapped)
C
crm_configuration_id
D
crm_provider_id
E
label
F
description
G
type
H
length
I
default_value
J
object_type
K
is_selectable
L
is_mandatory
M
is_filterable
N
is_indexable
O
created_at
P
updated_at
Q
is_readonly
Select All
1885
1885
39
58a51d4d-0ca7-49f0-9b2c-e16027877cc5
58a51d4d-0ca7-49f0-9b2c-e16027877cc5
picktestmulti__c
39
39
39
ReminderDateTime
ReminderDateTime
picktestmulti__c
Reminder Date/Time
Reminder Date/Time
picktestmulti__c
<null>
<null>
picktestmulti__c
datetime
datetime
picktestmulti__c
<null>
<null>
39
<null>
<null>
picktestmulti__c
event
event
picktestmulti__c
1
1
39
0
0
39
0
0
39
0
0
39
2022-12-15 14:53:05
2022-12-15 14:53:05
picktestmulti__c...
|
79898
|
NULL
|
NULL
|
NULL
|
|
79899
|
2793
|
24
|
2026-05-28T06:47:13.000520+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-28/1779 /Users/lukas/.screenpipe/data/data/2026-05-28/1779950833000_m2.jpg...
|
PhpStorm
|
faVsco.js – FieldTransformer.php
|
1
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Project: faVsco.js, menu
JY-20915-fix-missing-head Project: faVsco.js, menu
JY-20915-fix-missing-header-text-relay, menu
Start Listening for PHP Debug Connections
TextRelayServiceTest
Run 'TextRelayServiceTest'
Debug 'TextRelayServiceTest'
More Actions
JetBrains AI
Search Everywhere
IDE and Project Settings...
|
[{"role":"AXButton","text" [{"role":"AXButton","text":"Project: faVsco.js, menu","depth":5,"bounds":{"left":0.025930852,"top":0.019952115,"width":0.03856383,"height":0.025538707},"on_screen":true,"help_text":"~/jiminny/app","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"JY-20915-fix-missing-header-text-relay, menu","depth":5,"bounds":{"left":0.064494684,"top":0.019952115,"width":0.09740692,"height":0.025538707},"on_screen":true,"help_text":"Git Branch: JY-20915-fix-missing-header-text-relay","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Start Listening for PHP Debug Connections","depth":5,"bounds":{"left":0.8374335,"top":0.019952115,"width":0.011303191,"height":0.025538707},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"TextRelayServiceTest","depth":6,"bounds":{"left":0.85272604,"top":0.019952115,"width":0.062832445,"height":0.025538707},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Run 'TextRelayServiceTest'","depth":6,"bounds":{"left":0.9155585,"top":0.019952115,"width":0.011303191,"height":0.025538707},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Debug 'TextRelayServiceTest'","depth":6,"bounds":{"left":0.9268617,"top":0.019952115,"width":0.011303191,"height":0.025538707},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"More Actions","depth":6,"bounds":{"left":0.9381649,"top":0.019952115,"width":0.011303191,"height":0.025538707},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"JetBrains AI","depth":5,"bounds":{"left":0.96609044,"top":0.019952115,"width":0.011303191,"height":0.025538707},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Search Everywhere","depth":5,"bounds":{"left":0.9773936,"top":0.019952115,"width":0.011303191,"height":0.025538707},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"IDE and Project Settings","depth":5,"bounds":{"left":0.9886968,"top":0.019952115,"width":0.011303186,"height":0.025538707},"on_screen":true,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false}]...
|
7923424182753190895
|
-8780372176425246254
|
visual_change
|
hybrid
|
NULL
|
Project: faVsco.js, menu
JY-20915-fix-missing-head Project: faVsco.js, menu
JY-20915-fix-missing-header-text-relay, menu
Start Listening for PHP Debug Connections
TextRelayServiceTest
Run 'TextRelayServiceTest'
Debug 'TextRelayServiceTest'
More Actions
JetBrains AI
Search Everywhere
IDE and Project Settings
rnpstomFV faVsco.|s ~$2 JY-20915-fix-missiProinet v© DealStageTransformer.phpresture ronstonmer.onoridld tonstotmer.ondorielovalelon omeone© GroupTransformer.ohocpoo elansotneoneC LanquageDialect TransformeCLavout Enttviranstormer choC Lavout Transformer.ohoC) Lesdtranstormer.oho(CMessagetiranstormer.ohoCMomentitranstormer.onoCNotetiranstormer.onoCNotirestontirans ormer.onocenoorur eommsodtodecennodur ithaeomat ocoarcinsottihne omatooc Paroheiane tmanooipem isronlttnohmorot(© PlaybackPageTransformer.p(© PlaybookTransformer.pho© PlaybookTreeTransformer.phPlaylistActivityTransformer.plPlaylistSharesTransformer.phPlaylistTransformer.php© ProspectsTransformer.phooQueston lfanstommer.ohoc Kolellansouneen© ScorecardRuleTiransformer.olc sactrans ormec.ond) TeamDomainTransformec.ohd8) Teamintcaration Transformer8) Team Transtormec ohoc) Themetirand ormes.choc)Tooic transtormer onoc)Tooic troced trane ormer.oheerealrne nrmor nhre llleor tane nmot nane Wolcodcroeehlind Mmornhrc Korol ahrCooccomposer.ison• Dockerfilecustom.iosravelloSF (iminny@localhost)un crm fields jiminnytalocalhost) x# HS Jocal jiminny@tocalhost# consolel poonA console (EU]A console [STAGING)Ty:AlrowDLQwEOgMCSVYLL+OeANYAV7- WHERE id IN (1885, 3014)=•OROER 81 wuid (UULD with tine-low a-:ae con_configuration_id v* Bcrn_provider_id UJ8 labelM1885 S8a51d4d-8ca7-49f0-9b2c-e16027877ccS39 ReninderDateTimeReminder Date/Tine3814 a3d3dfSa-eaa1-43d0-b95e-1ff4bec8c42839 picktestmulti cpicktestnult30publac tuncizon serwouerau loool Snouetaul...oublac tuncizon transtor Field Smeld: arrawSdetau vailme atel de%deraut wallue?tune asedosvne:ess nooikdeau rVate)DSdefau Vailme KhooiaSdetau thailue:neturn"id' => $field->id_string.'objectType' => $field->object_type'label' => $field->label"fieldName' => $field->crn_provider_id"type' => $type'enabled' => Sfield->is selectable"Length' => Sfield->length"defaultValue' => SdefaultValuelpublic function includeOptions(Field Sfield): PCollectionif (Sfield->isPicklisto d& Svalues = Sfield->values) "if (Sfield»›tyoe == Field::TYPE PTCKLIST 55 Svalues = Sfield-›values) {// This gets a little complex. We need to check if this field has any record type constraintsSthis->orofile&s (SrecordTyoe = Sthis-›orofile->/SSield-sobiecttype . 'RecordTvoe'})&s SrecordTvoe->SieldValues(-yahere("con Sieldid' Ssield->id)-sexists()/ Fetch the values specific for this record type.Svalues = Srecordtype->fieldValues)->ahere(crn_field_1d, Sfield->id)->getO:1f (Sthis->noDefault) {Fonssch vaimae se walla?dsualmnesse datant= tcaxreturn Sthis->collection(Svalues, new FieldValueTransfornerO)=heMactarcauTextRelayServiceTestler henwserwiCtCNUL-PICKIALEVOITOO%L7Thu 28 May 9:47:12+0.The backend API is now correctiy returning the mutti-picklist field with cations. The issue is in the frontend vue-co)ponents pockoco elrosnienere oocomimity woecon cornoernorskeverence Pattern trom DealInsignts/DealView DetaisView DetansView.vue)Delwwascripswitch (tfeldTvoe)torrclolwoe curtencycace "Anta".formFieldType = "date"breokformFieldtype = "select",ondeldivoeseuleseleceor aporcopfre suldosalevehrankformFieldtype = "number",orcanFiles to Uodate in vue-comoonente packaae.Tihe seiwwesummar comwooeot thet raodarsteddAny field type mapping logic that converts CRM field types to form field type:Next Steos1.Uodate the vue-cosponents package to handie au tcoick tisr tyoe2. Bump the version in the package3. Uodate the dependency in /front-end//oackage, fson to the new version4. Run yarn install to get the updated packagThe backend fix is complete and working correctly. The field is being returned with options, but the frontendcomoonent donsn't know how to render eniticotcklet telde vetAsk anything Xol@ Code swioThNwodtur Tatme"ktitres*4 space...
|
79897
|
NULL
|
NULL
|
NULL
|
|
79898
|
2792
|
31
|
2026-05-28T06:47:10.275336+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-28/1779 /Users/lukas/.screenpipe/data/data/2026-05-28/1779950830275_m1.jpg...
|
Firefox
|
Meet - Daily - Platform — Work
|
1
|
meet.google.com/mie-gawc-dsi?authuser=lukas.kovali meet.google.com/mie-gawc-dsi?authuser=lukas.kovalik%40jiminny.com...
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Meet - Daily - Platform
Close tab
New Tab
Open Goo Meet - Daily - Platform
Close tab
New Tab
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Customize sidebar
Nikolay Yankov (Presenting)
Nikolay Yankov (Presenting)
People
8
Take notes with Gemini
Take notes with Gemini
Gemini
Gemini
Zoom in
Open in new window
Enter Full Screen
Galya Dimitrova
Nikolay Yankov
Steliyan Georgiev
User profile picture User profile picture 3 others
3 others
Lukas Kovalik
Others might see more of your background. Click to view your full video.
9:47
AM
Daily - Platform
Daily - Platform
Audio settings...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"Meet - Daily - Platform","depth":4,"bounds":{"left":0.0,"top":0.072222225,"width":0.033680554,"height":0.045555554},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXButton","text":"Close tab","depth":5,"bounds":{"left":0.0013888889,"top":0.072222225,"width":0.010416667,"height":0.016666668},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"New Tab","depth":4,"bounds":{"left":0.005902778,"top":0.12,"width":0.022222223,"height":0.035555556},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"bounds":{"left":0.0,"top":0.7977778,"width":0.033680554,"height":0.043333333},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Tabs from other devices","depth":6,"bounds":{"left":0.0,"top":0.8411111,"width":0.033680554,"height":0.038333334},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"bounds":{"left":0.0,"top":0.8794444,"width":0.033680554,"height":0.03888889},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"bounds":{"left":0.0,"top":0.91833335,"width":0.033680554,"height":0.038333334},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"bounds":{"left":0.0,"top":0.95666665,"width":0.033680554,"height":0.043333333},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Nikolay Yankov (Presenting)","depth":6,"bounds":{"left":0.072569445,"top":0.101111114,"width":0.124305554,"height":0.022222223},"on_screen":true,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Nikolay Yankov (Presenting)","depth":7,"bounds":{"left":0.072569445,"top":0.10222222,"width":0.124305554,"height":0.020555556},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"People","depth":9,"bounds":{"left":0.88680553,"top":0.08944444,"width":0.04097222,"height":0.04},"on_screen":true,"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"8","depth":16,"bounds":{"left":0.9145833,"top":0.101111114,"width":0.0048611113,"height":0.017222222},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Take notes with Gemini","depth":8,"bounds":{"left":0.93333334,"top":0.08944444,"width":0.025,"height":0.04},"on_screen":true,"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Take notes with Gemini","depth":11,"bounds":{"left":0.9361111,"top":0.101111114,"width":0.06388891,"height":0.017222222},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Gemini","depth":11,"bounds":{"left":0.96666664,"top":0.101111114,"width":0.028125,"height":0.017222222},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Gemini","depth":11,"bounds":{"left":0.96458334,"top":0.090555556,"width":0.023611112,"height":0.037777778},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Zoom in","depth":7,"bounds":{"left":0.63090277,"top":0.78333336,"width":0.027777778,"height":0.044444446},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Open in new window","depth":7,"bounds":{"left":0.6642361,"top":0.78333336,"width":0.027777778,"height":0.044444446},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Enter Full Screen","depth":7,"bounds":{"left":0.69756943,"top":0.78333336,"width":0.027777778,"height":0.044444446},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Galya Dimitrova","depth":11,"bounds":{"left":0.753125,"top":0.36277777,"width":0.08194444,"height":0.022777777},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Nikolay Yankov","depth":11,"bounds":{"left":0.87951386,"top":0.36277777,"width":0.07673611,"height":0.022777777},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Steliyan Georgiev","depth":11,"bounds":{"left":0.753125,"top":0.6205556,"width":0.090625,"height":0.022777777},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"User profile picture User profile picture 3 others","depth":5,"bounds":{"left":0.87118053,"top":0.40888888,"width":0.11805555,"height":0.24444444},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"3 others","depth":7,"bounds":{"left":0.909375,"top":0.55722225,"width":0.041666668,"height":0.022777777},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Lukas Kovalik","depth":11,"bounds":{"left":0.753125,"top":0.87833333,"width":0.06875,"height":0.022777777},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Others might see more of your background. Click to view your full video.","depth":8,"bounds":{"left":0.96631944,"top":0.875,"width":0.018055556,"height":0.028888889},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"9:47","depth":6,"bounds":{"left":0.050347224,"top":0.9444444,"width":0.021875,"height":0.022777777},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"AM","depth":6,"bounds":{"left":0.07569444,"top":0.9444444,"width":0.017708333,"height":0.022777777},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Daily - Platform","depth":6,"bounds":{"left":0.11076389,"top":0.9111111,"width":0.08090278,"height":0.08888888},"on_screen":true,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Daily - Platform","depth":9,"bounds":{"left":0.11076389,"top":0.9444444,"width":0.08090278,"height":0.022777777},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Audio settings","depth":7,"bounds":{"left":0.32118055,"top":0.9288889,"width":0.06111111,"height":0.053333335},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false}]...
|
3931967678272273943
|
6742024286532071426
|
visual_change
|
hybrid
|
NULL
|
Meet - Daily - Platform
Close tab
New Tab
Open Goo Meet - Daily - Platform
Close tab
New Tab
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Customize sidebar
Nikolay Yankov (Presenting)
Nikolay Yankov (Presenting)
People
8
Take notes with Gemini
Take notes with Gemini
Gemini
Gemini
Zoom in
Open in new window
Enter Full Screen
Galya Dimitrova
Nikolay Yankov
Steliyan Georgiev
User profile picture User profile picture 3 others
3 others
Lukas Kovalik
Others might see more of your background. Click to view your full video.
9:47
AM
Daily - Platform
Daily - Platform
Audio settings
FirefoxFileEditViewHistoryBookmarksProfilesTools Window→Helpmeet.google.com/mie-gawc-dsi?authuser=lukas.kovalik%40jiminny.comNikolay Yankov (Presenting)+SPlatform Team %Q Search boardJimnny Wer serverversioningJIMINNY MCP CONNECTOROucxoeД Jy-20974Upgrade BE libraries - MayMAINTENANCEBacklogE Jy-100581 •00=1Fallback mechanism forNeert with scivetetotensfor CRM MatchingREDUCE CHEBacxog1JT:70012ouring and aner mecunesRECORDING MEETINGS WITHOUT_Д .20071 2.5 1 «000 =Users can filter Scores inTeam Insights by HostBacklog(2 Ser*УC.Ф.ДDes X Des XF De x | F Dei x | F De X Co x | E3 Pu x Q Up x C Ux X C Ado xoum xGO X© Our8• Thu 28 May 9:47nny.atlassian.net/jira/software/c/projects/JY/boards/37?selectedissue=JY-20846C. Ask GoogleProjects|8 I E Dtadg O © *Cuude O Crcec Dl Sentry % x D Tasks E Imsighes a Couchinhiayoack devL Al Bookmarxs800P JT-207591 1 J7-40040MCP > Enable the AI to know details about the user~ DescriptionEnable the Al tool to know the detalls about the user that is asking the questions. It will use those details to know how tofiiter the calls and deals.• provide the AI a tool that gives insights abouf the user - name, emali, team etc.• il the customer doesn't have the MCP feature enabled then they should be able to access the data:o use a feature flag for the check - "MCP" add to Technical Settings for now• "Error: The Jiminny MCP Connector is not avallable for your account, Please contact your Jiminny CustomerSuccess Manager or our support team for heip."~ Subtasks**_ 185% DoneWork%JY-20848 Implement get.me= Medium% JY-20849 manualtestingNikolay I...Nikolay L..= MediumNikolay I...address feedback for the tool%JY-20877= MediumNikolay Y..X JY-20967Error message when MCP Connectorfeature is disabledDJY-20969 getumestops working on QAI|= Medium•Nikolay I....= MediumNikolay L....READY FOR DEVSISMMDO Dev925Group: QueriesIn QA3 Improve StoryDetailsAssignee•Nikolay IvanowAssign to meD Galya DimitrovaDevelopment@ Open in coding toolJ Create branch9 commits1 pull request3 bulds10 days agoMEROLDvon ponendPlatformSub-ProductAdd optionsLabelsStory point estimate9:47 AM | Daily - Platform...Lộ3A100% <478•Thu 28 May 9:47:108Galya DimitrovaNikolay Yankov3 othersSteliyan GeorgievLukas Kovalik...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
79897
|
2793
|
23
|
2026-05-28T06:47:09.906503+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-28/1779 /Users/lukas/.screenpipe/data/data/2026-05-28/1779950829906_m2.jpg...
|
Firefox
|
Meet - Daily - Platform — Work
|
1
|
meet.google.com/mie-gawc-dsi?authuser=lukas.kovali meet.google.com/mie-gawc-dsi?authuser=lukas.kovalik%40jiminny.com...
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Meet - Daily - Platform
Close tab
New Tab
Open Goo Meet - Daily - Platform
Close tab
New Tab
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Customize sidebar
Nikolay Yankov (Presenting)
Nikolay Yankov (Presenting)
People
8
Take notes with Gemini
Take notes with Gemini
Gemini
Gemini...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"Meet - Daily - Platform","depth":4,"bounds":{"left":0.27027926,"top":1.0,"width":0.016123671,"height":-0.051875472},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXButton","text":"Close tab","depth":5,"bounds":{"left":0.27094415,"top":1.0,"width":0.004986702,"height":-0.051875472},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"New Tab","depth":4,"bounds":{"left":0.27310506,"top":1.0,"width":0.010638298,"height":-0.086193085},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Tabs from other devices","depth":6,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Nikolay Yankov (Presenting)","depth":6,"bounds":{"left":0.30501994,"top":1.0,"width":0.059507977,"height":-0.072625756},"on_screen":true,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Nikolay Yankov (Presenting)","depth":7,"bounds":{"left":0.30501994,"top":1.0,"width":0.059507977,"height":-0.07342374},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"People","depth":9,"bounds":{"left":0.69481385,"top":1.0,"width":0.019614361,"height":-0.06424582},"on_screen":true,"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"8","depth":16,"bounds":{"left":0.7081117,"top":1.0,"width":0.0023271276,"height":-0.072625756},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Take notes with Gemini","depth":8,"bounds":{"left":0.71708775,"top":1.0,"width":0.011968086,"height":-0.06424582},"on_screen":true,"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Take notes with Gemini","depth":11,"bounds":{"left":0.7184175,"top":1.0,"width":0.043550532,"height":-0.072625756},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Gemini","depth":11,"bounds":{"left":0.7330452,"top":1.0,"width":0.013464096,"height":-0.072625756},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Gemini","depth":11,"bounds":{"left":0.73204786,"top":1.0,"width":0.011303191,"height":-0.065043926},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false}]...
|
-4909044235164729891
|
5625135968132331142
|
visual_change
|
hybrid
|
NULL
|
Meet - Daily - Platform
Close tab
New Tab
Open Goo Meet - Daily - Platform
Close tab
New Tab
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Customize sidebar
Nikolay Yankov (Presenting)
Nikolay Yankov (Presenting)
People
8
Take notes with Gemini
Take notes with Gemini
Gemini
Gemini
rnostolViewNewestoCoocKetucioTOOlsTinoowPlosines - iminnwhorBE upgrade libraries(JY-20613) Allow owner's role to bText relayTypeError: Jiminry\Services|MallCloudWatch | us-east-zJY-20915 fix strict casting by LaJY-20963 fix deletod object imporA SevenShores\Hubspot|ExceptionsLukas Kovalik - Time Of.8 JminayLogin | SalesforceJiminny|Exceptions|EmailActivitytrM Invitation: All Hands - Produet foc:UY-209791 Resolve PHP 85.5 des8 Jiminnyapp.dev.jiminny.com/playback/143c/158-e60d-46e5-9218-c4e0594a3219Cong New TITLE R• Adelina Petrova at Robinson Crusoe Gruises Limited ( | Contract Sent | €455.554 | 90%Micetins 8 73Mar.?0O PMQAsk me anything about this call»* Flashback:E Transcript82, Themese Statistics@ QuestionsSNo transcriptThis might be due to call being too short• CRM00:00/01:44©P CoachingSidekick NotesCommentsFrameworkFocusLukasKovaWrite Comment© Be first to comment and helpActivity Summary2 stLEAD. CONTACT OR ACCOUNTAdelna retrovaACTIVITY TYPEMeetingOPPORTUMITMNew Deal for Manual Sync ChangCURRINT STACGContract sentSUBJECTSTART DATF TIMREND DATE TIMEOUTcOMzCall OutcomLOCATIONSUIRIFCTNew TITLECAIT SHIMMARYItestingLOG TO SALESFORCENext Steps…Los to Salesforce10Inu zo moy 3:4/03InspectorConsole• DebuggerT4 Network() Style EditorPerformance0 MemoryStorage500) G(000 ...#app.ot"apo.desearchrstatus l=complaction-items(484 GВ appuoeи280 .-A app.dev...200 ...•app.de280 ....A app.dev..689 c.#app.dev(280 ....A spp.dev..(200 .@ app.devat-call-sconnslugsrecent200 ....A app.dev..(200) G•app.devSoel(eA spp.de.v.(200) G.data:application/vnd.apple.m xhe2001H280 н.A cdn.(sde.Saelle.06n68%8x86Kakewweo200 ...A find.use.143PAaoiciam.280 P.A app.dev..authendcate200 P.apo dery.280 .A app.dev..143c/158-060d-4605-9 A vuex.eszaelleneakus.*k.3840200 ...A spp.de.v...layouts?typesconferenc A wuex.es500 G.apo.de(208) G.A app.dev..categories?userid=641ftacb- vuexes.2001G"app der200 G.A app.dev..stages?type=opportunityare vuex.es880 c.hoode(500) G.A spp.dev..03007790-d033-4d30-t +A video-isapo de500 ...A app.dev...580 G."app.de500 ...A spp.dev..Sa8lcaoodei500 ....A spp.dev..500 G.apodt500 .A app.dev...search?statusf|kcomple06216838-8683-4369-4e3e07790-d033-4d30-t +A video-is.-06/16838-86 Krkhs68007790-d033-4d30-t Aokwo.uuuax-khe.eae07790-d033-4d30-t AS00lGapp.de500 ...A spp.dev..500 G.Alapo. del500 ..A app.dev..e3e07790-d033-4d30-t A061.838-86 krkhew68007790-d033-4d30-t #500 Gapo.omOann deSee G.A app.deapp.dev.jim49 requestseae07790-d033-4d30-t +[CREDIT_CARD]-# Video-e3e07790-d033-4d30-bb56 video-i19.11 MB/ 19.21 MB transterred# AccessibllityApplicationFite URLS079o sable eacheNo tthrottung*• X15.92 kB7 Filter properticid: 7032/[PHONE]-9801-4466884900501type: "conference-summary""entries:.,e+ 0: (id: *039/cbe4-244a-49f1-9a83-256b53c97006*, required: faise, label: *activity-summary .-43 B2167 klrequired: Talsresdony.taseTAXK:632Bchildren: (71(-),().10) -). --)• 0: (id: *002c9de1-4de5-4bb9-9497-15221485a95e*, required: false, label: "Type". -)1:(id: 0a318005-6393-4203-3803-c90a015148e0 required: false, label: Sub ect-2. Lid: [PHONE]-0409-1878-017/16411746* mottnd:fun, Ibat eSuet Date Timat4: 1010: /5505/10*001+4/83-8456-001/59951401, requred: lase, laoet: pioktestmurtr,mreadOnly: false8.80 kBchildren: D"t::..kkcisenerkco.oawtt.eahtewdtetortnoot@cktestmult8.21 kB3.58 kB261 klTAG kh48 B1.27 MB15.92 kB15.92 KB127 M:127 MBcnabreo:trueJanoth: /409detoultVatus: noll→ options: (51-), (-1.-).-).-)10oke...0.eho06u8hmoee.c.ce0eso/toowteeoctoutco6: (id: *c2055646-1552-4661-8689-9200f156cc3d*, required: false, label: "Location", - )1.27 MB1.27 MB127 M:177MP1.27 MB127 MB127 MP1.27 MB)...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
79896
|
2792
|
30
|
2026-05-28T06:47:07.056173+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-28/1779 /Users/lukas/.screenpipe/data/data/2026-05-28/1779950827056_m1.jpg...
|
iTerm2
|
NULL
|
1
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Hidden Bar| Daily - Platform • now*> $0meet.goo Hidden Bar| Daily - Platform • now*> $0meet.google.com/mie-gawc-dsi?authuser=lukas.kovalik%40jiminny.comNikolay Yankov (Presenting)A100% <478•Thu 28 May 9:47:068+Platform Team %Jmnny Wer serverversioningJIMINNY MCP CONNECTOROucxoeP Jy-20974SQ Search boardUpgrade BE libraries - MayMAINTENANCEBacklogE Jy-10058Fallback mechanism forUears with soive te toeesfor CRM Matching(REDUCE CHEBacxog3JT:70012Users can take Notesouring and aner mecunesRECORDING MEETINGS WITHOUT _-20871 2.5 1 «00 =Users can filter Scores infcam are brnoatBacklog9:47 AM | Daily - Platform8• Thu 28 May 9:47ySer xDes xF Des x | F De: x | F De: x | F De: X | F De: X Cos x| E3 PU x Q Up X C UD XC Ad XoJm x© Curnny.atlassian.net/jira/software/c/projects/JY/boards/37?selectedissue=JY-20846Projects|8Datadog © © * Claude3 CrcieaSentry &xa lasxs© Playback devL Al Bookmarxsl800sy-20739 / A JY-20846MCP > Enable the AI to know details about the user~ DescriptionEnable the Al tocl to know the detalls about the user that is asking the questions. It will use those details to know how tofiiter the calls and deals.• provide the AI a tool that gives insights about the user - name, emall, team etc.• il the customer doesn't have the MCP feature enabled then they should be able to access the data:o use a feature flag for the check - "MCP" add to Technical Settings for now• "Error: The Jiminny MCP Connector is not avallable for your account, Please contact your Jiminny CustomerSuccess Manager or our support team for heip."~ Subtasks**_ 185% DoneWork%JY-20848 Implement get.mel= Medium% JY-20849 manualtestingNikolay I...Nikolay L..= MediumNikolay I...address feedback for the tool%JY-20877= Medium• Nikolay Y..X JY-20967Error message when MCP Connectorfeature is disabledDJY-20969 get mestops working on QAI|= MediumNikolay L.= MediumNikolay L....READY FOR DEVSISMMDLa Insighes & Coachin0 DevC. Ask GoogieC Ux@ 21Group: QueriesIn QA37 Improve StoryDetailsAssigneeNikolay IvanovAssign to meKoootD Galya DimitrovaDevelopment@ Open in coding toolJ Create branch9 commits1 pull request3 bulds10 days agoMEROLDvon ponendPlatformSub-ProductAdd optionsLabeisStory pont escmarGalya DimitrovaNikolay Yankov3 othersSteliyan GeorgievLukas Kovalik......
|
NULL
|
-6618202945873606103
|
NULL
|
visual_change
|
ocr
|
NULL
|
Hidden Bar| Daily - Platform • now*> $0meet.goo Hidden Bar| Daily - Platform • now*> $0meet.google.com/mie-gawc-dsi?authuser=lukas.kovalik%40jiminny.comNikolay Yankov (Presenting)A100% <478•Thu 28 May 9:47:068+Platform Team %Jmnny Wer serverversioningJIMINNY MCP CONNECTOROucxoeP Jy-20974SQ Search boardUpgrade BE libraries - MayMAINTENANCEBacklogE Jy-10058Fallback mechanism forUears with soive te toeesfor CRM Matching(REDUCE CHEBacxog3JT:70012Users can take Notesouring and aner mecunesRECORDING MEETINGS WITHOUT _-20871 2.5 1 «00 =Users can filter Scores infcam are brnoatBacklog9:47 AM | Daily - Platform8• Thu 28 May 9:47ySer xDes xF Des x | F De: x | F De: x | F De: X | F De: X Cos x| E3 PU x Q Up X C UD XC Ad XoJm x© Curnny.atlassian.net/jira/software/c/projects/JY/boards/37?selectedissue=JY-20846Projects|8Datadog © © * Claude3 CrcieaSentry &xa lasxs© Playback devL Al Bookmarxsl800sy-20739 / A JY-20846MCP > Enable the AI to know details about the user~ DescriptionEnable the Al tocl to know the detalls about the user that is asking the questions. It will use those details to know how tofiiter the calls and deals.• provide the AI a tool that gives insights about the user - name, emall, team etc.• il the customer doesn't have the MCP feature enabled then they should be able to access the data:o use a feature flag for the check - "MCP" add to Technical Settings for now• "Error: The Jiminny MCP Connector is not avallable for your account, Please contact your Jiminny CustomerSuccess Manager or our support team for heip."~ Subtasks**_ 185% DoneWork%JY-20848 Implement get.mel= Medium% JY-20849 manualtestingNikolay I...Nikolay L..= MediumNikolay I...address feedback for the tool%JY-20877= Medium• Nikolay Y..X JY-20967Error message when MCP Connectorfeature is disabledDJY-20969 get mestops working on QAI|= MediumNikolay L.= MediumNikolay L....READY FOR DEVSISMMDLa Insighes & Coachin0 DevC. Ask GoogieC Ux@ 21Group: QueriesIn QA37 Improve StoryDetailsAssigneeNikolay IvanovAssign to meKoootD Galya DimitrovaDevelopment@ Open in coding toolJ Create branch9 commits1 pull request3 bulds10 days agoMEROLDvon ponendPlatformSub-ProductAdd optionsLabeisStory pont escmarGalya DimitrovaNikolay Yankov3 othersSteliyan GeorgievLukas Kovalik......
|
79895
|
NULL
|
NULL
|
NULL
|
|
79895
|
2792
|
29
|
2026-05-28T06:47:03.973464+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-28/1779 /Users/lukas/.screenpipe/data/data/2026-05-28/1779950823973_m1.jpg...
|
iTerm2
|
NULL
|
1
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Hidden Bar| Daily - Platform • now> $0meet.goog Hidden Bar| Daily - Platform • now> $0meet.google.com/mile9gawc-dsi?authuser=lukas.kovalik%40jiminny.comNikolay Yankov (Presenting)A100% <478•Thu 28 May 9:47:038+Platform Team 2.Jiminny MCP ServerversioningJIMINNY MCR CONNECTORД 39-20924SQ Search boardUpgrade BE Rbraries - MayMAINTENANCEBackiogE Jy-twsaFaliback mechanism forusers with active SF tokensfor CRM Matching(RE DUCK CHUTBockogA 220912Users can take Notesouning and aner meconesIRECORGING MELTINOS WITHOUT -8 20871 25 •000=Users can fiter Scores inTeam Insights by HostBackiog9:47 AM | Daily - Platform8• Thu 28 May 9:4757 Ser xDexDelDes XDe xDe x Dei X De XOco x E3 P x @Up x Cup x C Adc x• Jm x4 GO Xhttps:/fiminny.atlassian.net/jira/software/c/projects/JY/boards/37?seiectedissue=JY-20846Projects|( SSH8 EDutadg © C * Claude3 CrceaA Sentry &XLa lasxsnoig"ts & Coachn.L Al Bockmarks800§ Jy-20739 / A Jy-20046MCP > Enable the AI to know details about the user~ DescriptionEnable the Al tocl to know the detals about the user that is asking the questions. It wit use those detals to kncw bow tofiter the calls and deals.• provide the AI a tool that gives insights about the user - name, emall, team eto.• il the customer doesn't have the MCP feature enabled then they shoufd be able to access the dota:• use a feature fiag for the check - "MCP" add to Technical Settings for now• *Error: The Jteay MCP Connector is not avallable for your account. Please contact your Jiminey CustomerSuccess Manager or our support team for heip."Subtasks***.. 185% Done% JY-20848 Implement get.me= Medium% JY-20849 manualtesting= MediumNikolay L...•Nikolay I...= MediumNikolay I....address feedback for the tool% Jy-20877structureError message when MCP Connectorfeature is disabiedI0 JY-20969 gel_mestops working on QAI|= Medium• Nikolay Y= MediumMixcidy ku= MediumNikolay I..READY FOR DEVS0 Dev. Ask GoogieC UxPlayback dev@ 2-***Group: QueriesIn QAImprove StoryDetailsAssigneeNkolay IvancwAssign to meD Galya DimtrovaDevelopment@ Open in coding 1ool!J Create branch9 commits1 pull request3 bulds10 days agoIMEROLDvor sononPlatformSub-ProductAdd optionsLabeisstory pont estcmasGalya DimitrovaNikolay Yankov3 othersSteliyan GeorgievLukas Kovalik...
|
NULL
|
-7777759616442659498
|
NULL
|
visual_change
|
ocr
|
NULL
|
Hidden Bar| Daily - Platform • now> $0meet.goog Hidden Bar| Daily - Platform • now> $0meet.google.com/mile9gawc-dsi?authuser=lukas.kovalik%40jiminny.comNikolay Yankov (Presenting)A100% <478•Thu 28 May 9:47:038+Platform Team 2.Jiminny MCP ServerversioningJIMINNY MCR CONNECTORД 39-20924SQ Search boardUpgrade BE Rbraries - MayMAINTENANCEBackiogE Jy-twsaFaliback mechanism forusers with active SF tokensfor CRM Matching(RE DUCK CHUTBockogA 220912Users can take Notesouning and aner meconesIRECORGING MELTINOS WITHOUT -8 20871 25 •000=Users can fiter Scores inTeam Insights by HostBackiog9:47 AM | Daily - Platform8• Thu 28 May 9:4757 Ser xDexDelDes XDe xDe x Dei X De XOco x E3 P x @Up x Cup x C Adc x• Jm x4 GO Xhttps:/fiminny.atlassian.net/jira/software/c/projects/JY/boards/37?seiectedissue=JY-20846Projects|( SSH8 EDutadg © C * Claude3 CrceaA Sentry &XLa lasxsnoig"ts & Coachn.L Al Bockmarks800§ Jy-20739 / A Jy-20046MCP > Enable the AI to know details about the user~ DescriptionEnable the Al tocl to know the detals about the user that is asking the questions. It wit use those detals to kncw bow tofiter the calls and deals.• provide the AI a tool that gives insights about the user - name, emall, team eto.• il the customer doesn't have the MCP feature enabled then they shoufd be able to access the dota:• use a feature fiag for the check - "MCP" add to Technical Settings for now• *Error: The Jteay MCP Connector is not avallable for your account. Please contact your Jiminey CustomerSuccess Manager or our support team for heip."Subtasks***.. 185% Done% JY-20848 Implement get.me= Medium% JY-20849 manualtesting= MediumNikolay L...•Nikolay I...= MediumNikolay I....address feedback for the tool% Jy-20877structureError message when MCP Connectorfeature is disabiedI0 JY-20969 gel_mestops working on QAI|= Medium• Nikolay Y= MediumMixcidy ku= MediumNikolay I..READY FOR DEVS0 Dev. Ask GoogieC UxPlayback dev@ 2-***Group: QueriesIn QAImprove StoryDetailsAssigneeNkolay IvancwAssign to meD Galya DimtrovaDevelopment@ Open in coding 1ool!J Create branch9 commits1 pull request3 bulds10 days agoIMEROLDvor sononPlatformSub-ProductAdd optionsLabeisstory pont estcmasGalya DimitrovaNikolay Yankov3 othersSteliyan GeorgievLukas Kovalik...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
79894
|
2792
|
28
|
2026-05-28T06:47:00.787862+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-28/1779 /Users/lukas/.screenpipe/data/data/2026-05-28/1779950820787_m1.jpg...
|
iTerm2
|
NULL
|
1
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Hidden Bar| Daily - Platform • now*-meet.google.co Hidden Bar| Daily - Platform • now*-meet.google.com/mie-gawc-dsi?authuser=lukas.kovalik%40jiminny.com> $0A100% <478•Thu 28 May 9:47:00Nikolay Yankov (Presenting)0A 8+S*FietấtМ nbPlatform Team %.Q Search boardJiminny MCP Server|versioningJIMENNY MCP CONNECTORД JY-20974Upgrade BE libraries - MayBacklog• Jy-10058Fallback mechanism forueert With soive ttotendfor CRM MatchingREDUCE CHUBackogl1J-70012Users can take NotesRECOROING MEETINGS WETHOUT-R -20871 25 1) 000 =Users can fiter Scores inTeam Insights by HostBacklog07 Ser xF De x• Des x | F De xF0e x |F De x F De x Co x E Pa x Q Up x C Up x C Ado x© JmGOC X© Cuhttps://fiminny.attassian.net/jira/soltware/c/projects/JY/boards/37?seiectedissue=.JY-20846C. Ask GoogleProjects |E Datadog C * ClaudeО Сrокоasely X L tasxs800018EpicTурe~Quick filters~MCP › Enable users to getJEMINNY MCP CONNECTORIn DevП JY-20833104000 =Tix votee xoy voladonwhen matching activities todeleted Salesforce…SUPPORT TICKETS)In Dev0 ..20063 1 **** = ©Evaluation for Exec ReportsAVIVMAIECAEY RERMRIO BBE• Jy-198901meeting information toRECORDINO MEETINGS WITHOUT-( JY-20753|Call Scoring filter for ExecICMME(AUTOMATED AI SCORING)La Insignts & Coachin.0 DePlayback devMCP > Enable the AI tokow deta'is at ut the.20880 2 sass=MCP › Enable users to geta list of deals and theirdetallsWYNCCONCTOWIn OAis n•=O— CreatdGroup: QueriesThu 28 May 9:47L Al bockmarxsGalya DimitrovaNikolay Yankov3 othersSteliyan GeorgievLukas Kovalik9:46 AM | Daily - Platform...
|
NULL
|
-1500573861505231522
|
NULL
|
visual_change
|
ocr
|
NULL
|
Hidden Bar| Daily - Platform • now*-meet.google.co Hidden Bar| Daily - Platform • now*-meet.google.com/mie-gawc-dsi?authuser=lukas.kovalik%40jiminny.com> $0A100% <478•Thu 28 May 9:47:00Nikolay Yankov (Presenting)0A 8+S*FietấtМ nbPlatform Team %.Q Search boardJiminny MCP Server|versioningJIMENNY MCP CONNECTORД JY-20974Upgrade BE libraries - MayBacklog• Jy-10058Fallback mechanism forueert With soive ttotendfor CRM MatchingREDUCE CHUBackogl1J-70012Users can take NotesRECOROING MEETINGS WETHOUT-R -20871 25 1) 000 =Users can fiter Scores inTeam Insights by HostBacklog07 Ser xF De x• Des x | F De xF0e x |F De x F De x Co x E Pa x Q Up x C Up x C Ado x© JmGOC X© Cuhttps://fiminny.attassian.net/jira/soltware/c/projects/JY/boards/37?seiectedissue=.JY-20846C. Ask GoogleProjects |E Datadog C * ClaudeО Сrокоasely X L tasxs800018EpicTурe~Quick filters~MCP › Enable users to getJEMINNY MCP CONNECTORIn DevП JY-20833104000 =Tix votee xoy voladonwhen matching activities todeleted Salesforce…SUPPORT TICKETS)In Dev0 ..20063 1 **** = ©Evaluation for Exec ReportsAVIVMAIECAEY RERMRIO BBE• Jy-198901meeting information toRECORDINO MEETINGS WITHOUT-( JY-20753|Call Scoring filter for ExecICMME(AUTOMATED AI SCORING)La Insignts & Coachin.0 DePlayback devMCP > Enable the AI tokow deta'is at ut the.20880 2 sass=MCP › Enable users to geta list of deals and theirdetallsWYNCCONCTOWIn OAis n•=O— CreatdGroup: QueriesThu 28 May 9:47L Al bockmarxsGalya DimitrovaNikolay Yankov3 othersSteliyan GeorgievLukas Kovalik9:46 AM | Daily - Platform...
|
79892
|
NULL
|
NULL
|
NULL
|
|
79893
|
2793
|
22
|
2026-05-28T06:46:58.519536+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-28/1779 /Users/lukas/.screenpipe/data/data/2026-05-28/1779950818519_m2.jpg...
|
Firefox
|
Meet - Daily - Platform — Work
|
1
|
meet.google.com/mie-gawc-dsi?authuser=lukas.kovali meet.google.com/mie-gawc-dsi?authuser=lukas.kovalik%40jiminny.com...
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Meet - Daily - Platform
Close tab
New Tab
Open Goo Meet - Daily - Platform
Close tab
New Tab
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Customize sidebar
Nikolay Yankov (Presenting)
Nikolay Yankov (Presenting)
People
8
Take notes with Gemini
Take notes with Gemini
Gemini
Gemini
Zoom in
Open in new window
Enter Full Screen...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"Meet - Daily - Platform","depth":4,"bounds":{"left":0.27027926,"top":1.0,"width":0.016123671,"height":-0.051875472},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXButton","text":"Close tab","depth":5,"bounds":{"left":0.27094415,"top":1.0,"width":0.004986702,"height":-0.051875472},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"New Tab","depth":4,"bounds":{"left":0.27310506,"top":1.0,"width":0.010638298,"height":-0.086193085},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Tabs from other devices","depth":6,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Nikolay Yankov (Presenting)","depth":6,"bounds":{"left":0.30501994,"top":1.0,"width":0.059507977,"height":-0.072625756},"on_screen":true,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Nikolay Yankov (Presenting)","depth":7,"bounds":{"left":0.30501994,"top":1.0,"width":0.059507977,"height":-0.07342374},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"People","depth":9,"bounds":{"left":0.69481385,"top":1.0,"width":0.019614361,"height":-0.06424582},"on_screen":true,"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"8","depth":16,"bounds":{"left":0.7081117,"top":1.0,"width":0.0023271276,"height":-0.072625756},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Take notes with Gemini","depth":8,"bounds":{"left":0.71708775,"top":1.0,"width":0.011968086,"height":-0.06424582},"on_screen":true,"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Take notes with Gemini","depth":11,"bounds":{"left":0.7184175,"top":1.0,"width":0.043550532,"height":-0.072625756},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Gemini","depth":11,"bounds":{"left":0.7330452,"top":1.0,"width":0.013464096,"height":-0.072625756},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Gemini","depth":11,"bounds":{"left":0.73204786,"top":1.0,"width":0.011303191,"height":-0.065043926},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Zoom in","depth":7,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Open in new window","depth":7,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Enter Full Screen","depth":7,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false}]...
|
-8524713421092763806
|
1873630881328198146
|
click
|
hybrid
|
NULL
|
Meet - Daily - Platform
Close tab
New Tab
Open Goo Meet - Daily - Platform
Close tab
New Tab
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Customize sidebar
Nikolay Yankov (Presenting)
Nikolay Yankov (Presenting)
People
8
Take notes with Gemini
Take notes with Gemini
Gemini
Gemini
Zoom in
Open in new window
Enter Full Screen
rnostolFV faVsco.is ~$ JY-20915-fix-missing-header-text-relProinet v© DealStageTransformer.phpgrostureltonstoner.onoridld tonstotmer.ondorielovalelon omeoneCOoeaikxWoeonon© GroupTransformer.ohooneoaononoero© InvitationTransformer.ohccpoo elansotneoneC) LanquageDialect TransformeMUNNCLavout Enttviranstormer choC Lavout Transformer.ohoC) Lesdtranstormer.oho© MessageTransformer oho)CMomentitranstormer.onoCNotetiranstormer.onoCNotirestontirans ormer.ono30cenoorur eommsodtodecennodur ithaeomat ocoarcinsottihne omatooc Parohetane wmanooipem isronlttnohmotot(© PlaybackPageTransformer.p(© PlaybookTransformer.pho© PlaybookTreeTransformer.phPlaylistActivityTransformer.plPlaylistSharesTransformer.phPlaylistTransformer.php© ProspectsTransformer.phooQueston lfanstommer.ohoc Kolellansouneen© ScorecardRuleTiransformer.olC Sessionttrans ormer.onoc Sacetirans omer.onoc sactrans ormec.ond) TeamDomainTransformec.ohd8) Teamintcaration Transformer8) Team Transtormec ohoc) Themetirand ormes.choc)Tooic transtormer onoc)Tooic troced trane ormer.oheerealrne nrmor nhre llleor tane nmot nane Wolcodcroeehlind Mmornhrphe api.php# composer.ison• Dockerfilerner hensewietCNUL-PICKIALEVOI100% L7oe Inu co moy 3:4010cTextRelayServiceTest+0.customiosravelloSF (iminny@localhost)un crm fields jiminnytalocalhost) x# HS Jocal jiminny@tocalhost# consolel poonA console (EU]A console [STAGING)Ty:AlrowDLRbEogMCSVVLL+Oe7- WHERE id IN (1885, 3014)=•OROER 81 wuid (UULD with tine-low a-:ae con_configuration_id v* Bcrn_provider_id UJ8 label M1885 S8a51d4d-8ca7-49f0-9b2c-e16027877ccS39 ReninderDateTimeReminder Date/Tine3814 a3d3dfSa-eaa1-43d0-b95e-1ff4bec8c42839 picktestmulti cpicktestnultpublac tuncizon serwolerau loool Snobetaul...oublac tuncizon transtorm Field Smero: arrawSdetau vailme atel de%deraut walluertune asedosvne:essmooikdeau rvatleoSdlefau Valme MnooidSdetau twallme?neturn"id' => $field->id_string.'objectType' => $field->object_type'label' => $field->label"fieldName' => $field->crn_provider_id"type' => $type'enabled' => Sfield->is selectable"Length' => Sfield->length"defaultValue' => SdefaultValuelpublic function includeOptions(Field Sfield): PCollectionif (Sfield->isPicklisto d& Svalues = Sfield->values)if (Sfield»›tyoe == Field::TYPE PTCKLIST 55 Svalues = Sfield-›values) {// This gets a little complex. We need to check if this field has any record type constraintsSthis->orofile&s (SrecordTyoe = Sthis-›orofile->/SSield-sobiecttype . 'RecordTvoe'})&s SrecordTvoe->SieldValues@-yahere('con Sieldid' Ssield->id)-sexists()/ Fetch the values specific for this record type.Svalues = Srecordtype->fieldValues)->ahere(crn_field_1d, Sfield->id)->getO:1f (Sthis->noDefault) {Fonssch vaimae se walla?dsualmnesse datant= tcaxreturn Sthis->collection(Svalues, new FieldValueTransfornerO)The backend API is now correctiy returning the multi-picklist field with cations. The issue is in the frontend vue-co)рonenсs роскосо 9rSsne moo comminny woecon comnoerionskeverence Pattern trom Dealinsigns/DealviDelwwascripswitch (tfeldTvoe)torrclolwoe curtencyformFieldType = "date"breok,formFieldtype = "select",ondeldivoes nuloselece or aporcopare sulboseledvehrankformFieldtype = "number",orcanFiles to Uodate in vue-comoonente packaae.Tihe se.iwwesummarycomwoneot that raocersadeAny field type mapping logic that converts CRM field types to form field type:Next Steos2 Bumo the version in the oackaa.3. Uodate the dependency in /f ront-end//oackage, fson to the new versior4. Run yarn install to get the updated packagThe backend fix is complete and working correctly. The field is being returned with options, but the frontendcomoonent donsn' know how to render enietcoicktet heide vetAsk anything Xol@ Code swioThzioehkP4 s...
|
79888
|
NULL
|
NULL
|
NULL
|
|
79892
|
2792
|
27
|
2026-05-28T06:46:57.656745+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-28/1779 /Users/lukas/.screenpipe/data/data/2026-05-28/1779950817656_m1.jpg...
|
Firefox
|
Meet - Daily - Platform — Work
|
1
|
meet.google.com/mie-gawc-dsi?authuser=lukas.kovali meet.google.com/mie-gawc-dsi?authuser=lukas.kovalik%40jiminny.com...
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Meet - Daily - Platform
Close tab
New Tab
Open Goo Meet - Daily - Platform
Close tab
New Tab
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Customize sidebar
Nikolay Yankov (Presenting)
Nikolay Yankov (Presenting)
People
8
Take notes with Gemini
Take notes with Gemini
Gemini
Gemini
Zoom in
Open in new window
Enter Full Screen
Galya Dimitrova
Nikolay Yankov
Steliyan Georgiev
User profile picture User profile picture 3 others
3 others
Others might still see your full video.
9:46
AM
Daily - Platform
Daily - Platform
Audio settings
Turn on microphone
Video settings
Turn off camera
Nikolay Yankov is presenting
Send a reaction
Turn on captions
Raise hand (ctrl + ⌘ + h)
More options
Leave call
Meeting details
Chat with everyone
Meeting tools
The presentation by Nikolay Yankov was added to the main screen. The presentation by Nikolay Yankov is on the main screen....
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"Meet - Daily - Platform","depth":4,"bounds":{"left":0.0,"top":0.072222225,"width":0.033680554,"height":0.045555554},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXButton","text":"Close tab","depth":5,"bounds":{"left":0.0013888889,"top":0.072222225,"width":0.010416667,"height":0.016666668},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"New Tab","depth":4,"bounds":{"left":0.005902778,"top":0.12,"width":0.022222223,"height":0.035555556},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"bounds":{"left":0.0,"top":0.7977778,"width":0.033680554,"height":0.043333333},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Tabs from other devices","depth":6,"bounds":{"left":0.0,"top":0.8411111,"width":0.033680554,"height":0.038333334},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"bounds":{"left":0.0,"top":0.8794444,"width":0.033680554,"height":0.03888889},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"bounds":{"left":0.0,"top":0.91833335,"width":0.033680554,"height":0.038333334},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"bounds":{"left":0.0,"top":0.95666665,"width":0.033680554,"height":0.043333333},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Nikolay Yankov (Presenting)","depth":6,"bounds":{"left":0.072569445,"top":0.101111114,"width":0.124305554,"height":0.022222223},"on_screen":true,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Nikolay Yankov (Presenting)","depth":7,"bounds":{"left":0.072569445,"top":0.10222222,"width":0.124305554,"height":0.020555556},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"People","depth":9,"bounds":{"left":0.88680553,"top":0.08944444,"width":0.04097222,"height":0.04},"on_screen":true,"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"8","depth":16,"bounds":{"left":0.9145833,"top":0.101111114,"width":0.0048611113,"height":0.017222222},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Take notes with Gemini","depth":8,"bounds":{"left":0.93333334,"top":0.08944444,"width":0.025,"height":0.04},"on_screen":true,"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Take notes with Gemini","depth":11,"bounds":{"left":0.9361111,"top":0.101111114,"width":0.06388891,"height":0.017222222},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Gemini","depth":11,"bounds":{"left":0.96666664,"top":0.101111114,"width":0.028125,"height":0.017222222},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Gemini","depth":11,"bounds":{"left":0.96458334,"top":0.090555556,"width":0.023611112,"height":0.037777778},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Zoom in","depth":7,"bounds":{"left":0.63090277,"top":0.78333336,"width":0.027777778,"height":0.044444446},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Open in new window","depth":7,"bounds":{"left":0.6642361,"top":0.78333336,"width":0.027777778,"height":0.044444446},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Enter Full Screen","depth":7,"bounds":{"left":0.69756943,"top":0.78333336,"width":0.027777778,"height":0.044444446},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Galya Dimitrova","depth":11,"bounds":{"left":0.753125,"top":0.36277777,"width":0.08194444,"height":0.022777777},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Nikolay Yankov","depth":11,"bounds":{"left":0.87951386,"top":0.36277777,"width":0.07673611,"height":0.022777777},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Steliyan Georgiev","depth":11,"bounds":{"left":0.753125,"top":0.6205556,"width":0.090625,"height":0.022777777},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"User profile picture User profile picture 3 others","depth":5,"bounds":{"left":0.87118053,"top":0.40888888,"width":0.11805555,"height":0.24444444},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"3 others","depth":7,"bounds":{"left":0.909375,"top":0.55722225,"width":0.041666668,"height":0.022777777},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Others might still see your full video.","depth":9,"bounds":{"left":0.7954861,"top":0.8788889,"width":0.14305556,"height":0.017222222},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"9:46","depth":6,"bounds":{"left":0.050347224,"top":0.9444444,"width":0.022569444,"height":0.022777777},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"AM","depth":6,"bounds":{"left":0.07638889,"top":0.9444444,"width":0.017708333,"height":0.022777777},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Daily - Platform","depth":6,"bounds":{"left":0.11145833,"top":0.9111111,"width":0.08055556,"height":0.08888888},"on_screen":true,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Daily - Platform","depth":9,"bounds":{"left":0.11145833,"top":0.9444444,"width":0.08055556,"height":0.022777777},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Audio settings","depth":7,"bounds":{"left":0.32118055,"top":0.9288889,"width":0.06111111,"height":0.053333335},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Turn on microphone","depth":7,"bounds":{"left":0.34895834,"top":0.9288889,"width":0.033333335,"height":0.053333335},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":true,"is_selected":false},{"role":"AXButton","text":"Video settings","depth":7,"bounds":{"left":0.38784721,"top":0.9288889,"width":0.06111111,"height":0.053333335},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Turn off camera","depth":7,"bounds":{"left":0.415625,"top":0.9288889,"width":0.033333335,"height":0.053333335},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Nikolay Yankov is presenting","depth":6,"bounds":{"left":0.45451388,"top":0.9288889,"width":0.03888889,"height":0.053333335},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Send a reaction","depth":6,"bounds":{"left":0.49895832,"top":0.9288889,"width":0.03888889,"height":0.053333335},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Turn on captions","depth":7,"bounds":{"left":0.5434028,"top":0.9288889,"width":0.03888889,"height":0.053333335},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Raise hand (ctrl + ⌘ + h)","depth":6,"bounds":{"left":0.58784723,"top":0.9288889,"width":0.03888889,"height":0.053333335},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"More options","depth":6,"bounds":{"left":0.6322917,"top":0.9288889,"width":0.025,"height":0.053333335},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Leave call","depth":6,"bounds":{"left":0.6628472,"top":0.9288889,"width":0.05,"height":0.053333335},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Meeting details","depth":6,"bounds":{"left":0.89166665,"top":0.9288889,"width":0.033333335,"height":0.053333335},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Chat with everyone","depth":6,"bounds":{"left":0.925,"top":0.9288889,"width":0.033333335,"height":0.053333335},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Meeting tools","depth":6,"bounds":{"left":0.9583333,"top":0.9288889,"width":0.033333335,"height":0.053333335},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"The presentation by Nikolay Yankov was added to the main screen. The presentation by Nikolay Yankov is on the main screen.","depth":2,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"}]...
|
1607635879330923170
|
977415654791475480
|
visual_change
|
hybrid
|
NULL
|
Meet - Daily - Platform
Close tab
New Tab
Open Goo Meet - Daily - Platform
Close tab
New Tab
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Customize sidebar
Nikolay Yankov (Presenting)
Nikolay Yankov (Presenting)
People
8
Take notes with Gemini
Take notes with Gemini
Gemini
Gemini
Zoom in
Open in new window
Enter Full Screen
Galya Dimitrova
Nikolay Yankov
Steliyan Georgiev
User profile picture User profile picture 3 others
3 others
Others might still see your full video.
9:46
AM
Daily - Platform
Daily - Platform
Audio settings
Turn on microphone
Video settings
Turn off camera
Nikolay Yankov is presenting
Send a reaction
Turn on captions
Raise hand (ctrl + ⌘ + h)
More options
Leave call
Meeting details
Chat with everyone
Meeting tools
The presentation by Nikolay Yankov was added to the main screen. The presentation by Nikolay Yankov is on the main screen.
+FirefoxFileEditViewHistoryBookmarksProfilesTools WindowHelp→meet.google.com/mie-gawc-dsi?authuser=lukas.kovalik%40jiminny.comNikolay Yankov (Presenting)FleTất07 Ser xDe *P De. xPDe x FDe x PD6 * 0O * PA X OU * CФ* CAAX OJTXGo x© 0uhttps:/fjminny.attassian.net/jira/soltware/c/projects/.JY/boards/37Projects |EAWS23 SSH8 EDrdg O * Claude• СrоrоeSery >X L lasxshnongks & Coachn.C. Ask Google#O Der C UX PaybackdewPlatform Team %.Q Search board800018EpicTурe ~Quick fitters~Group: Queriesо1 2Jiminny MCP Server|versioningJIMINVY MCP CONNECTORMCP > Enable users to getMCP › Enable the AI toR Jy-20974JEMINKY MCP CONNECTORIn DevR Jy-20833EMINNY MCP CONNICTORIn QAП -20000 2 п •= 0Upgrade BE libraries - MayBackJogE Jy-10058TE Tetaoyvolatonwhen matching activities todeteted Salesforce...BUPPORT TICKETSIn Dev0 20063 1 1 **** = ©MCP › Enable users to geta fist of deals and theirdetalsДNINNCY NCР CONMECTORIn OAs n•=0Fallback mechanism foruitert wih aetivetetoenfor CRM Matching[REDUCE GHUIBacko+ CroatnEvaluation for Exec ReportsPUTMRIEKAIE REMRIG BBRUJy-20et2• Jy-198901Users can take Notesouring and anter mecunesRECORDING MEETINOS WITHOUT.meeting information toR -20871 25 (1 -000 =In DevR JY-20753Team Insights by HostAUTOMATED AL SCORDBackiogCall Scoring filter for Execreports(AUTOMATEO AY SCORINO)A100% <478•Thu 28 May 9:46:578Thu 28 May 9'A6L Al BookmarxsGalya DimitrovaNikolay Yankov3 othersSteliyan GeorgievOthers might still see your full video.9:46 AM | Daily - Platform...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
79891
|
2792
|
26
|
2026-05-28T06:46:54.548385+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-28/1779 /Users/lukas/.screenpipe/data/data/2026-05-28/1779950814548_m1.jpg...
|
Firefox
|
Meet - Daily - Platform — Work
|
1
|
meet.google.com/mie-gawc-dsi?authuser=lukas.kovali meet.google.com/mie-gawc-dsi?authuser=lukas.kovalik%40jiminny.com...
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Meet - Daily - Platform
Close tab
New Tab
Open Goo Meet - Daily - Platform
Close tab
New Tab
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Customize sidebar
Nikolay Yankov (Presenting)
Nikolay Yankov (Presenting)
People
8
Gemini
Gemini
Steliyan Georgiev
Nikolay Yankov
Galya Dimitrova
Nikolay Yankov (Presentation)
Others might still see your full video.
9:46
AM
Daily - Platform
Daily - Platform
Audio settings
Turn on microphone
Video settings
Turn off camera
Nikolay Yankov is presenting
Send a reaction
Turn on captions
Raise hand (ctrl + ⌘ + h)
More options
Leave call
Meeting details
Chat with everyone
Meeting tools...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"Meet - Daily - Platform","depth":4,"bounds":{"left":0.0,"top":0.072222225,"width":0.033680554,"height":0.045555554},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXButton","text":"Close tab","depth":5,"bounds":{"left":0.0013888889,"top":0.072222225,"width":0.010416667,"height":0.016666668},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"New Tab","depth":4,"bounds":{"left":0.005902778,"top":0.12,"width":0.022222223,"height":0.035555556},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"bounds":{"left":0.0,"top":0.7977778,"width":0.033680554,"height":0.043333333},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Tabs from other devices","depth":6,"bounds":{"left":0.0,"top":0.8411111,"width":0.033680554,"height":0.038333334},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"bounds":{"left":0.0,"top":0.8794444,"width":0.033680554,"height":0.03888889},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"bounds":{"left":0.0,"top":0.91833335,"width":0.033680554,"height":0.038333334},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"bounds":{"left":0.0,"top":0.95666665,"width":0.033680554,"height":0.043333333},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Nikolay Yankov (Presenting)","depth":6,"bounds":{"left":0.072569445,"top":0.101111114,"width":0.124305554,"height":0.022222223},"on_screen":true,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Nikolay Yankov (Presenting)","depth":7,"bounds":{"left":0.072569445,"top":0.10222222,"width":0.124305554,"height":0.020555556},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"People","depth":9,"bounds":{"left":0.91736114,"top":0.08944444,"width":0.04097222,"height":0.04},"on_screen":true,"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"8","depth":16,"bounds":{"left":0.9451389,"top":0.101111114,"width":0.0048611113,"height":0.017222222},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Gemini","depth":11,"bounds":{"left":0.96666664,"top":0.101111114,"width":0.028125,"height":0.017222222},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Gemini","depth":11,"bounds":{"left":0.96458334,"top":0.090555556,"width":0.023611112,"height":0.037777778},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Steliyan Georgiev","depth":11,"bounds":{"left":0.05798611,"top":0.48722222,"width":0.090625,"height":0.022777777},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Nikolay Yankov","depth":11,"bounds":{"left":0.24756944,"top":0.48722222,"width":0.07673611,"height":0.022777777},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Galya Dimitrova","depth":11,"bounds":{"left":0.8177083,"top":0.48722222,"width":0.08194444,"height":0.022777777},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Nikolay Yankov (Presentation)","depth":11,"bounds":{"left":0.35729167,"top":0.8761111,"width":0.15243055,"height":0.022777777},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Others might still see your full video.","depth":9,"bounds":{"left":0.7902778,"top":0.87666667,"width":0.14305556,"height":0.017222222},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"9:46","depth":6,"bounds":{"left":0.050347224,"top":0.9444444,"width":0.022569444,"height":0.022777777},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"AM","depth":6,"bounds":{"left":0.07638889,"top":0.9444444,"width":0.017708333,"height":0.022777777},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Daily - Platform","depth":6,"bounds":{"left":0.11145833,"top":0.9111111,"width":0.08055556,"height":0.08888888},"on_screen":true,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Daily - Platform","depth":9,"bounds":{"left":0.11145833,"top":0.9444444,"width":0.08055556,"height":0.022777777},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Audio settings","depth":7,"bounds":{"left":0.32118055,"top":0.9288889,"width":0.06111111,"height":0.053333335},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Turn on microphone","depth":7,"bounds":{"left":0.34895834,"top":0.9288889,"width":0.033333335,"height":0.053333335},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":true,"is_selected":false},{"role":"AXButton","text":"Video settings","depth":7,"bounds":{"left":0.38784721,"top":0.9288889,"width":0.06111111,"height":0.053333335},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Turn off camera","depth":7,"bounds":{"left":0.415625,"top":0.9288889,"width":0.033333335,"height":0.053333335},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Nikolay Yankov is presenting","depth":6,"bounds":{"left":0.45451388,"top":0.9288889,"width":0.03888889,"height":0.053333335},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Send a reaction","depth":6,"bounds":{"left":0.49895832,"top":0.9288889,"width":0.03888889,"height":0.053333335},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Turn on captions","depth":7,"bounds":{"left":0.5434028,"top":0.9288889,"width":0.03888889,"height":0.053333335},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Raise hand (ctrl + ⌘ + h)","depth":6,"bounds":{"left":0.58784723,"top":0.9288889,"width":0.03888889,"height":0.053333335},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"More options","depth":6,"bounds":{"left":0.6322917,"top":0.9288889,"width":0.025,"height":0.053333335},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Leave call","depth":6,"bounds":{"left":0.6628472,"top":0.9288889,"width":0.05,"height":0.053333335},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Meeting details","depth":6,"bounds":{"left":0.89166665,"top":0.9288889,"width":0.033333335,"height":0.053333335},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Chat with everyone","depth":6,"bounds":{"left":0.925,"top":0.9288889,"width":0.033333335,"height":0.053333335},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Meeting tools","depth":6,"bounds":{"left":0.9583333,"top":0.9288889,"width":0.033333335,"height":0.053333335},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false}]...
|
7415900585218529716
|
995364229471062676
|
visual_change
|
hybrid
|
NULL
|
Meet - Daily - Platform
Close tab
New Tab
Open Goo Meet - Daily - Platform
Close tab
New Tab
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Customize sidebar
Nikolay Yankov (Presenting)
Nikolay Yankov (Presenting)
People
8
Gemini
Gemini
Steliyan Georgiev
Nikolay Yankov
Galya Dimitrova
Nikolay Yankov (Presentation)
Others might still see your full video.
9:46
AM
Daily - Platform
Daily - Platform
Audio settings
Turn on microphone
Video settings
Turn off camera
Nikolay Yankov is presenting
Send a reaction
Turn on captions
Raise hand (ctrl + ⌘ + h)
More options
Leave call
Meeting details
Chat with everyone
Meeting tools
FirefoxFileEdit View→ CHistoryBookmarksProfilesToolsWindowHelpmeet.google.com/mie-gawc-dsi?authuser=lukas.kovalik%40jiminny.comNikolay Yankov (Presenting)+Steliyan GeorgievNikolay YankovNikolay IvanovAneliya AngelovaNikolay NikolovNikolay Yankov (Presentation)9:46 AM | Daily - Platform100% 0 8•Thu 28 May 9:46:548Galya DimitrovaOthers might still see your full video....
|
79890
|
NULL
|
NULL
|
NULL
|
|
79890
|
2792
|
25
|
2026-05-28T06:46:51.450178+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-28/1779 /Users/lukas/.screenpipe/data/data/2026-05-28/1779950811450_m1.jpg...
|
Firefox
|
Meet - Daily - Platform — Work
|
1
|
meet.google.com/mie-gawc-dsi?authuser=lukas.kovali meet.google.com/mie-gawc-dsi?authuser=lukas.kovalik%40jiminny.com...
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Meet - Daily - Platform
Close tab
New Tab
Open Goo Meet - Daily - Platform
Close tab
New Tab
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Customize sidebar
People
7
Gemini
Gemini
Pin Steliyan Georgiev to your main screen
You can't unmute someone else
More options for Steliyan Georgiev
Steliyan Georgiev
Pin Nikolay Yankov to your main screen
Mute Nikolay Yankov's microphone
More options for Nikolay Yankov
Nikolay Yankov
Pin Nikolay Ivanov to your main screen
You can't unmute someone else
More options for Nikolay Ivanov
Nikolay Ivanov
Pin Aneliya Angelova to your main screen
You can't unmute someone else
More options for Aneliya Angelova
Aneliya Angelova
Pin Galya Dimitrova to your main screen
You can't unmute someone else
More options for Galya Dimitrova
Galya Dimitrova
Pin Nikolay Nikolov to your main screen
You can't unmute someone else
More options for Nikolay Nikolov
Nikolay Nikolov
You’re continuously framed
Backgrounds and effects
More options for Lukas Kovalik
Others might still see your full video.
Pin Nikolay Yankov's presentation to your main screen
You can't unmute someone else's presentation
More options for Nikolay Yankov
Nikolay Yankov (Presentation)
9:46
AM
Daily - Platform
Daily - Platform
Audio settings
Turn on microphone
Video settings
Turn off camera
Share screen
Send a reaction
Turn on captions
Raise hand (ctrl + ⌘ + h)
More options
Leave call
Meeting details
Chat with everyone
Meeting tools...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"Meet - Daily - Platform","depth":4,"bounds":{"left":0.0,"top":0.072222225,"width":0.033680554,"height":0.045555554},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXButton","text":"Close tab","depth":5,"bounds":{"left":0.0013888889,"top":0.072222225,"width":0.010416667,"height":0.016666668},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"New Tab","depth":4,"bounds":{"left":0.005902778,"top":0.12,"width":0.022222223,"height":0.035555556},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"bounds":{"left":0.0,"top":0.7977778,"width":0.033680554,"height":0.043333333},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Tabs from other devices","depth":6,"bounds":{"left":0.0,"top":0.8411111,"width":0.033680554,"height":0.038333334},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"bounds":{"left":0.0,"top":0.8794444,"width":0.033680554,"height":0.03888889},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"bounds":{"left":0.0,"top":0.91833335,"width":0.033680554,"height":0.038333334},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"bounds":{"left":0.0,"top":0.95666665,"width":0.033680554,"height":0.043333333},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"People","depth":9,"bounds":{"left":0.91770834,"top":0.08722222,"width":0.040625,"height":0.04},"on_screen":true,"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"7","depth":16,"bounds":{"left":0.9454861,"top":0.09888889,"width":0.004513889,"height":0.017222222},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Gemini","depth":11,"bounds":{"left":0.96666664,"top":0.09888889,"width":0.028125,"height":0.017222222},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Gemini","depth":11,"bounds":{"left":0.96458334,"top":0.08833333,"width":0.023611112,"height":0.037777778},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Pin Steliyan Georgiev to your main screen","depth":7,"bounds":{"left":0.094444446,"top":0.3122222,"width":0.027777778,"height":0.044444446},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"You can't unmute someone else","depth":7,"bounds":{"left":0.12222222,"top":0.31,"width":0.030555556,"height":0.04888889},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":false,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"More options for Steliyan Georgiev","depth":7,"bounds":{"left":0.15277778,"top":0.3122222,"width":0.027777778,"height":0.044444446},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Steliyan Georgiev","depth":11,"bounds":{"left":0.05798611,"top":0.48277777,"width":0.090625,"height":0.022777777},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Pin Nikolay Yankov to your main screen","depth":7,"bounds":{"left":0.284375,"top":0.3122222,"width":0.027777778,"height":0.044444446},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Mute Nikolay Yankov's microphone","depth":7,"bounds":{"left":0.31215277,"top":0.31,"width":0.030555556,"height":0.04888889},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"More options for Nikolay Yankov","depth":7,"bounds":{"left":0.34270832,"top":0.3122222,"width":0.027777778,"height":0.044444446},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Nikolay Yankov","depth":11,"bounds":{"left":0.24756944,"top":0.48277777,"width":0.07673611,"height":0.022777777},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Pin Nikolay Ivanov to your main screen","depth":7,"bounds":{"left":0.47430557,"top":0.3122222,"width":0.027777778,"height":0.044444446},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"You can't unmute someone else","depth":7,"bounds":{"left":0.50208336,"top":0.31,"width":0.030555556,"height":0.04888889},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":false,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"More options for Nikolay Ivanov","depth":7,"bounds":{"left":0.5326389,"top":0.3122222,"width":0.027777778,"height":0.044444446},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Nikolay Ivanov","depth":11,"bounds":{"left":0.43784723,"top":0.48277777,"width":0.07395833,"height":0.022777777},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Pin Aneliya Angelova to your main screen","depth":7,"bounds":{"left":0.6642361,"top":0.3122222,"width":0.027777778,"height":0.044444446},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"You can't unmute someone else","depth":7,"bounds":{"left":0.69201386,"top":0.31,"width":0.030555556,"height":0.04888889},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":false,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"More options for Aneliya Angelova","depth":7,"bounds":{"left":0.72256947,"top":0.3122222,"width":0.027777778,"height":0.044444446},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Aneliya Angelova","depth":11,"bounds":{"left":0.62743056,"top":0.48277777,"width":0.088541664,"height":0.022777777},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Pin Galya Dimitrova to your main screen","depth":7,"bounds":{"left":0.8541667,"top":0.3122222,"width":0.027777778,"height":0.044444446},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"You can't unmute someone else","depth":7,"bounds":{"left":0.8819444,"top":0.31,"width":0.030555556,"height":0.04888889},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":false,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"More options for Galya Dimitrova","depth":7,"bounds":{"left":0.9125,"top":0.3122222,"width":0.027777778,"height":0.044444446},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Galya Dimitrova","depth":11,"bounds":{"left":0.8177083,"top":0.48277777,"width":0.08194444,"height":0.022777777},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Pin Nikolay Nikolov to your main screen","depth":7,"bounds":{"left":0.12986112,"top":0.70111114,"width":0.027777778,"height":0.044444446},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"You can't unmute someone else","depth":7,"bounds":{"left":0.15763889,"top":0.6988889,"width":0.030555556,"height":0.04888889},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":false,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"More options for Nikolay Nikolov","depth":7,"bounds":{"left":0.18819444,"top":0.70111114,"width":0.027777778,"height":0.044444446},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Nikolay Nikolov","depth":11,"bounds":{"left":0.05659722,"top":0.87166667,"width":0.07847222,"height":0.022777777},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"You’re continuously framed","depth":7,"bounds":{"left":0.8173611,"top":0.6988889,"width":0.030555556,"height":0.04888889},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":false,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Backgrounds and effects","depth":7,"bounds":{"left":0.84791666,"top":0.6988889,"width":0.030555556,"height":0.04888889},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"More options for Lukas Kovalik","depth":7,"bounds":{"left":0.8784722,"top":0.70111114,"width":0.027777778,"height":0.044444446},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Others might still see your full video.","depth":9,"bounds":{"left":0.7902778,"top":0.87222224,"width":0.14305556,"height":0.017222222},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Pin Nikolay Yankov's presentation to your main screen","depth":7,"bounds":{"left":0.47430557,"top":0.70111114,"width":0.027777778,"height":0.044444446},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"You can't unmute someone else's presentation","depth":7,"bounds":{"left":0.50208336,"top":0.6988889,"width":0.030555556,"height":0.04888889},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":false,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"More options for Nikolay Yankov","depth":7,"bounds":{"left":0.5326389,"top":0.70111114,"width":0.027777778,"height":0.044444446},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Nikolay Yankov (Presentation)","depth":11,"bounds":{"left":0.34340277,"top":0.87166667,"width":0.15243055,"height":0.022777777},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"9:46","depth":6,"bounds":{"left":0.050347224,"top":0.9444444,"width":0.022569444,"height":0.022777777},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"AM","depth":6,"bounds":{"left":0.07638889,"top":0.9444444,"width":0.017708333,"height":0.022777777},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Daily - Platform","depth":6,"bounds":{"left":0.11145833,"top":0.9111111,"width":0.08055556,"height":0.08888888},"on_screen":true,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Daily - Platform","depth":9,"bounds":{"left":0.11145833,"top":0.9444444,"width":0.08055556,"height":0.022777777},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Audio settings","depth":7,"bounds":{"left":0.32118055,"top":0.9288889,"width":0.06111111,"height":0.053333335},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Turn on microphone","depth":7,"bounds":{"left":0.34895834,"top":0.9288889,"width":0.033333335,"height":0.053333335},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":true,"is_selected":false},{"role":"AXButton","text":"Video settings","depth":7,"bounds":{"left":0.38784721,"top":0.9288889,"width":0.06111111,"height":0.053333335},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Turn off camera","depth":7,"bounds":{"left":0.415625,"top":0.9288889,"width":0.033333335,"height":0.053333335},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Share screen","depth":6,"bounds":{"left":0.45451388,"top":0.9288889,"width":0.03888889,"height":0.053333335},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Send a reaction","depth":6,"bounds":{"left":0.49895832,"top":0.9288889,"width":0.03888889,"height":0.053333335},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Turn on captions","depth":7,"bounds":{"left":0.5434028,"top":0.9288889,"width":0.03888889,"height":0.053333335},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Raise hand (ctrl + ⌘ + h)","depth":6,"bounds":{"left":0.58784723,"top":0.9288889,"width":0.03888889,"height":0.053333335},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"More options","depth":6,"bounds":{"left":0.6322917,"top":0.9288889,"width":0.025,"height":0.053333335},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Leave call","depth":6,"bounds":{"left":0.6628472,"top":0.9288889,"width":0.05,"height":0.053333335},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Meeting details","depth":6,"bounds":{"left":0.89166665,"top":0.9288889,"width":0.033333335,"height":0.053333335},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Chat with everyone","depth":6,"bounds":{"left":0.925,"top":0.9288889,"width":0.033333335,"height":0.053333335},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Meeting tools","depth":6,"bounds":{"left":0.9583333,"top":0.9288889,"width":0.033333335,"height":0.053333335},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false}]...
|
-7226298316628747288
|
-8628720461370631664
|
visual_change
|
hybrid
|
NULL
|
Meet - Daily - Platform
Close tab
New Tab
Open Goo Meet - Daily - Platform
Close tab
New Tab
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Customize sidebar
People
7
Gemini
Gemini
Pin Steliyan Georgiev to your main screen
You can't unmute someone else
More options for Steliyan Georgiev
Steliyan Georgiev
Pin Nikolay Yankov to your main screen
Mute Nikolay Yankov's microphone
More options for Nikolay Yankov
Nikolay Yankov
Pin Nikolay Ivanov to your main screen
You can't unmute someone else
More options for Nikolay Ivanov
Nikolay Ivanov
Pin Aneliya Angelova to your main screen
You can't unmute someone else
More options for Aneliya Angelova
Aneliya Angelova
Pin Galya Dimitrova to your main screen
You can't unmute someone else
More options for Galya Dimitrova
Galya Dimitrova
Pin Nikolay Nikolov to your main screen
You can't unmute someone else
More options for Nikolay Nikolov
Nikolay Nikolov
You’re continuously framed
Backgrounds and effects
More options for Lukas Kovalik
Others might still see your full video.
Pin Nikolay Yankov's presentation to your main screen
You can't unmute someone else's presentation
More options for Nikolay Yankov
Nikolay Yankov (Presentation)
9:46
AM
Daily - Platform
Daily - Platform
Audio settings
Turn on microphone
Video settings
Turn off camera
Share screen
Send a reaction
Turn on captions
Raise hand (ctrl + ⌘ + h)
More options
Leave call
Meeting details
Chat with everyone
Meeting tools
FirefoxFileEditViewHistoryBookmarksProfiles ToolsWindow→ CHelp•C@ meet.google.com/mie-gawc-dsi?authuser=lukas.kovalik%40jiminny.com› $0A100% <47Thu 28 May 9:46:50oй 7+Steliyan GeorgievNikolay YankovNikolay IvanovAneliya AngelovaGalya DimitrovaNikolay NikolovNikolay Yankov (Presentation)Others might still see your full video.9:46 AM | Daily - PlatformLộ3...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
79889
|
2792
|
24
|
2026-05-28T06:46:48.431691+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-28/1779 /Users/lukas/.screenpipe/data/data/2026-05-28/1779950808431_m1.jpg...
|
Firefox
|
Meet - Daily - Platform — Work
|
1
|
meet.google.com/mie-gawc-dsi?authuser=lukas.kovali meet.google.com/mie-gawc-dsi?authuser=lukas.kovalik%40jiminny.com...
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Meet - Daily - Platform
Close tab
New Tab
Open Goo Meet - Daily - Platform
Close tab
New Tab
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Customize sidebar
People
7
Gemini
Gemini
Pin Steliyan Georgiev to your main screen
You can't unmute someone else
More options for Steliyan Georgiev...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"Meet - Daily - Platform","depth":4,"bounds":{"left":0.0,"top":0.072222225,"width":0.033680554,"height":0.045555554},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXButton","text":"Close tab","depth":5,"bounds":{"left":0.0013888889,"top":0.072222225,"width":0.010416667,"height":0.016666668},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"New Tab","depth":4,"bounds":{"left":0.005902778,"top":0.12,"width":0.022222223,"height":0.035555556},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"bounds":{"left":0.0,"top":0.7977778,"width":0.033680554,"height":0.043333333},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Tabs from other devices","depth":6,"bounds":{"left":0.0,"top":0.8411111,"width":0.033680554,"height":0.038333334},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"bounds":{"left":0.0,"top":0.8794444,"width":0.033680554,"height":0.03888889},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"bounds":{"left":0.0,"top":0.91833335,"width":0.033680554,"height":0.038333334},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"bounds":{"left":0.0,"top":0.95666665,"width":0.033680554,"height":0.043333333},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"People","depth":9,"bounds":{"left":0.91770834,"top":0.08722222,"width":0.040625,"height":0.04},"on_screen":true,"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":true,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"7","depth":16,"bounds":{"left":0.9454861,"top":0.09888889,"width":0.004513889,"height":0.017222222},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Gemini","depth":11,"bounds":{"left":0.96666664,"top":0.09888889,"width":0.028125,"height":0.017222222},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Gemini","depth":11,"bounds":{"left":0.96458334,"top":0.08833333,"width":0.023611112,"height":0.037777778},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Pin Steliyan Georgiev to your main screen","depth":7,"bounds":{"left":0.15729167,"top":0.3122222,"width":0.027777778,"height":0.044444446},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"You can't unmute someone else","depth":7,"bounds":{"left":0.18506944,"top":0.31,"width":0.030555556,"height":0.04888889},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":false,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"More options for Steliyan Georgiev","depth":7,"bounds":{"left":0.215625,"top":0.3122222,"width":0.027777778,"height":0.044444446},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false}]...
|
3220848882112338024
|
-8628315845387690366
|
visual_change
|
hybrid
|
NULL
|
Meet - Daily - Platform
Close tab
New Tab
Open Goo Meet - Daily - Platform
Close tab
New Tab
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Customize sidebar
People
7
Gemini
Gemini
Pin Steliyan Georgiev to your main screen
You can't unmute someone else
More options for Steliyan Georgiev
FirefoxFileEditViewHistoryBookmarksProfiles→ToolsWindowHelpmeet.google.com/mie-gawc-dsi?authuser=lukas.kovalik%40jiminny.com100% C8•Thu 28 May 9:46:477+New)Ask GeminiGemini is available to answer questionsabout meeting discussions. It won't create arecording or store caption data after themeeting ends. The meeting host can turn itoff in settings.Learn moreDon't show againSteliyan GeorgievNikolay YankovNikolay IvanovAneliya AngelovaGalya DimitrovaNikolay NikolovOthers might still see your full video.9:46 AM | Daily - Platform...
|
79887
|
NULL
|
NULL
|
NULL
|
|
79888
|
2793
|
21
|
2026-05-28T06:46:47.329284+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-28/1779 /Users/lukas/.screenpipe/data/data/2026-05-28/1779950807329_m2.jpg...
|
Firefox
|
Meet - Daily - Platform — Work
|
1
|
meet.google.com/mie-gawc-dsi?authuser=lukas.kovali meet.google.com/mie-gawc-dsi?authuser=lukas.kovalik%40jiminny.com...
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Meet - Daily - Platform
Close tab
New Tab
Open Goo Meet - Daily - Platform
Close tab
New Tab
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Customize sidebar
People
6
Gemini
Gemini
Steliyan Georgiev
Nikolay Yankov
Nikolay Ivanov
Aneliya Angelova
Galya Dimitrova
Others might still see your full video.
Nikolay Nikolov
9:46
AM
Daily - Platform
Daily - Platform
Audio settings
Turn off microphone
Video settings
Turn off camera
Share screen...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"Meet - Daily - Platform","depth":4,"bounds":{"left":0.27027926,"top":1.0,"width":0.016123671,"height":-0.051875472},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXButton","text":"Close tab","depth":5,"bounds":{"left":0.27094415,"top":1.0,"width":0.004986702,"height":-0.051875472},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"New Tab","depth":4,"bounds":{"left":0.27310506,"top":1.0,"width":0.010638298,"height":-0.086193085},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Tabs from other devices","depth":6,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"People","depth":9,"bounds":{"left":0.7094415,"top":1.0,"width":0.019614361,"height":-0.06264961},"on_screen":true,"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"6","depth":16,"bounds":{"left":0.72273934,"top":1.0,"width":0.0023271276,"height":-0.071029544},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Gemini","depth":11,"bounds":{"left":0.7330452,"top":1.0,"width":0.013464096,"height":-0.071029544},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Gemini","depth":11,"bounds":{"left":0.73204786,"top":1.0,"width":0.011303191,"height":-0.063447714},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Steliyan Georgiev","depth":11,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Nikolay Yankov","depth":11,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Nikolay Ivanov","depth":11,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Aneliya Angelova","depth":11,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Galya Dimitrova","depth":11,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Others might still see your full video.","depth":9,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Nikolay Nikolov","depth":11,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"9:46","depth":6,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"AM","depth":6,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Daily - Platform","depth":6,"on_screen":true,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Daily - Platform","depth":9,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Audio settings","depth":7,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Turn off microphone","depth":7,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Video settings","depth":7,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Turn off camera","depth":7,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Share screen","depth":6,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false}]...
|
-5664573917039656504
|
918970702370234055
|
click
|
hybrid
|
NULL
|
Meet - Daily - Platform
Close tab
New Tab
Open Goo Meet - Daily - Platform
Close tab
New Tab
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Customize sidebar
People
6
Gemini
Gemini
Steliyan Georgiev
Nikolay Yankov
Nikolay Ivanov
Aneliya Angelova
Galya Dimitrova
Others might still see your full video.
Nikolay Nikolov
9:46
AM
Daily - Platform
Daily - Platform
Audio settings
Turn off microphone
Video settings
Turn off camera
Share screen
rnostolFV faVsco.is ~$ JY-20915-fix-missing-header-text-relProinet v© DealStageTransformer.phpgresturetonstoner.onoridld tonstotmer.ondorielovalelon omeoneCOoeaikxWoeonon© GroupTransformer.ohooneoaononoieron© InvitationTransformer.ohccpoo elansotneoneC) LanquageDialect TransformeMUNNCLavout Enttviranstormer choC Lavout Transformer.ohoC) Lesdtranstormer.oho© MessageTransformer oho)CMomentitranstormer.onoCNotetiranstormer.onoCNotirestontirans ormer.ono30cenoorur eommsodtodecennodur ithaeomat ocoarcinsottihne omatooc Paroheiane tmanooipem isronlttnohmorot(© PlaybackPageTransformer.p(© PlaybookTransformer.pho© PlaybookTreeTransformer.phPlaylistActivityTransformer.plPlaylistSharesTransformer.phPlaylistTransformer.php© ProspectsTransformer.phooQueston lfanstommer.ohoc Kolellansouneen© ScorecardRuleTiransformer.olC Sess ontirans ormer.onoc Sacetirans omer.onoc sactrans ormec.ond) TeamDomainTransformec.ohd8) Teamintcaration Transformer8) Team Transtormec ohoc) Themetirand ormes.choc)Tooic transtormer onoc)Tooic troced trane ormer.oheerealrne nrmor nhre llleor tane nmot nane Wolcodcroeehlind Mmornhrphp api.phpecrmcontrober.orcomposer.ison• DockerfileXO oslly " Piatiotm " nowcustom.iosravelloSF (iminny@localhost)un crm fields jiminnytalocalhost) x# HS Jocal jiminny@tocalhost# consolel poonA console (EU]A console [STAGING)Ty:AlrowDLQwEOgMCSVYLL+OeANYAV7- WHERE id IN (1885, 3014)=•OROER 81 wuid (UULD with tine-low a-:ae con_configuration_id v* Bcrn_provider_id UJ8 labelM1885 S8a51d4d-8ca7-49f0-9b2c-e16027877ccS39 ReninderDateTimeReminder Date/Tine3814 a3d3dfSa-eaa1-43d0-b95e-1ff4bec8c42839 picktestmulti cpicktestnultpublac tuncizon serwolerau loool Snobetaul...oublac tuncizon transtorm Field Smero: arrawSdetau vailme atel de%deraut wallue?tune asedosvne:essmooikdeau rvatleoSdefau Valme MnooidSdetau twallme?neturn"id' => $field->id_string.'objectType' => $field->object_type'label' => $field->label"fieldName' => $field->crn_provider_id"type' => $type'enabled' => Sfield->is selectable"Length' => Sfield->length"defaultValue' => SdefaultValuelpublic function includeOptions(Field Sfield): PCollectionif (Sfield->isPicklisto d& Svalues = Sfield->values)if (Sfield»›tyoe == Field::TYPE PTCKLIST 55 Svalues = Sfield-›values) {// This gets a little complex. We need to check if this field has any record type constraintsSthis->orofile&s (SrecordTyoe = Sthis-›orofile->/SSield-sobiecttype . 'RecordTvoe'})&s SrecordTvoe->SieldValues@-yahere('con Sieldid' Ssield->id)-sexists()/ Fetch the values specific for this record type.Svalues = Srecordtype->fieldValues)->ahere(crn_field_1d, Sfield->id)->getO:1f (Sthis->noDefault) {Fonssch vaimae se walla?dsualmnesse datant= tcaxreturn Sthis->collection(Svalues, new FieldValueTransfornerO)rner hensewietCMuU-PICKIALVOI100% 17o Inu co moy 3:40140TextRelayServiceTest+0.The backend API is now correctiy returning the mutti-picklist field with cations. The issue is in the frontend vue-co)рonens роскосо 9rSsne moo comminhy woecon comnoerionskeverence Pattern trom Dealinsigns/DealviDelwwascripswitch (tfelaTvoe)torrclolwoe curtencyformFieldType = "date"breokformFieldtype = "select",ondeldivoes nuloselece or aporcopare sulboseledvehrankformFieldtype = "number",orcanFiles to Uodate in vue-comoonente packaae.Tihe se.iwwesummarycomwoneot that raocersadeAny field type mapping logic that converts CRM field types to form field type:Next Steos2 Bumo the version in the oackaa.3. Uodate the dependency in /front-end//oackage, fson to the new versior4. Run yarn install to get the updated packagThe backend fix is complete and working correctly. The field is being returned with options, but the frontendcomoonent donsn' know how to render enietcotckttet heide vetAsk anything Xol@ Code swioThzioehkP4 s...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
79887
|
2792
|
23
|
2026-05-28T06:46:47.219493+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-28/1779 /Users/lukas/.screenpipe/data/data/2026-05-28/1779950807219_m1.jpg...
|
Firefox
|
Meet - Daily - Platform — Work
|
1
|
meet.google.com/mie-gawc-dsi?authuser=lukas.kovali meet.google.com/mie-gawc-dsi?authuser=lukas.kovalik%40jiminny.com...
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Hidden Bar-| Daily - Platform • nowmeet.google.com Hidden Bar-| Daily - Platform • nowmeet.google.com/mie-gawc-dsi?authuser=lukas.kovalik%40jiminny.com100% C8•Thu 28 May 9:46:46+NewAsk GeminiGemini is available to answer questionsabout meeting discussions. It won't create arecording or store caption data after themeeting ends. The meeting host can turn itoff in settings.Learn moreDon't show againSteliyan GeorgievNikolay YankovNikolay IvanovAneliya AngelovaGalya DimitrovaOthers might still see your full video.9:46 AM | Daily - Platform...
|
NULL
|
8765004983134120366
|
NULL
|
click
|
ocr
|
NULL
|
Hidden Bar-| Daily - Platform • nowmeet.google.com Hidden Bar-| Daily - Platform • nowmeet.google.com/mie-gawc-dsi?authuser=lukas.kovalik%40jiminny.com100% C8•Thu 28 May 9:46:46+NewAsk GeminiGemini is available to answer questionsabout meeting discussions. It won't create arecording or store caption data after themeeting ends. The meeting host can turn itoff in settings.Learn moreDon't show againSteliyan GeorgievNikolay YankovNikolay IvanovAneliya AngelovaGalya DimitrovaOthers might still see your full video.9:46 AM | Daily - Platform...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
79886
|
2792
|
22
|
2026-05-28T06:46:45.231954+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-28/1779 /Users/lukas/.screenpipe/data/data/2026-05-28/1779950805231_m1.jpg...
|
iTerm2
|
NULL
|
1
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Hidden Bar•→C| Daily - Platform • now*meet.google. Hidden Bar•→C| Daily - Platform • now*meet.google.com/mie-gawc-dsi?authuser=lukas.kovalik%40jiminny.com*> $0A100% C8•Thu 28 May 9:46:446+Steliyan GeorgievNikolay YankovNikolay IvanovAneliya AngelovaGalya DimitrovaOthers might still see your full video.9:46 AM | Daily - Platform...
|
NULL
|
314963586626679676
|
NULL
|
visual_change
|
ocr
|
NULL
|
Hidden Bar•→C| Daily - Platform • now*meet.google. Hidden Bar•→C| Daily - Platform • now*meet.google.com/mie-gawc-dsi?authuser=lukas.kovalik%40jiminny.com*> $0A100% C8•Thu 28 May 9:46:446+Steliyan GeorgievNikolay YankovNikolay IvanovAneliya AngelovaGalya DimitrovaOthers might still see your full video.9:46 AM | Daily - Platform...
|
79884
|
NULL
|
NULL
|
NULL
|
|
79885
|
2793
|
20
|
2026-05-28T06:46:43.717923+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-28/1779 /Users/lukas/.screenpipe/data/data/2026-05-28/1779950803717_m2.jpg...
|
Firefox
|
Meet - Daily - Platform — Work
|
1
|
meet.google.com/mie-gawc-dsi?authuser=lukas.kovali meet.google.com/mie-gawc-dsi?authuser=lukas.kovalik%40jiminny.com...
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Meet - Daily - Platform
Close tab
New Tab
Open Goo Meet - Daily - Platform
Close tab
New Tab
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Customize sidebar...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"Meet - Daily - Platform","depth":4,"bounds":{"left":0.27027926,"top":1.0,"width":0.016123671,"height":-0.051875472},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXButton","text":"Close tab","depth":5,"bounds":{"left":0.27094415,"top":1.0,"width":0.004986702,"height":-0.051875472},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"New Tab","depth":4,"bounds":{"left":0.27310506,"top":1.0,"width":0.010638298,"height":-0.086193085},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Tabs from other devices","depth":6,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false}]...
|
6010633228612407689
|
1080959010570296966
|
click
|
hybrid
|
NULL
|
Meet - Daily - Platform
Close tab
New Tab
Open Goo Meet - Daily - Platform
Close tab
New Tab
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Customize sidebar
rnostolFV faVsco.is ~$ JY-20915-fix-missing-header-text-relProinet v© DealStageTransformer.phpgresturetonstoner.onoridld tonstotmer.ondorielovalelon omeoneCOoeaikxWoeonon© GroupTransformer.ohooneoaononoieron© InvitationTransformer.ohccpoo elansotneoneC) LanquageDialect TransformeMUNNCLavout Enttviranstormer choC Lavout Transformer.ohoC) Lesdtranstormer.oho© MessageTransformer oho)CMomentitranstormer.onoCNotetiranstormer.onoCNotirestontirans ormer.ono30cenoorur eommsodtodecennodur ithaeomat ocoarcinsottihne omatooc Paroheiane tmanooipem isronlttnohmorot(© PlaybackPageTransformer.p(© PlaybookTransformer.pho© PlaybookTreeTransformer.phPlaylistActivityTransformer.plPlaylistSharesTransformer.phPlaylistTransformer.php© ProspectsTransformer.phooQueston lfanstommer.ohoc Kolellansouneen© ScorecardRuleTiransformer.olC Sess ontirans ormer.onoc Sacetirans omer.onoc sactrans ormec.ond) TeamDomainTransformec.ohd8) Teamintcaration Transformer8) Team Transtormec ohoc) Themetirand ormes.choc)Tooic transtormer onoc)Tooic troced trane ormer.oheerealrne nrmor nhre llleor tane nmot nane Wolcodcroeehlind Mmornhrphe api.phpcomposer.ison• Dockerfilerner hensewietCNUL-PICKIALEVOI100% L7o Inu co moy 3:4014%TextRelayServiceTest+0.custom.iosravelloSF (iminny@localhost)un crm fields jiminnytalocalhost) x# HS Jocal jiminny@tocalhost# consolel poonA console (EU]A console [STAGING)Ty:AlrowDLRbEogMCSVYLL+OeANYAV7- WHERE id IN (1885, 3014)=•OROER 81 wuid (UULD with tine-low a-:ae con_configuration_id v* Bcrn_provider_id UJ8 label M1885 S8a51d4d-8ca7-49f0-9b2c-e16027877ccS39 ReninderDateTimeReminder Date/Tine3814 a3d3dfSa-eaa1-43d0-b95e-1ff4bec8c42839 picktestmulti cpicktestnultpublac tuncizon serwolerau loool Snobetaul...oublac tuncizon transtorm Field Smero: arrawSdetau vailme atel de%deraut wallue?tune asedosvne:essmooikdeau rvatleoSdefau Valme MnooidSdetau twallme?neturn"id' => $field->id_string.'objectType' => $field->object_type'label' => $field->label"fieldName' => $field->crn_provider_id"type' => $type'enabled' => Sfield->is selectable"Length' => Sfield->length"defaultValue' => SdefaultValuelpublic function includeOptions(Field Sfield): PCollectionif (Sfield->isPicklisto d& Svalues = Sfield->values)if (Sfield»›tyoe == Field::TYPE PTCKLIST 55 Svalues = Sfield-›values) {// This gets a little complex. We need to check if this field has any record type constraintsSthis->orofile&s (SrecordTyoe = Sthis-›orofile->/SSield-sobiecttype . 'RecordTvoe'})&s SrecordTvoe->SieldValues@-yahere('con Sieldid' Ssield->id)-sexists()/ Fetch the values specific for this record type.Svalues = Srecordtype->fieldValues)->ahere(crn_field_1d, Sfield->id)->getO:1f (Sthis->noDefault) {Fonssch vaimae se walla?dsualmnesse datant= tcaxreturn Sthis->collection(Svalues, new FieldValueTransfornerO)The backend API is now correctiy returning the mutti-picklist field with cations. The issue is in the frontend vue-co)рonens роскосо 9rSsne moo comminhy woecon comnoerionskeverence Pattern trom Dealinsigns/DealviDelwwascripswitch (tfeldTvoe)torrclolwoe curtencyformFieldType = "date"breok,formFieldtype = "select",ondeldivoes nuloselece or aporcopare sulboseledvehrankformFieldtype = "number",orcanFiles to Uodate in vue-comoonente packaae.Tihe se.iwwesummarycomwoneot that raocersadeAny field type mapping logic that converts CRM field types to form field type:Next Steos2 Bumo the version in the oackaa.3. Uodate the dependency in /front-end//oackage, fson to the new versior4. Run yarn install to get the updated packagThe backend fix is complete and working correctly. The field is being returned with options, but the frontendcomoonent donsn' know how to render enietcoicktet heide vetAsk anything Xol@ Code swioThzioehkP4 s...
|
79882
|
NULL
|
NULL
|
NULL
|
|
79884
|
2792
|
21
|
2026-05-28T06:46:42.084363+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-28/1779 /Users/lukas/.screenpipe/data/data/2026-05-28/1779950802084_m1.jpg...
|
Firefox
|
Meet - Daily - Platform — Work
|
1
|
meet.google.com/mie-gawc-dsi?authuser=lukas.kovali meet.google.com/mie-gawc-dsi?authuser=lukas.kovalik%40jiminny.com...
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Meet - Daily - Platform
Close tab
New Tab
Open Goo Meet - Daily - Platform
Close tab
New Tab
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Customize sidebar
People...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"Meet - Daily - Platform","depth":4,"bounds":{"left":0.0,"top":0.072222225,"width":0.033680554,"height":0.045555554},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXButton","text":"Close tab","depth":5,"bounds":{"left":0.0013888889,"top":0.072222225,"width":0.010416667,"height":0.016666668},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"New Tab","depth":4,"bounds":{"left":0.005902778,"top":0.12,"width":0.022222223,"height":0.035555556},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"bounds":{"left":0.0,"top":0.7977778,"width":0.033680554,"height":0.043333333},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Tabs from other devices","depth":6,"bounds":{"left":0.0,"top":0.8411111,"width":0.033680554,"height":0.038333334},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"bounds":{"left":0.0,"top":0.8794444,"width":0.033680554,"height":0.03888889},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"bounds":{"left":0.0,"top":0.91833335,"width":0.033680554,"height":0.038333334},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"bounds":{"left":0.0,"top":0.95666665,"width":0.033680554,"height":0.043333333},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"People","depth":8,"bounds":{"left":0.9479167,"top":0.08722222,"width":0.04097222,"height":0.04},"on_screen":true,"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false}]...
|
-2654425216360442449
|
720600628686806662
|
visual_change
|
hybrid
|
NULL
|
Meet - Daily - Platform
Close tab
New Tab
Open Goo Meet - Daily - Platform
Close tab
New Tab
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Customize sidebar
People
FirefoxFileEditViewHistoryBookmarks•→Profiles Tools Window Helpmeet.google.com/mie-gawc-dsi?authuser=lukas.kovalik%40jiminny.comA100% C8•Thu 28 May 9:46:415Steliyan GeorgievNikolay YankovNikolay IvanovLukas Kovalik...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
79883
|
2792
|
20
|
2026-05-28T06:46:39.750741+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-28/1779 /Users/lukas/.screenpipe/data/data/2026-05-28/1779950799750_m1.jpg...
|
Firefox
|
Meet - Daily - Platform — Work
|
1
|
meet.google.com/mie-gawc-dsi?authuser=lukas.kovali meet.google.com/mie-gawc-dsi?authuser=lukas.kovalik%40jiminny.com...
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
FirefoxFileEditView→CHistoryBookmarksProfilesTools FirefoxFileEditView→CHistoryBookmarksProfilesToolsWindowHelpmeet.google.com/mie-gawc-dsi?authuser=lukas.kovalik%40jiminny.com100% <478•Thu 28 May 9:46:39=...
|
NULL
|
-2312792659059694503
|
NULL
|
click
|
ocr
|
NULL
|
FirefoxFileEditView→CHistoryBookmarksProfilesTools FirefoxFileEditView→CHistoryBookmarksProfilesToolsWindowHelpmeet.google.com/mie-gawc-dsi?authuser=lukas.kovalik%40jiminny.com100% <478•Thu 28 May 9:46:39=...
|
79881
|
NULL
|
NULL
|
NULL
|
|
79882
|
2793
|
19
|
2026-05-28T06:46:36.942629+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-28/1779 /Users/lukas/.screenpipe/data/data/2026-05-28/1779950796942_m2.jpg...
|
PhpStorm
|
faVsco.js – FieldTransformer.php
|
1
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
rnpstomViewFV faVsco.|s ~$2 JY-20915-fix-missiproi rnpstomViewFV faVsco.|s ~$2 JY-20915-fix-missiproidet© DealStageTransformer.phpresture ronstonmer.onoridld tonstotmer.ondorielovalelon omeone© GroupTransformer.ohocpoo elansotneoneC) LanquageDialect TransformeCLavout Enttviranstormer choC Lavout Transformer.ohoC) Lesdtranstormer.oho© MessageTransformer oho)CMomentitranstormer.onoCNotetiranstormer.onoCNotrestontttans ormer.onocenoorur eommsodtodecennodur ithaeomat ocoarcinsottihne omatooc Paroheiane tmanooipem isronlttnohmorot(© PlaybackPageTransformer.p(© PlaybookTransformer.pho© PlaybookTreeTransformer.phPlaylistActivityTransformer.plPlaylistSharesTransformer.phPlaylistTransformer.php© ProspectsTransformer.phooQueston lfanstommer.ohoc Kolellansouneen© ScorecardRuleTiransformer.olc sactrans ormec.ond) TeamDomainTransformec.ohd8) Teamintcaration Transformer8) Team Transtormec ohoc) Themetirand ormes.choc)Tooic transtormer onoc)Tooic troced trane ormer.oheerealrne nrmor nhre llleor tane nmot nane Wolcodcroeehlind Mmornhrc Korol ahrCooccomposer.ison• Dockerfilecustom.iosravelloSF fiminny@localhost)un crm fields (jiminnytalocalhost) x# HS Jocal jiminny@tocalhostconsole (PROD)A console (EU]A console [STAGING)Ty:AlrowDLQwEOgMCSVYLL+OeANYAV7- WHERE id IN (1885, 3014)=•OROER 81 wuid (UULD with tine-low a-:ae con_configuration_id v* Bcrn_provider_id U#8 label M1885 S8a51d4d-8ca7-49f0-9b2c-e16027877ccS39 ReninderDateTimeReminder Date/Tine3814 a3d3dfSa-eaa1-43d0-b95e-1ff4bec8c42839 picktestmulti cpicktestnult30publac tuncizon serwouerau loool Snouetaul...oublac tuncizon transtor Field Smeld: arrawSdetau vailme atel de derault wailue?tune asedosvne:essnooilsneau vailue)DSdefau Vailme KhooiaSdetau thailue:neturn"id' => $field->id_string.'objectType' => $field->object_type'label' => $field->label"fieldName' => $field->crn_provider_id"type' => $type'enabled' => Sfield->is selectable"Length' => Sfield->length"defaultValue' => SdefaultValuelpublic function includeOptions(Field Sfield): PCollectionif (Sfield->isPicklisto d& Svalues = Sfield->values) "if (Sfield»›tyoe == Field::TYPE PTCKLIST 55 Svalues = Sfield-›values) {// This gets a little complex. We need to check if this field has any record type constraintsSthis->orofile&s (SrecordTyoe = Sthis-›orofile->/SSield-sobiecttype . 'RecordTvoe'})&s SrecordTvoe->SieldValues(-yahere("con Sieldid' Ssield->id)-sexists()/ Fetch the values specific for this record type.Svalues = Srecordtype->fieldValues)->ahere(crn_field_1d, Sfield->id)->getO:1f (Sthis->noDefault) {Fonssch vaimae se walla?dsualmnesse datant= tcaxreturn Sthis->collection(Svalues, new FieldValueTransfornerO)=ecor othar aonuaoaeMactardau.00%LXThu 28 May 9:46:36TextRelayServiceTestler henwserwiCtCNUL-PICKIALEVOIororened ecumily sommesy mmoneene owostouahtorsscarcinco vue-componchts and ochofmco toiner cuchyThought for 1sAccess to tue act ivity-sumary, vue is prohibited ou ,e acore, You can enable access to a tianore tiles by ena.oouoherorsThought for 1sThought for 1sThe backend API is now correctly returning the multi-picklist field with options. The issue is in the frontendmndarino. Tha net fuftucdtenary comoonant comae from tha salt-cosooshott oacknod (oodh madulae) whichHowever, 1 can see from the Dealinsights components that the frontend has logic to handle field types but onhchocke for oicktst, not enl teofckttetSearched switch,*type in front-end/sroThe backend is now correctly returning the multi-picilist field with options. The issue is in the frontend renderingooke tthe trontend necds to handie the euitcotcklltst. tyoc, but currently only chocke tor ofckiltatPasd malans learAsk anything Xol* eodeswiaTtM Wodtur Teams 20:80 UTE-A2 4 spac...
|
NULL
|
-8095164540799755462
|
NULL
|
visual_change
|
ocr
|
NULL
|
rnpstomViewFV faVsco.|s ~$2 JY-20915-fix-missiproi rnpstomViewFV faVsco.|s ~$2 JY-20915-fix-missiproidet© DealStageTransformer.phpresture ronstonmer.onoridld tonstotmer.ondorielovalelon omeone© GroupTransformer.ohocpoo elansotneoneC) LanquageDialect TransformeCLavout Enttviranstormer choC Lavout Transformer.ohoC) Lesdtranstormer.oho© MessageTransformer oho)CMomentitranstormer.onoCNotetiranstormer.onoCNotrestontttans ormer.onocenoorur eommsodtodecennodur ithaeomat ocoarcinsottihne omatooc Paroheiane tmanooipem isronlttnohmorot(© PlaybackPageTransformer.p(© PlaybookTransformer.pho© PlaybookTreeTransformer.phPlaylistActivityTransformer.plPlaylistSharesTransformer.phPlaylistTransformer.php© ProspectsTransformer.phooQueston lfanstommer.ohoc Kolellansouneen© ScorecardRuleTiransformer.olc sactrans ormec.ond) TeamDomainTransformec.ohd8) Teamintcaration Transformer8) Team Transtormec ohoc) Themetirand ormes.choc)Tooic transtormer onoc)Tooic troced trane ormer.oheerealrne nrmor nhre llleor tane nmot nane Wolcodcroeehlind Mmornhrc Korol ahrCooccomposer.ison• Dockerfilecustom.iosravelloSF fiminny@localhost)un crm fields (jiminnytalocalhost) x# HS Jocal jiminny@tocalhostconsole (PROD)A console (EU]A console [STAGING)Ty:AlrowDLQwEOgMCSVYLL+OeANYAV7- WHERE id IN (1885, 3014)=•OROER 81 wuid (UULD with tine-low a-:ae con_configuration_id v* Bcrn_provider_id U#8 label M1885 S8a51d4d-8ca7-49f0-9b2c-e16027877ccS39 ReninderDateTimeReminder Date/Tine3814 a3d3dfSa-eaa1-43d0-b95e-1ff4bec8c42839 picktestmulti cpicktestnult30publac tuncizon serwouerau loool Snouetaul...oublac tuncizon transtor Field Smeld: arrawSdetau vailme atel de derault wailue?tune asedosvne:essnooilsneau vailue)DSdefau Vailme KhooiaSdetau thailue:neturn"id' => $field->id_string.'objectType' => $field->object_type'label' => $field->label"fieldName' => $field->crn_provider_id"type' => $type'enabled' => Sfield->is selectable"Length' => Sfield->length"defaultValue' => SdefaultValuelpublic function includeOptions(Field Sfield): PCollectionif (Sfield->isPicklisto d& Svalues = Sfield->values) "if (Sfield»›tyoe == Field::TYPE PTCKLIST 55 Svalues = Sfield-›values) {// This gets a little complex. We need to check if this field has any record type constraintsSthis->orofile&s (SrecordTyoe = Sthis-›orofile->/SSield-sobiecttype . 'RecordTvoe'})&s SrecordTvoe->SieldValues(-yahere("con Sieldid' Ssield->id)-sexists()/ Fetch the values specific for this record type.Svalues = Srecordtype->fieldValues)->ahere(crn_field_1d, Sfield->id)->getO:1f (Sthis->noDefault) {Fonssch vaimae se walla?dsualmnesse datant= tcaxreturn Sthis->collection(Svalues, new FieldValueTransfornerO)=ecor othar aonuaoaeMactardau.00%LXThu 28 May 9:46:36TextRelayServiceTestler henwserwiCtCNUL-PICKIALEVOIororened ecumily sommesy mmoneene owostouahtorsscarcinco vue-componchts and ochofmco toiner cuchyThought for 1sAccess to tue act ivity-sumary, vue is prohibited ou ,e acore, You can enable access to a tianore tiles by ena.oouoherorsThought for 1sThought for 1sThe backend API is now correctly returning the multi-picklist field with options. The issue is in the frontendmndarino. Tha net fuftucdtenary comoonant comae from tha salt-cosooshott oacknod (oodh madulae) whichHowever, 1 can see from the Dealinsights components that the frontend has logic to handle field types but onhchocke for oicktst, not enl teofckttetSearched switch,*type in front-end/sroThe backend is now correctly returning the multi-picilist field with options. The issue is in the frontend renderingooke tthe trontend necds to handie the euitcotcklltst. tyoc, but currently only chocke tor ofckiltatPasd malans learAsk anything Xol* eodeswiaTtM Wodtur Teams 20:80 UTE-A2 4 spac...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
79881
|
2792
|
19
|
2026-05-28T06:46:35.680537+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-28/1779 /Users/lukas/.screenpipe/data/data/2026-05-28/1779950795680_m1.jpg...
|
Firefox
|
DXP4800PLUS-B5F8 — Personal
|
1
|
nas.lakylak.xyz/desktop/#/
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
DXP4800PLUS-B5F8
DXP4800PLUS-B5F8
Close tab
Garmin DXP4800PLUS-B5F8
DXP4800PLUS-B5F8
Close tab
Garmin Dashboard
Garmin Dashboard
New Tab
New Tab
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
1.3
KB/s
490
B/s
Files
Control Panel
Storage
App Center
Logs
Support
Task Manager
Music
Cloud Drives
Theater
Photos
Online Office
TextEdit
Virtual Machine
Downloads
DLNA
File Version Explorer
Security
Jellyfin-HT
SAN Manager...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"DXP4800PLUS-B5F8","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXStaticText","text":"DXP4800PLUS-B5F8","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Close tab","depth":5,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Garmin Dashboard","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Garmin Dashboard","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"New Tab","depth":4,"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"New Tab","depth":5,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"New Tab","depth":4,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"bounds":{"left":0.48576388,"top":0.0,"width":0.022222223,"height":0.035555556},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"bounds":{"left":0.5086806,"top":0.0,"width":0.022222223,"height":0.035555556},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"bounds":{"left":0.53194445,"top":0.0,"width":0.022222223,"height":0.035555556},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"bounds":{"left":0.5552083,"top":0.0,"width":0.022222223,"height":0.035555556},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Bitwarden","depth":6,"bounds":{"left":0.5784722,"top":0.0,"width":0.022222223,"height":0.035555556},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"","depth":12,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"1.3","depth":10,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"KB/s","depth":10,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"490","depth":10,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"B/s","depth":10,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Files","depth":7,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Control Panel","depth":7,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Storage","depth":7,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"App Center","depth":7,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Logs","depth":7,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Support","depth":7,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Task Manager","depth":7,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Music","depth":7,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Cloud Drives","depth":7,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Theater","depth":7,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Photos","depth":7,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Online Office","depth":7,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"TextEdit","depth":7,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Virtual Machine","depth":7,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Downloads","depth":7,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"DLNA","depth":7,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"File Version Explorer","depth":7,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Security","depth":7,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Jellyfin-HT","depth":7,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"SAN Manager","depth":7,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"}]...
|
-4652037931454322705
|
-8281759636423081060
|
visual_change
|
accessibility
|
NULL
|
DXP4800PLUS-B5F8
DXP4800PLUS-B5F8
Close tab
Garmin DXP4800PLUS-B5F8
DXP4800PLUS-B5F8
Close tab
Garmin Dashboard
Garmin Dashboard
New Tab
New Tab
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
1.3
KB/s
490
B/s
Files
Control Panel
Storage
App Center
Logs
Support
Task Manager
Music
Cloud Drives
Theater
Photos
Online Office
TextEdit
Virtual Machine
Downloads
DLNA
File Version Explorer
Security
Jellyfin-HT
SAN Manager...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
79880
|
2793
|
18
|
2026-05-28T06:46:33.798986+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-28/1779 /Users/lukas/.screenpipe/data/data/2026-05-28/1779950793798_m2.jpg...
|
Firefox
|
Meet - Daily - Platform — Work
|
1
|
meet.google.com/mie-gawc-dsi?authuser=lukas.kovali meet.google.com/mie-gawc-dsi?authuser=lukas.kovalik%40jiminny.com...
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Meet - Daily - Platform
Close tab
New Tab
Open Goo Meet - Daily - Platform
Close tab
New Tab
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Customize sidebar
You have joined the call. There are 4 other people in the call. Your camera is on. Your microphone is on. Your hand is lowered....
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"Meet - Daily - Platform","depth":4,"bounds":{"left":0.27027926,"top":1.0,"width":0.016123671,"height":-0.051875472},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXButton","text":"Close tab","depth":5,"bounds":{"left":0.27094415,"top":1.0,"width":0.004986702,"height":-0.051875472},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"New Tab","depth":4,"bounds":{"left":0.27310506,"top":1.0,"width":0.010638298,"height":-0.086193085},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Tabs from other devices","depth":6,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"You have joined the call. There are 4 other people in the call. Your camera is on. Your microphone is on. Your hand is lowered.","depth":2,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"}]...
|
139165366622002227
|
3386710172981812870
|
visual_change
|
hybrid
|
NULL
|
Meet - Daily - Platform
Close tab
New Tab
Open Goo Meet - Daily - Platform
Close tab
New Tab
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Customize sidebar
You have joined the call. There are 4 other people in the call. Your camera is on. Your microphone is on. Your hand is lowered.
FireroxBE uporade libraries* (JY-20613) Allow owner's role to tText relayTypeError: Jiminry\Services|Mall4 CloudWatch | us-east-2JY-20915 fix strict casting by LaJY-20963 fix deleted object impor# SevenShores|Hubspor|ExceptionsltLukas Kovalik - Time Of8 JminayLogin | SalesforceimiomASxcootions1EmnilActivitvfrM Invitation: All Hands - Produet foc:UY-209791 Resolve PHP 8,5.5 des8 JiminnyQTindowNew TITLE R• Adelina Petrova at Robinson Crusoe Gruises Limited ( | Contract Sent | €455.554 | 90%Micetins 8 73Mar.?0O PMAsk me anything about this call4; Flashback:E Transcript82, ThemesIe Statistics@ Questions$No tanscrioThis might be due toFirefoxPSoP CoachingCommentsLukas• CRMActivity SummaryLEAU, CONIALI OKALLOUNIAdelna retrovaACTIVITY TYPE*MeetingOPYOKIUNIITNew Deal for Manual Sync ChangCURRENT SIAG.Contract sentSUBJECT$1Sidekick NotesFocus© Be first to comment and helpLOCATIONSUBJECTNew TITLECAiT SHIMMARYtectindLOG TO SALESFORCENext Steps…Los to Salesforce$0Inu zo moy 3:4010%InspectorFite URLSConsole• DebuggerT4 Network() Style EditorPerformance0 MemoryStorage# AccessibllityApplication©77*• Xo sable eacheNo tthrottungRequest03007790-0035-4030-0050 vioeos08 Fiiter propertie200 G.500 G.В appuoeи509 cA app.dev.600 ...•app.de280 ....A app.dev....200 ..A spp.dev..(280 ....A app.dev...680 ...A app.dev..200 ....A app.dev...200 ...A spp.dev..A app.dev....200 .A app.dev...5001G200) Gzeelhconiisde15,.92 KB488key-pointsid: 7032/[PHONE]-9801-4466884900501type: "conference-summary"42 B* entities: (-),=)+ 0: (id: *039/cbe4-244a-49f1-9a83-256b53c97006*, required: faise, label: *activity-summary .-required: Tals143c/158-+60d-48e5-9: A yuex.eeal-call-scoringslugs43B2167 klresdony.tasechildren: (71(-),().10) -). --)• 0: (id: *002c9de1-4de5-4bb9-9497-15221435a95e*, required: false, label: "Type", -)1:(id: 0a318005-6393-4203-3803-c90a015148e0 required: false, label: Sub ect-2. Lid: [PHONE]-0409-1878-017/16411746* mottnd:fun, Ibat eSuet Date Timat632 B4: 1010: /5505/10*001+4/83-8456-001/59951401, requred: lase, laoet: pioktestmurtr,mreadOnly: falsechisten"t::..kkcisenerkco.oawtt.eahtewdtetortnoot@cktestmult280 .Aa app.de.v...S001G"app der280 ...A app.dev...880 c.hoodo200 ...A spp.dev..apo de500 ...A app.dev...S00lG.app.de500 ...A app.dev..Sa8lcaoodei500 ....A app.dev...500 G.apo.dm580 c.580 c.Aapp.dev...app.de500 ...A app.dev..500) ...aoo die500 ..A app.dev..apo.omSee ....A app.dev..500 ..."app.delayouts?typezconterenc A vuex.essearch?status i=comole n vuex.es9.21 kB1502 kh3.58 kBenacreo:truJanoth: /4091.45 KB→ options: (51-), (-1.-).-).-)10oke...0.eho06u8hmoee.c.ce0eso/toowteeoctoutco1.27 MB#.Tid. *C2OERBAR-IER2.ARM1.8680.0000/K/ochd°motitad-flen that.#tocstiont15.92 kB15.92 KB68007790-d033-4d30-t Aokwo.uuuax-khe.eae07790-d033-4d30-t A1.27 MB1.27 MB1.27 MB)177MPe3e07790-d033-4d30-t A066838.86kakw68007790-d033-4d30-t #1.27 MB127 MB127 MPeae07790-d033-4d30-t +[CREDIT_CARD]-# Video-e3e07790-d033-4d30-bb56 video-i16.58 MB/ 16.67 MB transterred127 M:...
|
79879
|
NULL
|
NULL
|
NULL
|
|
79879
|
2793
|
17
|
2026-05-28T06:46:30.825163+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-28/1779 /Users/lukas/.screenpipe/data/data/2026-05-28/1779950790825_m2.jpg...
|
Firefox
|
Meet - Daily - Platform — Work
|
1
|
meet.google.com/mie-gawc-dsi?authuser=lukas.kovali meet.google.com/mie-gawc-dsi?authuser=lukas.kovalik%40jiminny.com...
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Firerox••0IPlosines - iminnwhorBE upgrade librarie Firerox••0IPlosines - iminnwhorBE upgrade libraries(JY-20613) Allow owner's role to bText relayTypeError: Jiminry\Services|MallCloudWatch | us-east-zJY-20915 fx strict casting by LaJY-20963 fix deletod object imporA SevenShores\Hubspot|ExceptionsLukas Kovalik - Time Of.8 JminayLogin | SalesforceJiminny|Exceptions|EmailActivitytrM Invitation: All Hands - Produet foc:UY-209791 Resolve PHP 85.5 des8 JiminnyQooouukTindowhel:app.dev.jiminny.com/playback/143c/158-e60d-46e5-9218-c4e0594a3219cong New TITLE R• Adelina Petrova at Robinson Crusoe Gruises Limited ( | Contract Sent | €455.554 | 90%Micetins 8 73Mar.?0O PMAsk me anything about this call»* Flashback:E Transcript82, Themese Statistics@ QuestionsSNo transcriptThis might be due to call being too short• CRM00:00/01:44©P CoachingSidekick NotesCommentsFrameworkFocusLukasKovaWrite Comment© Be first to comment and helpActivity Summary2 stLEAD. CONTACT OR ACCOUNTAdelna retrovaACTIVITY TYPEMeetingOPPORTUMITNew Deal for Manual Sync ChangCURRENT STACIContract sentSUBJECTSTART DATF TIMREND DATE TIMEOUTcOMzCall OutcomLOCATIONSUIRIFCTNew TITLECATTSHIMMARYtestingLOG TO SALESFORCE10Next Steps…Los to Salesforce$0Inu zo moy 3:4013lInspectorE Console• Debuggert4 Network() Style EditorPerformance0 MemoryStorageApplication*• XFite URLSapp.ot"apo.de03007790-0035-4030-0050 vioeosauto-score200 G.See Gв appioe689 .-A app.dev...600 ...•app.de280 ....aoo de280 c.A spp.dev..(280 ....A spp.dev..680 ...@ app.dev200 ....app.dev(200) G.•app.dev280 ....A spp.de.v.200 .#app.devS001G"apo.de200) GZeelhconisde(200) H.A cdn.jsdeoelehapo de208) G#find.use4031Papi-iam.200 .A app.dev..zaelphoodien280 G.A app.dev..280 G.tindust200 .A app.dev...S001G"app.df200 GA app.dev..880 c.hoode(200) G.A app.dev..apo de500 ...A app.dov...580 G."app.deS00 G.A spp.dev..Sa8lcaoodei500 ....A spp.dev..500 G.apodt500 .A app.dev...S00lGapp.de500 ...A spp.dev..500 G.Alapo. del500 ..A app.dev..500 Gapo.omOann deSee G.A app.deapp.dev.jim47 requestskey-points143c/158-+60d-48e5-9: A yuex.eeal-call-scoringauthenticate143C/158-+60d-4605-0: A yunxesXX.K.3840layouts?typezconterenc A vuexes.eae07790-d033-4d30-t • video-is68007790-d033-4d30-t Aokwo.uuuax-khe.eae07790-d033-4d30-t Ae3e07790-d033-4d30-t A061.838-86 kruke68007790-d033-4d30-t #eae07790-d033-4d30-t +[CREDIT_CARD]-# Video-e3e07790-d033-4d30-bb56 video-i16.58 MB/ 16.67 MB transterred# Accessibllityo sable eacheNo tthrottungNEB&id: 7032/[PHONE]-9801-4466884900501type: "conference-summary"- 0: (Id: *039fcbe4-244a-4911-9a83-256b53c97006*, required: false, label: "activity-summary ..-)required: Talsresdony.tasechildren: (71(-), ().010)-), --)• 0: (id: *002c9de1-4de5-4bb9-9497-15221485a95e*, required: false, label: "Type". -)1:(id: 0a318005-6393-4203-3803-c90a015148e0 required: false, label: Sub ect-2. Lid: [PHONE]-0409-1878-017/16411746* mottnd:fun, Ibat eSuet Date Timat4: 1010: /5505/10*001+4/83-8456-001/59951401, requred: lase, laoet: pioktestmurtr,mchlotent"t::..kkcisenerkco.oawtt.eahtewdtetortnoot@cktestmult9.21 klcnabreo:trueJanoth: /4091.27 M15.92k15.92 kl0oke...0.eho06u8hmoee.c.ce0eso/toowteeoctoutco#.Tid. *C2OERBAR-IER2.ARM1.8680.0000/K/ochd°motitad-flen that.#tocstiont1.27 M127 M1.27 Mlnouen...
|
NULL
|
1862320308638696346
|
NULL
|
click
|
ocr
|
NULL
|
Firerox••0IPlosines - iminnwhorBE upgrade librarie Firerox••0IPlosines - iminnwhorBE upgrade libraries(JY-20613) Allow owner's role to bText relayTypeError: Jiminry\Services|MallCloudWatch | us-east-zJY-20915 fx strict casting by LaJY-20963 fix deletod object imporA SevenShores\Hubspot|ExceptionsLukas Kovalik - Time Of.8 JminayLogin | SalesforceJiminny|Exceptions|EmailActivitytrM Invitation: All Hands - Produet foc:UY-209791 Resolve PHP 85.5 des8 JiminnyQooouukTindowhel:app.dev.jiminny.com/playback/143c/158-e60d-46e5-9218-c4e0594a3219cong New TITLE R• Adelina Petrova at Robinson Crusoe Gruises Limited ( | Contract Sent | €455.554 | 90%Micetins 8 73Mar.?0O PMAsk me anything about this call»* Flashback:E Transcript82, Themese Statistics@ QuestionsSNo transcriptThis might be due to call being too short• CRM00:00/01:44©P CoachingSidekick NotesCommentsFrameworkFocusLukasKovaWrite Comment© Be first to comment and helpActivity Summary2 stLEAD. CONTACT OR ACCOUNTAdelna retrovaACTIVITY TYPEMeetingOPPORTUMITNew Deal for Manual Sync ChangCURRENT STACIContract sentSUBJECTSTART DATF TIMREND DATE TIMEOUTcOMzCall OutcomLOCATIONSUIRIFCTNew TITLECATTSHIMMARYtestingLOG TO SALESFORCE10Next Steps…Los to Salesforce$0Inu zo moy 3:4013lInspectorE Console• Debuggert4 Network() Style EditorPerformance0 MemoryStorageApplication*• XFite URLSapp.ot"apo.de03007790-0035-4030-0050 vioeosauto-score200 G.See Gв appioe689 .-A app.dev...600 ...•app.de280 ....aoo de280 c.A spp.dev..(280 ....A spp.dev..680 ...@ app.dev200 ....app.dev(200) G.•app.dev280 ....A spp.de.v.200 .#app.devS001G"apo.de200) GZeelhconisde(200) H.A cdn.jsdeoelehapo de208) G#find.use4031Papi-iam.200 .A app.dev..zaelphoodien280 G.A app.dev..280 G.tindust200 .A app.dev...S001G"app.df200 GA app.dev..880 c.hoode(200) G.A app.dev..apo de500 ...A app.dov...580 G."app.deS00 G.A spp.dev..Sa8lcaoodei500 ....A spp.dev..500 G.apodt500 .A app.dev...S00lGapp.de500 ...A spp.dev..500 G.Alapo. del500 ..A app.dev..500 Gapo.omOann deSee G.A app.deapp.dev.jim47 requestskey-points143c/158-+60d-48e5-9: A yuex.eeal-call-scoringauthenticate143C/158-+60d-4605-0: A yunxesXX.K.3840layouts?typezconterenc A vuexes.eae07790-d033-4d30-t • video-is68007790-d033-4d30-t Aokwo.uuuax-khe.eae07790-d033-4d30-t Ae3e07790-d033-4d30-t A061.838-86 kruke68007790-d033-4d30-t #eae07790-d033-4d30-t +[CREDIT_CARD]-# Video-e3e07790-d033-4d30-bb56 video-i16.58 MB/ 16.67 MB transterred# Accessibllityo sable eacheNo tthrottungNEB&id: 7032/[PHONE]-9801-4466884900501type: "conference-summary"- 0: (Id: *039fcbe4-244a-4911-9a83-256b53c97006*, required: false, label: "activity-summary ..-)required: Talsresdony.tasechildren: (71(-), ().010)-), --)• 0: (id: *002c9de1-4de5-4bb9-9497-15221485a95e*, required: false, label: "Type". -)1:(id: 0a318005-6393-4203-3803-c90a015148e0 required: false, label: Sub ect-2. Lid: [PHONE]-0409-1878-017/16411746* mottnd:fun, Ibat eSuet Date Timat4: 1010: /5505/10*001+4/83-8456-001/59951401, requred: lase, laoet: pioktestmurtr,mchlotent"t::..kkcisenerkco.oawtt.eahtewdtetortnoot@cktestmult9.21 klcnabreo:trueJanoth: /4091.27 M15.92k15.92 kl0oke...0.eho06u8hmoee.c.ce0eso/toowteeoctoutco#.Tid. *C2OERBAR-IER2.ARM1.8680.0000/K/ochd°motitad-flen that.#tocstiont1.27 M127 M1.27 Mlnouen...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
79878
|
2792
|
18
|
2026-05-28T06:46:29.384084+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-28/1779 /Users/lukas/.screenpipe/data/data/2026-05-28/1779950789384_m1.jpg...
|
Firefox
|
Meet - Daily - Platform — Work
|
1
|
meet.google.com/mie-gawc-dsi?authuser=lukas.kovali meet.google.com/mie-gawc-dsi?authuser=lukas.kovalik%40jiminny.com...
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Meet - Daily - Platform
Close tab
New Tab
Open Goo Meet - Daily - Platform
Close tab
New Tab
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"Meet - Daily - Platform","depth":4,"bounds":{"left":0.0,"top":0.072222225,"width":0.033680554,"height":0.045555554},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXButton","text":"Close tab","depth":5,"bounds":{"left":0.0013888889,"top":0.072222225,"width":0.010416667,"height":0.016666668},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"New Tab","depth":4,"bounds":{"left":0.005902778,"top":0.12,"width":0.022222223,"height":0.035555556},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"bounds":{"left":0.0,"top":0.7977778,"width":0.033680554,"height":0.043333333},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Tabs from other devices","depth":6,"bounds":{"left":0.0,"top":0.8411111,"width":0.033680554,"height":0.038333334},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"bounds":{"left":0.0,"top":0.8794444,"width":0.033680554,"height":0.03888889},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"bounds":{"left":0.0,"top":0.91833335,"width":0.033680554,"height":0.038333334},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false}]...
|
-5421119778771216294
|
-8214470208005548410
|
visual_change
|
hybrid
|
NULL
|
Meet - Daily - Platform
Close tab
New Tab
Open Goo Meet - Daily - Platform
Close tab
New Tab
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
FirefoxFileEditViewHistoryBookmarksProfilesCTools WindowHelpmeet.google.com/mie-gawc-dsi?authuser=lukas.kovalik%40jiminny.com+A100% <478•Thu 28 May 9:46:28...
|
79876
|
NULL
|
NULL
|
NULL
|
|
79877
|
2793
|
16
|
2026-05-28T06:46:27.384469+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-28/1779 /Users/lukas/.screenpipe/data/data/2026-05-28/1779950787384_m2.jpg...
|
Firefox
|
Meet - Daily - Platform — Work
|
1
|
meet.google.com/mie-gawc-dsi?authuser=lukas.kovali meet.google.com/mie-gawc-dsi?authuser=lukas.kovalik%40jiminny.com...
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Meet - Daily - Platform
Close tab
New Tab
Open Goo Meet - Daily - Platform
Close tab
New Tab
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Customize sidebar
and 3 other people in the call...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"Meet - Daily - Platform","depth":4,"bounds":{"left":0.27027926,"top":1.0,"width":0.016123671,"height":-0.051875472},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXButton","text":"Close tab","depth":5,"bounds":{"left":0.27094415,"top":1.0,"width":0.004986702,"height":-0.051875472},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"New Tab","depth":4,"bounds":{"left":0.27310506,"top":1.0,"width":0.010638298,"height":-0.086193085},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Tabs from other devices","depth":6,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"and 3 other people in the call","depth":6,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false}]...
|
-1398465321618640875
|
725174631620462214
|
visual_change
|
hybrid
|
NULL
|
Meet - Daily - Platform
Close tab
New Tab
Open Goo Meet - Daily - Platform
Close tab
New Tab
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Customize sidebar
and 3 other people in the call
Fircrox••0.Plosines - liminnwhorBE uporade libraries(JY-20613) Allow owner's role to bText relayTypeError: Jiminry\Services|Mal4 CloudWatch | us-east-zJY-20915 fix strict casting by LaJY-20963 fix deleted object imporA SevenShores\Hubspot|ExceptionsLukas Kovalik - Time Of‹8 JminayLogin | SalesforceJiminny|Exceptions|EmailActivitytrM Invitation: All Hands - Produet foc:UY-209791 Resolve PHP 8,5.5 des8 JiminnyQooouukiWVindownel:app.dev.jiminny.com/playback/143c/158-e60d-46e5-9218-c4e0594a3219cong New TITLE R• Adelina Petrova at Robinson Crusoe Gruises Limited ( | Contract Sent | €455.554 | 90%Micetins 8 73Mar.?0O PMAsk me anything about this call.»* Flashback:E Transcript82, Themese Statistics@ QuestionsSNo transcriptThis might be due to call being too short• CRM00:00/01:44oP CoachingSidekick NotesCommentsFrameworkFocusLuxaKovaWrite Comment© Be first to comment and helpActivity SummaryLEAD. CONTACT OR ACCOUNTAdelna retrovaACTIVITY TYPE *MeetingOPPORTUMITNew Deal for Manual Sync ChangCURRENT STACIContract sentSUBJECTSTART DATF TIMREND DATE TIMEOUTcOMzCall OutcomLOCATIONSUIRIFCTNew TITLECAIT SHIMMARYItestingLOG TO SALESFORCE10Next Steps…Los to Salesforce$0Inu zo moy 3:40121InspectorConsole• DebuggerT4 Network() Style EditorPerformance0 MemoryStorageApplication*• XFite URLS200 P.app.otapo dey63007790-d033-4030-6666 video-280 G.Bappioe580 cA app.dev...600 ...•app.de689 ....280 c.app.ot(200 ....apo dey,(200 ..@ app.dev809 ....app.dev200 ...•app.dev280) ..soo deva200 ..A app.dev..(200 ...."apo.de500 ...A app.dev..zeelle(200) H.zoelh500 o.200 G.603) P.A cdn. jsde_con isdnapp.dev"find.useaollamzaelphoodiei280 P.A spp.den2800 ...apo d200 Getindhne2001Gapo dfy.500 ...A app.dev..E8Đ o.hoode(200) G.A spp.dev..2oelGapo.de200 ..A app.dev..500 G.A app.deS00 G.A spp.dev..Saelleaoo dei500 ....A spp.dev..500 G.Aapo. de500 .A app.dev..S0elGapp.de500 G.A spp.denSaal cAapo. de500) ..DeAnn Amn500 G.apo.du300 G.@ app.deSee cA app.de500) G." app.dev..ASAMmaete(43c/158-e60d-4605-9 +A vuex.esdata.json06836838-86a3-4349-5 +A video-isxcse.od-ererf wexesNX-313884dblayouts?typezconferene eA yuex.es-search?statusf]=comple vuex.es.tasks?prospectid=003203007790-d033-4030-t106а16838-86a3-4349- Aeao0.ei9o-dokk-uokobr06336838-86a3-43e9-s +A video-is03007/90-d033-4030-t06а36838-86a3-4369-caoor?i:o-dokkreckortoCae07790-d033-4d30-t *03007/90-d033-4d30-tmARITBRRR-RRIR.AAQ-S16.58 MB/ 16.67 MB transterred# Accessibllityo sable eacheNo tthrottung15.92 klOB JSONid: 7032/[PHONE]-9801-4466884900501type: "conference-summary""entries:.,e+ 0: (id: *039/cbe4-244a-49f1-9a83-256b53c97006*, required: faise, label: *activity-summary.-required: Tals43 B21.67 KBresdony.tasechildren: (71(-),(1.10) -). --)-4de5-4bb9-9a97-15221485a95e*, required: false, label: "Type", -)1:(id: 0a318005-6393-4203-3803-c90a015/48e0 required: false, label: Sub ect-2. Lid: [PHONE]-0409-[CREDIT_CARD]* mottnd: fun, Ibat eSuet Datd Timat1713 kB4: 1010: /5505/10*01+4783-8456-001/59951401, requred: lase, laoet: pioktestmurtr,mrsdholu tnled2318Chldren: Dt::[EMAIL]:62 B9.21 kB15.92 KB261 KB1.45 kB48B127 MB)15.92 KB15,.92 kB1.27 MB127 MB1.27 MB1.27 MB)1.27 MB127 MBchacreo:tru.anoth: /409detaultVatun: noll→ options: (5((-), (-1.-).().-)10oke...0..eho06u8hmoee.c.ce0eso/toowteeoctounco6: (id: *c2055646-1552-4661-8689-9200f156cc3d*, reguired: false, label: "Location", - )127 MB127 M:DoMConter...
|
79875
|
NULL
|
NULL
|
NULL
|
|
79876
|
2792
|
17
|
2026-05-28T06:46:23.109770+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-28/1779 /Users/lukas/.screenpipe/data/data/2026-05-28/1779950783109_m1.jpg...
|
Firefox
|
Meet - Daily - Platform — Work
|
1
|
meet.google.com/mie-gawc-dsi?authuser=lukas.kovali meet.google.com/mie-gawc-dsi?authuser=lukas.kovalik%40jiminny.com...
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Meet - Daily - Platform
Close tab
New Tab
Open Goo Meet - Daily - Platform
Close tab
New Tab
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Customize sidebar...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"Meet - Daily - Platform","depth":4,"bounds":{"left":0.0,"top":0.072222225,"width":0.033680554,"height":0.045555554},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXButton","text":"Close tab","depth":5,"bounds":{"left":0.0013888889,"top":0.072222225,"width":0.010416667,"height":0.016666668},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"New Tab","depth":4,"bounds":{"left":0.005902778,"top":0.12,"width":0.022222223,"height":0.035555556},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"bounds":{"left":0.0,"top":0.7977778,"width":0.033680554,"height":0.043333333},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Tabs from other devices","depth":6,"bounds":{"left":0.0,"top":0.8411111,"width":0.033680554,"height":0.038333334},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"bounds":{"left":0.0,"top":0.8794444,"width":0.033680554,"height":0.03888889},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"bounds":{"left":0.0,"top":0.91833335,"width":0.033680554,"height":0.038333334},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"bounds":{"left":0.0,"top":0.95666665,"width":0.033680554,"height":0.043333333},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false}]...
|
6010633228612407689
|
1080959010570296966
|
visual_change
|
hybrid
|
NULL
|
Meet - Daily - Platform
Close tab
New Tab
Open Goo Meet - Daily - Platform
Close tab
New Tab
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Customize sidebar
FirefoxFileEdit< → сViewHistoryBookmarksProfilesToolsWindowHelpmeet.google.com/mie-gawc-dsi?authuser=lukas.kovalik%40jiminny.com100% (4 8• Thu 28 May 9:46:22• [EMAIL] accountLukas KovalikDaily - PlatformNikolay Ivanov, Nikolay Yankov and Steliyan Georgiev are in thiscall• Use Gemini to take notesShare notes and transcriptStartJoin nowOther ways to join~I LakyLak bos...4 System Defa...• FaceTime HD...[g Backgrounds...Gemini is available in Meet as your personal in-meeting assistant. It can analyze conversation via temporaryaccess to meeting captions. Using Ask Gemini won't create a recording or store meeting data. The meetinghost can turn it off. Learn more...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
79875
|
2793
|
15
|
2026-05-28T06:46:21.773652+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-28/1779 /Users/lukas/.screenpipe/data/data/2026-05-28/1779950781773_m2.jpg...
|
Firefox
|
Meet - Daily - Platform — Work
|
1
|
meet.google.com/mie-gawc-dsi?authuser=lukas.kovali meet.google.com/mie-gawc-dsi?authuser=lukas.kovalik%40jiminny.com...
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Meet - Daily - Platform
Close tab
New Tab
Open Goo Meet - Daily - Platform
Close tab
New Tab
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Customize sidebar
Return to home screen
[EMAIL]
Switch account
Switch account
Lukas Kovalik
More options...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"Meet - Daily - Platform","depth":4,"bounds":{"left":0.27027926,"top":1.0,"width":0.016123671,"height":-0.051875472},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXButton","text":"Close tab","depth":5,"bounds":{"left":0.27094415,"top":1.0,"width":0.004986702,"height":-0.051875472},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"New Tab","depth":4,"bounds":{"left":0.27310506,"top":1.0,"width":0.010638298,"height":-0.086193085},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Tabs from other devices","depth":6,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Return to home screen","depth":4,"bounds":{"left":0.2917221,"top":1.0,"width":0.034906916,"height":-0.06464481},"on_screen":true,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"lukas.kovalik@jiminny.com","depth":6,"bounds":{"left":0.67204124,"top":1.0,"width":0.055684842,"height":-0.06584203},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Switch account","depth":5,"bounds":{"left":0.6981383,"top":1.0,"width":0.029587766,"height":-0.07901037},"on_screen":true,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Switch account","depth":6,"bounds":{"left":0.6981383,"top":1.0,"width":0.029587766,"height":-0.07901037},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Lukas Kovalik","depth":8,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"More options","depth":7,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false}]...
|
8500251305226516007
|
1086624063845981830
|
click
|
hybrid
|
NULL
|
Meet - Daily - Platform
Close tab
New Tab
Open Goo Meet - Daily - Platform
Close tab
New Tab
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Customize sidebar
Return to home screen
[EMAIL]
Switch account
Switch account
Lukas Kovalik
More options
Firerox••0IPlosines - iminnwhorBE uporade libraries(JY-20613) Allow owner's role to bText relayTypeError: Jiminry\Services|MallCloudWatch | us-east-zJY-20915 fix strict casting by LaJY-20963 fix deletod object imporA SevenShores\Hubspot|ExceptionsLukas Kovalik - Time Of.8 JminayLogin SalestorceJiminny|Exceptions|EmailActivitytrM Invitation: All Hands - Produet foc:UY-209791 Resolve PHP 85.5 des8 JiminnyQooouukTindowapp.dev.jiminny.com/playback/143c/158-e60d-46e5-9218-c4e0594a3219Cong New TITLE R• Adelina Petrova at Robinson Crusoe Gruises Limited ( | Contract Sent | €455.554 | 90%Micetins 8 73Mar.?0O PMAsk me anything about this call»* Flashback:E Transcript82, Themese Statistics@ QuestionsSNo transcriptThis might be due to call being too short•CRM2 st00:00/01:44©P CoachingSidekick NotesCommentsFrameworkFocusLukasKovaWrite Comment© Be first to comment and helpActivity SummaryLEAD. CONTACT OR ACCOUNTAdelna retrovaACTIVITY TYPE *MeetingOPPORTUMITMNew Deal for Manual Sync ChangCURRENT STACIContract sentSUBJECTSTART DATF TIMNEND DATE TIMEOUTcOMzCall OutcomLOCATIONSUIRIFCTNew TITLECATTSHIMMARYtestingLOG TO SALESFORCE10Next Steps…Los to Salesforce$0Inu zo moy 3:4012InspectorConsole• DebuggerT4 Network() Style EditorPerformance0 MemoryStorageApplicationFite URLS076o sable eacheNo tthrottung*• X200 P.app.otapo dey280 G.Bappioe580 capp.dey.600 ...•app.de689 ....280 c.#app.dev(200 ....apo dey,(200 ..@ app.dev809 ....app.dev200 ...•app.dev280) ...soo deva200 ..A app.dev..(200 ...."apo.de(See G.A app.dev..zeelle(200) H.2oelh500 o.200 G.603) P.A cdn.jsde_con isdnapp.dev"tind.useaollamzaelphoodei280 P.A spp.den2800 ...apo.de200 Getindhner2001Gapo dfy.500 ...A app.dev..E8Đ o.hoode(200) G.A spp.dev..2oelGapo.de200 ..A app.dev..500 G.A app.deS00 G.A spp.dev..Saelleaoodei500 ....A spp.dev..500 G.Aapo. de500 .A app.dev..S0elGapp.de500 G.A spp.denSaal cAapo. de500) ..DeAnn Amn500 Gapo.du500 ..A spp.dev..See G.A app.deG. app.dev.jimASAMmaetekoy-points(43c/158-e60d-4605-9 +A vuex.esdata.json06836838-86a3-4349-5 +A video-isxcse.od-enerf wexesNX-313884dblayoutshtypezconferene eA yuex.es-search?statusf]=comple vuex.es.tasks?prospectid=003203007790-d033-4030-t106а16838-86a3-4349- Aeao0.ei9o-dokk-uokobr06336838-86a3-43e9-s +A video-is6a007790-d033-4d30-t +A06а36838-86a3-4369--#caoor?i:o-dokkreckortCa007790-d033-4d30-t *03007/90-d033-4d30-tmARITBRRR-RRIR.ARAQ-OR1R Wdho-15.31 MB/ 15.40 MB transterred# Accessibllity15.92 klOB JSONid: 7032/[PHONE]-9801-4466884900501type: "conference-summary""entries:.,e+ 0: (id: *039/cbe4-244a-49f1-9a83-256b53c97006*, required: faise, label: *activity-summary .-required: Tals43 B21.67 KBresdony.tasechildren: (71(-), ().010)-), --)-4de5-4bb9-9a97-15221485a95e*, required: false, label: "Type", -)1:(id: 0a318005-6393-4203-3803-c90a015148e0 required: false, label: Sub ect-2. Lid: [PHONE]-0409-1878-017/16411746* mottnd:fun, Ibat eSuet Date Timat1713 kB4: 1010: /5505/10*001+4/83-8456-001/59951401, requred: lase, laoet: pioktestmurtr,mrsdholu tnled2318Chldren: D"t::..[EMAIL]:62 B9.21 kB15.92 KB261 KB1.45 kB48B127 MB)15.92 KB15,.92 kB1.27 MB127 MB1.27 MB1.27 MB)177MP127 MBcnabreo:trueJanoth: /409detaultValun: noll> options: (5((-), (-1.-).-).-)10oke...0.eho06u8hmoee.c.ce0eso/toowteeoctoutco6: (id: *c2055646-1552-4661-8689-9200f156cc3d*, required: false, label: "Location", - )127 MB127 MBDOMC...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
79874
|
2792
|
16
|
2026-05-28T06:46:21.618885+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-28/1779 /Users/lukas/.screenpipe/data/data/2026-05-28/1779950781618_m1.jpg...
|
Firefox
|
Meet - Daily - Platform — Work
|
1
|
meet.google.com/mie-gawc-dsi?authuser=lukas.kovali meet.google.com/mie-gawc-dsi?authuser=lukas.kovalik%40jiminny.com...
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Meet - Daily - Platform
Close tab
New Tab
Open Goo Meet - Daily - Platform
Close tab
New Tab
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Customize sidebar
Return to home screen
[EMAIL]
Switch account
Switch account
Lukas Kovalik
More options
Turn off microphone
Turn off camera
Turn on background blur
Microphone: LakyLak bose qc35 II
Speaker: System Default Speaker Device
Camera: FaceTime HD Camera
Backgrounds and effects...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"Meet - Daily - Platform","depth":4,"bounds":{"left":0.0,"top":0.072222225,"width":0.033680554,"height":0.045555554},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXButton","text":"Close tab","depth":5,"bounds":{"left":0.0013888889,"top":0.072222225,"width":0.010416667,"height":0.016666668},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"New Tab","depth":4,"bounds":{"left":0.005902778,"top":0.12,"width":0.022222223,"height":0.035555556},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"bounds":{"left":0.0,"top":0.7977778,"width":0.033680554,"height":0.043333333},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Tabs from other devices","depth":6,"bounds":{"left":0.0,"top":0.8411111,"width":0.033680554,"height":0.038333334},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"bounds":{"left":0.0,"top":0.8794444,"width":0.033680554,"height":0.03888889},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"bounds":{"left":0.0,"top":0.91833335,"width":0.033680554,"height":0.038333334},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"bounds":{"left":0.0,"top":0.95666665,"width":0.033680554,"height":0.043333333},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Return to home screen","depth":4,"bounds":{"left":0.044791665,"top":0.09,"width":0.072916664,"height":0.044444446},"on_screen":true,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"lukas.kovalik@jiminny.com","depth":6,"bounds":{"left":0.83923614,"top":0.09166667,"width":0.11631945,"height":0.018333333},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Switch account","depth":5,"bounds":{"left":0.89375,"top":0.11,"width":0.061805554,"height":0.017777778},"on_screen":true,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Switch account","depth":6,"bounds":{"left":0.89375,"top":0.11,"width":0.061805554,"height":0.017777778},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Lukas Kovalik","depth":8,"bounds":{"left":0.110069446,"top":0.28111112,"width":0.062152777,"height":0.020555556},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"More options","depth":7,"bounds":{"left":0.57256943,"top":0.265,"width":0.033333335,"height":0.053333335},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Turn off microphone","depth":8,"bounds":{"left":0.28645834,"top":0.645,"width":0.03888889,"height":0.053333335},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Turn off camera","depth":8,"bounds":{"left":0.33645833,"top":0.645,"width":0.03888889,"height":0.053333335},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Turn on background blur","depth":7,"bounds":{"left":0.38645834,"top":0.645,"width":0.03888889,"height":0.053333335},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Microphone: LakyLak bose qc35 II","depth":7,"bounds":{"left":0.098958336,"top":0.73833334,"width":0.124305554,"height":0.035555556},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Speaker: System Default Speaker Device","depth":7,"bounds":{"left":0.22881944,"top":0.73833334,"width":0.124305554,"height":0.035555556},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Camera: FaceTime HD Camera","depth":7,"bounds":{"left":0.35868055,"top":0.73833334,"width":0.124305554,"height":0.035555556},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Backgrounds and effects","depth":6,"bounds":{"left":0.48854166,"top":0.73833334,"width":0.124305554,"height":0.035555556},"on_screen":true,"help_text":"","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false}]...
|
-747038229143033965
|
650899975259954898
|
click
|
hybrid
|
NULL
|
Meet - Daily - Platform
Close tab
New Tab
Open Goo Meet - Daily - Platform
Close tab
New Tab
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Customize sidebar
Return to home screen
[EMAIL]
Switch account
Switch account
Lukas Kovalik
More options
Turn off microphone
Turn off camera
Turn on background blur
Microphone: LakyLak bose qc35 II
Speaker: System Default Speaker Device
Camera: FaceTime HD Camera
Backgrounds and effects
FirefoxFileEditView< → сHistoryBookmarksProfilesToolsWindowHelpmeet.google.com/mie-gawc-dsi?authuser=lukas.kovalik%40jiminny.com100% (4 8• Thu 28 May 9:46:21• [EMAIL] accountLukas KovalikDaily - PlatformNikolay Ivanov, Nikolay Yankov and Steliyan Georgiev are in thiscall• Use Gemini to take notesShare notes and transcriptStartEnhance your appearanceMeet can adjust your image sharpness andlighting so others can see you better. Tochange how you look, use the Appearancetab.Join nowNot nowTry nowOther ways to join~I LakyLak bos...4 System Defa...• FaceTime HD... •[g Backgrounds…..Gemini is available in Meet as your personal in-meeting assistant. It can analyze conversation via temporaryaccess to meeting captions. Using Ask Gemini won't create a recording or store meeting data. The meetinghost can turn it off. Learn more...
|
79873
|
NULL
|
NULL
|
NULL
|
|
79873
|
2792
|
15
|
2026-05-28T06:46:16.779513+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-28/1779 /Users/lukas/.screenpipe/data/data/2026-05-28/1779950776779_m1.jpg...
|
Firefox
|
Meet - Daily - Platform — Work
|
1
|
meet.google.com/mie-gawc-dsi?authuser=lukas.kovali meet.google.com/mie-gawc-dsi?authuser=lukas.kovalik%40jiminny.com...
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Meet - Daily - Platform
Close tab
New Tab
Open Goo Meet - Daily - Platform
Close tab
New Tab
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"Meet - Daily - Platform","depth":4,"bounds":{"left":0.0,"top":0.072222225,"width":0.033680554,"height":0.045555554},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXButton","text":"Close tab","depth":5,"bounds":{"left":0.0013888889,"top":0.072222225,"width":0.010416667,"height":0.016666668},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"New Tab","depth":4,"bounds":{"left":0.005902778,"top":0.12,"width":0.022222223,"height":0.035555556},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"bounds":{"left":0.0,"top":0.7977778,"width":0.033680554,"height":0.043333333},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Tabs from other devices","depth":6,"bounds":{"left":0.0,"top":0.8411111,"width":0.033680554,"height":0.038333334},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"bounds":{"left":0.0,"top":0.8794444,"width":0.033680554,"height":0.03888889},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false}]...
|
2241554596966511350
|
936754074857264774
|
visual_change
|
hybrid
|
NULL
|
Meet - Daily - Platform
Close tab
New Tab
Open Goo Meet - Daily - Platform
Close tab
New Tab
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
FirefoxFileEditView→ CHistoryBookmarksProfilesToolsWindowHelpmeet.google.com/mie-gawc-dsi?authuser=lukas.kovalik%40jiminny.com100% (4 8• Thu 28 May 9:46:16• [EMAIL] account+Lukas KovalikDaily - PlatformNikolay Ivanov, Nikolay Yankov and Steliyan Georgiev are in thiscall• Use Gemini to take notesShare notes and transcriptStartEnhance your appearanceMeet can adjust your image sharpness andlighting so others can see you better. Tochange how you look, use the Appearancetab.Join nowNot nowTry nowOther ways to join~I LakyLak bos...4 System Defa...• FaceTime HD... •[g Backgrounds…..Gemini is available in Meet as your personal in-meeting assistant. It can analyze conversation via temporaryaccess to meeting captions. Using Ask Gemini won't create a recording or store meeting data. The meetinghost can turn it off. Learn more...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
79872
|
2793
|
14
|
2026-05-28T06:46:14.834585+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-28/1779 /Users/lukas/.screenpipe/data/data/2026-05-28/1779950774834_m2.jpg...
|
Firefox
|
Meet - Daily - Platform — Work
|
1
|
meet.google.com/mie-gawc-dsi?authuser=lukas.kovali meet.google.com/mie-gawc-dsi?authuser=lukas.kovalik%40jiminny.com...
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Meet - Daily - Platform
Close tab
New Tab
Open Goo Meet - Daily - Platform
Close tab
New Tab
Open Google Gemini (⌃X)...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"Meet - Daily - Platform","depth":4,"bounds":{"left":0.27027926,"top":1.0,"width":0.016123671,"height":-0.051875472},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXButton","text":"Close tab","depth":5,"bounds":{"left":0.27094415,"top":1.0,"width":0.004986702,"height":-0.051875472},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"New Tab","depth":4,"bounds":{"left":0.27310506,"top":1.0,"width":0.010638298,"height":-0.086193085},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false}]...
|
-5269374333914379883
|
8017030614752747158
|
visual_change
|
hybrid
|
NULL
|
Meet - Daily - Platform
Close tab
New Tab
Open Goo Meet - Daily - Platform
Close tab
New Tab
Open Google Gemini (⌃X)
Firerox••0IPlosines - iminnwhorBE uporade libraries(JY-20613) Allow owner's role to bText relayTypeError: Jiminry\Services|MallCloudWatch | us-east-zJY-20915 fx strict casting by LaJY-20963 fix deletod object imporA SevenShores\Hubspot|ExceptionsLukas Kovalik - Time Of.8 JminayLogin | SalesforceJiminny|Exceptions|EmailActivitytrM Invitation: All Hands - Produet foc:UY-209791 Resolve PHP 85.5 des8 Jiminny— New Ta6QooouukTindowapp.dev.jiminny.com/playback/143c/158-e60d-46e5-9218-c4e0594a3219Cong New TITLE R• Adelina Petrova at Robinson Crusoe Gruises Limited ( | Contract Sent | €455.554 | 90%Micetins 8 73Mar.?0O PMAsk me anything about this call»* Flashback:E Transcript82, Themese Statistics@ QuestionsSNo transcriptThis might be due to call being too short• CRM00:00/01:44oP CoachingSidekick NotesCommentsFrameworkFocusLukasKovaWrite Comment© Be first to comment and helpActivity Summary2 stLEAD. CONTACT OR ACCOUNTAdelna retrovaACTIVITY TYPEMeetingOPPORTUMITMNew Deal for Manual Sync ChangCURRENT STACIContract sentSUBJECTSTART DATF TIMREND DATE TIMEOUTcOMzCall OutcomLOCATIONSUIRIFCTNew TITLECATTSHIMMARYtestingLOG TO SALESFORCE10Next Steps…Los to Salesforce$0Ind comoy 3.40:14InspectorConsole• DebuggerT4 Network() Style EditorPerformance0 MemoryStorageApplicationFite URLS076o sable eacheNo tthrottung*• X200 P.app.otapo dey63007790-d033-4030-6666 video-280 G.Bappioe580 capp.dey.600 ...•app.de689 ....280 c.app.otm(200 ....apo dey,(200 ..@ app.dev809 ....app.dev200 ...•app.dev280) ...soo deva200 ..A app.dev..(200 ...."apo.de(See G.A app.dev..zeelle(200) H.2oelh500 o.200 G.603) P.A cdn.jsde_con isdnapp.dev"tind.useaollamzaelphoodei280 P.A spp.den2800 ...apo.de200 Getindhner2001Gapo dfy.500 ...A app.dev..E8Đ o.hoode(200) G.A spp.dev..2oelGapo.de200 ..A app.dev..500 G.A app.deS00 G.A spp.dev..Saelleaoodei500 ....A spp.dev..500 G.Aapo. de500 .A app.dev..S0elGapp.de500 G.A spp.denSaal cAapo. de500) ..DeAnn Amn500 Gapo.du500 ..A spp.dev..See G.A app.deG. app.dev.jimASAMmaetekoy-points(43c/158-e60d-4605-9 +A vuex.esdata.json06836838-86a3-4349-5 +A video-isxcse.od-enerf wexesNX-313884dblayoutshtypezconferene eA yuex.es-search?statusf]=comple vuex.es.tasks?prospectid=003203007790-d033-4030-t106а16838-86a3-4349- Ae30012i90-doxk-4cko""06336838-86a3-43e9-s +A video-is6a007790-d033-4d30-t +A06а36838-86a3-4369--#caoor?i:o-dokkreckortCa007790-d033-4d30-t *03007/90-d033-4d30-tmARITBRRR-RRIR.ARAQ-OR1R Wdho-15.31 MB/ 15.40 MB transterred# Accessibllity15.92 klOB JSONid: 7032/[PHONE]-9801-4466884900501type: "conference-summary""entries:.,e+ 0: (id: *039/cbe4-244a-49f1-9a83-256b53c97006*, required: faise, label: *activity-summary .-required: Tals43 B21.67 KBresdony.tasechildren: (71(-),().10) -). --)-4de5-4bb9-9a97-15221485a95e*, required: false, label: "Type", -)1:(id: 0a318005-6393-4203-3803-c90a015148e0 required: false, label: Sub ect-2. Lid: [PHONE]-0409-1878-017/16411746* mottnd:fun, Ibat eSuet Date Timat1713 kB4: 1010: /5505/10*001+4/83-8456-001/59951401, requred: lase, laoet: pioktestmurtr,mrsdholu tnled2318Chldren: D"t::..[EMAIL]:62 B9.21 kB15.92 KB261 KB1.45 kB48B127 MB)15.92 KB15,.92 kB1.27 MB127 MB1.27 MB1.27 MB)177MP127 MBcnabreo:trueJanoth: /409detaultValun: noll→ options: (51-), (-1.-).-).-)10oke...0.eho06u8hmoee.c.ce0eso/toowteeoctoutco6: (id: *c2055646-1552-4661-8689-9200f156cc3d*, required: false, label: "Location", - )127 MB127 MBDOMC...
|
79870
|
NULL
|
NULL
|
NULL
|
|
79871
|
2792
|
14
|
2026-05-28T06:46:13.690472+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-28/1779 /Users/lukas/.screenpipe/data/data/2026-05-28/1779950773690_m1.jpg...
|
Firefox
|
Meet - Daily - Platform — Work
|
1
|
meet.google.com/mie-gawc-dsi?authuser=lukas.kovali meet.google.com/mie-gawc-dsi?authuser=lukas.kovalik%40jiminny.com...
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Meet - Daily - Platform
Close tab
New Tab
Open Goo Meet - Daily - Platform
Close tab
New Tab
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Customize sidebar
Return to home screen
[EMAIL]
Switch account
Switch account
Lukas Kovalik
More options...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"Meet - Daily - Platform","depth":4,"bounds":{"left":0.0,"top":0.072222225,"width":0.033680554,"height":0.045555554},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXButton","text":"Close tab","depth":5,"bounds":{"left":0.0013888889,"top":0.072222225,"width":0.010416667,"height":0.016666668},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"New Tab","depth":4,"bounds":{"left":0.005902778,"top":0.12,"width":0.022222223,"height":0.035555556},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"bounds":{"left":0.0,"top":0.7977778,"width":0.033680554,"height":0.043333333},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Tabs from other devices","depth":6,"bounds":{"left":0.0,"top":0.8411111,"width":0.033680554,"height":0.038333334},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"bounds":{"left":0.0,"top":0.8794444,"width":0.033680554,"height":0.03888889},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"bounds":{"left":0.0,"top":0.91833335,"width":0.033680554,"height":0.038333334},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"bounds":{"left":0.0,"top":0.95666665,"width":0.033680554,"height":0.043333333},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Return to home screen","depth":4,"bounds":{"left":0.044791665,"top":0.09,"width":0.072916664,"height":0.044444446},"on_screen":true,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"lukas.kovalik@jiminny.com","depth":6,"bounds":{"left":0.83923614,"top":0.09166667,"width":0.11631945,"height":0.018333333},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Switch account","depth":5,"bounds":{"left":0.89375,"top":0.11,"width":0.061805554,"height":0.017777778},"on_screen":true,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Switch account","depth":6,"bounds":{"left":0.89375,"top":0.11,"width":0.061805554,"height":0.017777778},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Lukas Kovalik","depth":8,"bounds":{"left":0.110069446,"top":0.28111112,"width":0.062152777,"height":0.020555556},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"More options","depth":7,"bounds":{"left":0.57256943,"top":0.265,"width":0.033333335,"height":0.053333335},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false}]...
|
8500251305226516007
|
1086624063845981830
|
visual_change
|
hybrid
|
NULL
|
Meet - Daily - Platform
Close tab
New Tab
Open Goo Meet - Daily - Platform
Close tab
New Tab
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Customize sidebar
Return to home screen
[EMAIL]
Switch account
Switch account
Lukas Kovalik
More options
FirefoxFileEdit→ CViewHistoryBookmarksProfilesToolsWindowHelpmeet.google.com/mie-gawc-dsi?authuser=lukas.kovalik%40jiminny.com100% (4 8• Thu 28 May 9:46:13• [EMAIL] account+Lukas KovalikDaily - PlatformNikolay Ivanov, Nikolay Yankov and Steliyan Georgiev are in thiscall• Use Gemini to take notesShare notes and transcriptStartJoin nowOther ways to join ~I LakyLak bos...4 System Defa...• FaceTime HD...g Backgrounds...Gemini is available in Meet as your personal in-meeting assistant. It can analyze conversation via temporaryaccess to meeting captions. Using Ask Gemini won't create a recording or store meeting data. The meetinghost can turn it off. Learn more...
|
79869
|
NULL
|
NULL
|
NULL
|
|
79870
|
2793
|
13
|
2026-05-28T06:46:09.833832+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-28/1779 /Users/lukas/.screenpipe/data/data/2026-05-28/1779950769833_m2.jpg...
|
Firefox
|
Meet - Daily - Platform — Work
|
1
|
meet.google.com/mie-gawc-dsi?authuser=lukas.kovali meet.google.com/mie-gawc-dsi?authuser=lukas.kovalik%40jiminny.com...
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Meet - Daily - Platform
Close tab
New Tab
Open Goo Meet - Daily - Platform
Close tab
New Tab
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Customize sidebar
Return to home screen
[EMAIL]
Switch account
Switch account
Camera is starting
Lukas Kovalik
More options
Turn off microphone
Turn off camera
Turn on background blur
Microphone: LakyLak bose qc35 II
Speaker: System Default Speaker Device
Camera: FaceTime HD Camera
Backgrounds and effects
Daily - Platform
Daily - Platform
Nikolay Ivanov, Nikolay Yankov and Steliyan Georgiev are in this call
Use Gemini to take notes Share notes and transcript
Use Gemini to take notes
Share notes and transcript
Start
Start
Join now
Join now
Other ways to join
Gemini is available in Meet as your personal in-meeting assistant. It can analyze conversation via temporary access to meeting captions. Using Ask Gemini won't create a recording or store meeting data. The meeting host can turn it off.
Learn more
Learn more...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"Meet - Daily - Platform","depth":4,"bounds":{"left":0.27027926,"top":1.0,"width":0.016123671,"height":-0.051875472},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXButton","text":"Close tab","depth":5,"bounds":{"left":0.27094415,"top":1.0,"width":0.004986702,"height":-0.051875472},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"New Tab","depth":4,"bounds":{"left":0.27310506,"top":1.0,"width":0.010638298,"height":-0.086193085},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Tabs from other devices","depth":6,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Return to home screen","depth":4,"bounds":{"left":0.2917221,"top":1.0,"width":0.034906916,"height":-0.06464481},"on_screen":true,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"lukas.kovalik@jiminny.com","depth":6,"bounds":{"left":0.67204124,"top":1.0,"width":0.055684842,"height":-0.06584203},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Switch account","depth":5,"bounds":{"left":0.6981383,"top":1.0,"width":0.029587766,"height":-0.07901037},"on_screen":true,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Switch account","depth":6,"bounds":{"left":0.6981383,"top":1.0,"width":0.029587766,"height":-0.07901037},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Camera is starting","depth":9,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Lukas Kovalik","depth":8,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"More options","depth":7,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Turn off microphone","depth":8,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Turn off camera","depth":8,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Turn on background blur","depth":7,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Microphone: LakyLak bose qc35 II","depth":7,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Speaker: System Default Speaker Device","depth":7,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Camera: FaceTime HD Camera","depth":7,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Backgrounds and effects","depth":6,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"Daily - Platform","depth":5,"on_screen":true,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Daily - Platform","depth":8,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Nikolay Ivanov, Nikolay Yankov and Steliyan Georgiev are in this call","depth":7,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Use Gemini to take notes Share notes and transcript","depth":5,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Use Gemini to take notes","depth":6,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Share notes and transcript","depth":6,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Start","depth":6,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Start","depth":8,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Join now","depth":6,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Join now","depth":8,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Other ways to join","depth":6,"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Gemini is available in Meet as your personal in-meeting assistant. It can analyze conversation via temporary access to meeting captions. Using Ask Gemini won't create a recording or store meeting data. The meeting host can turn it off.","depth":6,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Learn more","depth":6,"on_screen":true,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Learn more","depth":7,"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"}]...
|
-7885197292675742605
|
943562837186039515
|
click
|
hybrid
|
NULL
|
Meet - Daily - Platform
Close tab
New Tab
Open Goo Meet - Daily - Platform
Close tab
New Tab
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Customize sidebar
Return to home screen
[EMAIL]
Switch account
Switch account
Camera is starting
Lukas Kovalik
More options
Turn off microphone
Turn off camera
Turn on background blur
Microphone: LakyLak bose qc35 II
Speaker: System Default Speaker Device
Camera: FaceTime HD Camera
Backgrounds and effects
Daily - Platform
Daily - Platform
Nikolay Ivanov, Nikolay Yankov and Steliyan Georgiev are in this call
Use Gemini to take notes Share notes and transcript
Use Gemini to take notes
Share notes and transcript
Start
Start
Join now
Join now
Other ways to join
Gemini is available in Meet as your personal in-meeting assistant. It can analyze conversation via temporary access to meeting captions. Using Ask Gemini won't create a recording or store meeting data. The meeting host can turn it off.
Learn more
Learn more
Firerox••0IPlosines - liminnwhorBE upgrade libraries(JY-20613) Allow owner's role to bText relayTypeError: Jiminry\Services|MallCloudWatch | us-east-zJY-20915 fx strict casting by LaJY-20963 fix deletod object imporA SevenShores\Hubspot|ExceptionsLukas Kovalik - Time Of.8 JminayLogin | SalesforceJiminny|Exceptions|EmailActivitytrM Invitation: All Hands - Produet foc:UY-209791 Resolve PHP 85.5 des8 Jiminny— New Ta6QooouukTindowhel:app.dev.jiminny.com/playback/143c/158-e60d-46e5-9218-c4e0594a3219cong New TITLE R• Adelina Petrova at Robinson Crusoe Gruises Limited ( | Contract Sent | €455.554 | 90%Micetins 8 73Mar.?0O PMAsk me anything about this call»* Flashback:E Transcript82, Themese Statistics@ QuestionsSNo transcriptThis might be due to call being too short• сRM00:00/01:44©P CoachingSidekick NotesCommentsFrameworkFocusLukasKovaWrite Comment© Be first to comment and helpActivity Summary2 stLEAD. CONTACT OR ACCOUNTAdelna retrovaACTIVITY TYPEMeetingOPPORTUMITMNew Deal for Manual Sync ChangCURRENT STACIContract sentSUBJECTSTART DATF TIMREND DATE TIMEOUTcOMzCall OutcomLOCATIONSUIRIFCTNew TITLECATTSHIMMARYtestingLOG TO SALESFORCE10Next Steps…Los to Salesforce$0Inu zo moy 3:400InspectorFite URLSConsole• DebuggerT4 Network() Style EditorPerformance0 MemoryStorageApplication076o sable eacheNo tthrottung*• X(200) P200 P..#app.ot"apo.deA app.dev280 .-A app.dev...500 ...• app.de689 ....aoo de689 c.#app.dev2801GA spp.dev..key-points(200 .@ app.dev200 ....A app.dev...603 ...•app.devA spp.de.v.200 .A app.dev..Si-eolle Sconnslugsrecent2001GA app.dev200) GA app.dev..Saelle.hoocin200 ...auto-scoresesrchiswus-conden wertintegrationsdata:application/wnd.apple.m xheconiisdeeahn lens200) HS001G200) G.apo dery.A find.use.aoteiam200 P..A app.dev..200 Р.apo.de(208) G.A app.dev..2001G"tinduse280 G.A app.dev..500 o.(200) G.[CREDIT_CARD]-A Video-pingauthenticate143c/158-e60d-46e5-9: A vumxes-NX-313884dbA app.dev..apo de200 c.A app.dev...280 G."app.de500 ...A spp.dev..Sa8lcaoodei500 ....A spp.dev..500 G.apodt500 .A app.dev...S00lGapp.de500 ...A app.dev..500 G.Alapo. del500 ..eAnn Amn500 Gstages?typenopportunity&re vuex.ese3e07790-d033-4d30-t +A video-is.-search?statuslI=compleolo.sueunak-kes.eae07790-d033-4d30-t Ae3e07790-d033-4d30-t A061.838-86 krkhew68007790-d033-4d30-t #apo.omOann deSee cA app.de500 c...aapp.dev.45 requestseae07790-d033-4d30-t +06816838-86a3-4369-s +Ae3e07790-d033-4d30-t A15.31 MB/ 15.40 MB transterred# Accessibllityid: 7032/[PHONE]-9801-4466884900501type: "conference-summary"15.92 KB,"entries:.,e48 B42 B+ 0: (id: *039/cbe4-244a-49f1-9a83-256b53c97006*, required: faise, label: *activity-summary .-required: Tals2вresdony.tase2вchildren: (71(-),().10) -). --)• 0: (id: *002c9de1-4de5-4bb9-9497-15221485a95e*, required: false, label: "Type". -)1:(id: 0a318005-6393-4203-3803-c90a015148e0 required: false, label: Sub ect-2. fid: [PHONE]-1409.[CREDIT_CARD]* motznd: fua, Ibat eSuet Date Timat4: 1010: /5505/10*001+4/83-8456-001/59951401, requred: lase, laoet: pioktestmurtr,mTAXX:632 Brsdholu tnledChldren: D"t::..kkcisenerkco.oawtt.eahtewdtetortnoot@cktestmult8.80 kB9.21 kB3.58 kB261 kBcnabreo:trueJanoth: /409detoultVatus: noll→ options: (51-), (-1.-).-).-)10oke...0.eho06u8hmoee.c.ce0eso/toowteeoctoutco6: (id: *c2055646-1552-4661-8689-9200f156cc3d*, required: false, label: "Location", - )48 8127 MB15,.92 kB15.92 kB127 MB1.27 MB1.27 MB)177MP1.27 MB1.27 MB127 MB1.27 MB)DOMConte...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
79869
|
2792
|
13
|
2026-05-28T06:46:03.322957+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-28/1779 /Users/lukas/.screenpipe/data/data/2026-05-28/1779950763322_m1.jpg...
|
Firefox
|
Meet - Daily - Platform — Work
|
1
|
meet.google.com/mie-gawc-dsi?authuser=lukas.kovali meet.google.com/mie-gawc-dsi?authuser=lukas.kovalik%40jiminny.com...
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Meet - Daily - Platform
Close tab
New Tab
Open Goo Meet - Daily - Platform
Close tab
New Tab
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Customize sidebar
Return to home screen
[EMAIL]
Switch account
Switch account
Camera is starting
Lukas Kovalik
More options
Turn off microphone
Turn off camera
Turn on background blur
Microphone: LakyLak bose qc35 II
Speaker: System Default Speaker Device
Camera: FaceTime HD Camera
Backgrounds and effects
Daily - Platform
Daily - Platform
Nikolay Yankov and Steliyan Georgiev are in this call
Use Gemini to take notes Share notes and transcript
Use Gemini to take notes
Share notes and transcript
Start
Start
Join now
Join now
Other ways to join
Gemini is available in Meet as your personal in-meeting assistant. It can analyze conversation via temporary access to meeting captions. Using Ask Gemini won't create a recording or store meeting data. The meeting host can turn it off.
Learn more
Learn more
Your camera is on. Your microphone is on....
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"Meet - Daily - Platform","depth":4,"bounds":{"left":0.0,"top":0.072222225,"width":0.033680554,"height":0.045555554},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXButton","text":"Close tab","depth":5,"bounds":{"left":0.0013888889,"top":0.072222225,"width":0.010416667,"height":0.016666668},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"New Tab","depth":4,"bounds":{"left":0.005902778,"top":0.12,"width":0.022222223,"height":0.035555556},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"bounds":{"left":0.0,"top":0.7977778,"width":0.033680554,"height":0.043333333},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Tabs from other devices","depth":6,"bounds":{"left":0.0,"top":0.8411111,"width":0.033680554,"height":0.038333334},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"bounds":{"left":0.0,"top":0.8794444,"width":0.033680554,"height":0.03888889},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"bounds":{"left":0.0,"top":0.91833335,"width":0.033680554,"height":0.038333334},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"bounds":{"left":0.0,"top":0.95666665,"width":0.033680554,"height":0.043333333},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Return to home screen","depth":4,"bounds":{"left":0.044791665,"top":0.09,"width":0.072916664,"height":0.044444446},"on_screen":true,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"lukas.kovalik@jiminny.com","depth":6,"bounds":{"left":0.83923614,"top":0.09166667,"width":0.11631945,"height":0.018333333},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Switch account","depth":5,"bounds":{"left":0.89375,"top":0.11,"width":0.061805554,"height":0.017777778},"on_screen":true,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Switch account","depth":6,"bounds":{"left":0.89375,"top":0.11,"width":0.061805554,"height":0.017777778},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Camera is starting","depth":9,"bounds":{"left":0.29305556,"top":0.46944445,"width":0.12534723,"height":0.031111112},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Lukas Kovalik","depth":8,"bounds":{"left":0.110069446,"top":0.28111112,"width":0.062152777,"height":0.020555556},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"More options","depth":7,"bounds":{"left":0.57256943,"top":0.265,"width":0.033333335,"height":0.053333335},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Turn off microphone","depth":8,"bounds":{"left":0.28645834,"top":0.645,"width":0.03888889,"height":0.053333335},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Turn off camera","depth":8,"bounds":{"left":0.33645833,"top":0.645,"width":0.03888889,"height":0.053333335},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Turn on background blur","depth":7,"bounds":{"left":0.38645834,"top":0.645,"width":0.03888889,"height":0.053333335},"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Microphone: LakyLak bose qc35 II","depth":7,"bounds":{"left":0.098958336,"top":0.73833334,"width":0.124305554,"height":0.035555556},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Speaker: System Default Speaker Device","depth":7,"bounds":{"left":0.22881944,"top":0.73833334,"width":0.124305554,"height":0.035555556},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Camera: FaceTime HD Camera","depth":7,"bounds":{"left":0.35868055,"top":0.73833334,"width":0.124305554,"height":0.035555556},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Backgrounds and effects","depth":6,"bounds":{"left":0.48854166,"top":0.73833334,"width":0.124305554,"height":0.035555556},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"Daily - Platform","depth":5,"bounds":{"left":0.62395835,"top":0.32166666,"width":0.31111112,"height":0.04},"on_screen":true,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Daily - Platform","depth":8,"bounds":{"left":0.71284723,"top":0.32166666,"width":0.13298611,"height":0.04},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Nikolay Yankov and Steliyan Georgiev are in this call","depth":7,"bounds":{"left":0.659375,"top":0.4161111,"width":0.23993056,"height":0.020555556},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Use Gemini to take notes Share notes and transcript","depth":5,"bounds":{"left":0.66770834,"top":0.455,"width":0.22326389,"height":0.07111111},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Use Gemini to take notes","depth":6,"bounds":{"left":0.709375,"top":0.47166666,"width":0.1125,"height":0.020555556},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Share notes and transcript","depth":6,"bounds":{"left":0.709375,"top":0.49333334,"width":0.1,"height":0.017222222},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Start","depth":6,"bounds":{"left":0.82743055,"top":0.46833333,"width":0.055208333,"height":0.044444446},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Start","depth":8,"bounds":{"left":0.8440972,"top":0.48055556,"width":0.021875,"height":0.020555556},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Join now","depth":6,"bounds":{"left":0.6961806,"top":0.54388887,"width":0.16666667,"height":0.062222224},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":true,"is_selected":false},{"role":"AXStaticText","text":"Join now","depth":8,"bounds":{"left":0.7590278,"top":0.565,"width":0.040625,"height":0.020555556},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Other ways to join","depth":6,"bounds":{"left":0.71458334,"top":0.63722223,"width":0.12951389,"height":0.044444446},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Gemini is available in Meet as your personal in-meeting assistant. It can analyze conversation via temporary access to meeting captions. Using Ask Gemini won't create a recording or store meeting data. The meeting host can turn it off.","depth":6,"bounds":{"left":0.296875,"top":0.9,"width":0.46770832,"height":0.055},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Learn more","depth":6,"bounds":{"left":0.5486111,"top":0.93666667,"width":0.049652778,"height":0.018333333},"on_screen":true,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Learn more","depth":7,"bounds":{"left":0.5486111,"top":0.93666667,"width":0.049652778,"height":0.018333333},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Your camera is on. Your microphone is on.","depth":2,"on_screen":false,"help_text":"","role_description":"text","subrole":"AXUnknown"}]...
|
4054491603151785000
|
3393517735940706259
|
click
|
hybrid
|
NULL
|
Meet - Daily - Platform
Close tab
New Tab
Open Goo Meet - Daily - Platform
Close tab
New Tab
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Customize sidebar
Return to home screen
[EMAIL]
Switch account
Switch account
Camera is starting
Lukas Kovalik
More options
Turn off microphone
Turn off camera
Turn on background blur
Microphone: LakyLak bose qc35 II
Speaker: System Default Speaker Device
Camera: FaceTime HD Camera
Backgrounds and effects
Daily - Platform
Daily - Platform
Nikolay Yankov and Steliyan Georgiev are in this call
Use Gemini to take notes Share notes and transcript
Use Gemini to take notes
Share notes and transcript
Start
Start
Join now
Join now
Other ways to join
Gemini is available in Meet as your personal in-meeting assistant. It can analyze conversation via temporary access to meeting captions. Using Ask Gemini won't create a recording or store meeting data. The meeting host can turn it off.
Learn more
Learn more
Your camera is on. Your microphone is on.
FirefoxFile Edit ViewHistoryBookmarksProfiles<→ сTools WindowHelp•C@ meet.google.com/mie-gawc-dsi?authuser=lukas.kovalik%40jiminny.com100% (4 8• Thu 28 May 9:46:02• [EMAIL] accountLukas KovalikDaily - PlatformCamera is startingNikolay Yankov and Steliyan Georgiev are in this call* Use Gemini to take notesShare notes and transcriptStartJoin nowOther ways to join ~I LakyLak bos...‹) System Defa... -D1 FaceTime HD... •[g Backgrounds... •Gemini is available in Meet as your personal in-meeting assistant. It can analyze conversation via temporaryaccess to meeting captions. Using Ask Gemini won't create a recording or store meeting data. The meetingLộ3...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
79868
|
2793
|
12
|
2026-05-28T06:45:58.244312+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-28/1779 /Users/lukas/.screenpipe/data/data/2026-05-28/1779950758244_m2.jpg...
|
Firefox
|
Meet - Daily - Platform — Work
|
1
|
meet.google.com/mie-gawc-dsi?authuser=lukas.kovali meet.google.com/mie-gawc-dsi?authuser=lukas.kovalik%40jiminny.com...
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Meet - Daily - Platform
Close tab
New Tab
Open Goo Meet - Daily - Platform
Close tab
New Tab
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Customize sidebar
Return to home screen
[EMAIL]
Switch account...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"Meet - Daily - Platform","depth":4,"bounds":{"left":0.27027926,"top":1.0,"width":0.016123671,"height":-0.051875472},"on_screen":true,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXButton","text":"Close tab","depth":5,"bounds":{"left":0.27094415,"top":1.0,"width":0.004986702,"height":-0.051875472},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"New Tab","depth":4,"bounds":{"left":0.27310506,"top":1.0,"width":0.010638298,"height":-0.086193085},"on_screen":true,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Tabs from other devices","depth":6,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"on_screen":true,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Return to home screen","depth":4,"bounds":{"left":0.2917221,"top":1.0,"width":0.034906916,"height":-0.06464481},"on_screen":true,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"lukas.kovalik@jiminny.com","depth":6,"bounds":{"left":0.67204124,"top":1.0,"width":0.055684842,"height":-0.06584203},"on_screen":true,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Switch account","depth":5,"bounds":{"left":0.6981383,"top":1.0,"width":0.029587766,"height":-0.07901037},"on_screen":true,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false}]...
|
-6209903538726082601
|
797830737738620546
|
visual_change
|
hybrid
|
NULL
|
Meet - Daily - Platform
Close tab
New Tab
Open Goo Meet - Daily - Platform
Close tab
New Tab
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Customize sidebar
Return to home screen
[EMAIL]
Switch account
Firerox••0IPlosines - liminnwhorBE uporade libraries(JY-20613) Allow owner's role to bText relayTypeError: Jiminry\Services|MallCloudWatch | us-east-zJY-20915 fix strict casting by LaJY-20963 fix deletod object imporA SevenShores\Hubspot|ExceptionsLukas Kovalik - Time Of.8 JminayLogin | SalesforceJiminny|Exceptions|EmailActivitytrM Invitation: All Hands - Produet foc:UY-209791 Resolve PHP 85.5 des8 JiminnyQooouukTindowapp.dev.jiminny.com/playback/143c/158-e60d-46e5-9218-c4e0594a3219Cong New TITLE R• Adelina Petrova at Robinson Crusoe Gruises Limited ( | Contract Sent | €455.554 | 90%Micetins 8 73Mar.?0O PMAsk me anything about this call»* Flashback:E Transcript82, Themese Statistics@ QuestionsSNo transcriptThis might be due to call being too short• сRM00:00/01:44©P CoachingSidekick NotesCommentsFrameworkFocusLukasKovaWrite Comment© Be first to comment and helpActivity Summary2 stLEAD. CONTACT OR ACCOUNTAdelna retrovaACTIVITY TYPE *MeetingOPPORTUMITMNew Deal for Manual Sync ChangCURRENT STACIContract sentSUBJECTSTART DATF TIMNEND DATE TIMEOUTcOMzCall OutcomLOCATIONSUIRIFCTNew TITLECAIT SHIMMARYItestingLOG TO SALESFORCE10Next Steps…Los to Salesforce$0Inu zo moy 3:40100InspectorFite URLSConsole• DebuggerT4 Network() Style EditorPerformanceO MemoryStorageApplication075o sable eacheNo tthrottung*• X(200) P200 P..#app.ot"apo.deA app.dev280 .-A app.dev...500 ...• app.de689 ....aoo de689 c.#app.dev2801GA spp.dev..key-points(200 .@ app.dev200 ....A app.dev...603 ...•app.devA spp.de.v.200 .A app.dev..Si-eolle Sconnslugsrecent2001GA app.dev200) GA app.dev..Saelle.hoocin200 ...auto-scoresesrchiswus-conden wertintegrationsdata:application/wnd.apple.m xhe200) HS001G280 ...coniisdeA cdn.jsde_apo dery.A find.use.[CREDIT_CARD]-A Video-200 P..A app.dev..200 Р.apo.de(208) G.A app.dev..2001G"tinduse280 G.A app.dev..500 o.(200) G.pingauthenticate143c/158-e60d-46e5-9: A vumxes-NX-313884dbA app.dev..apo de200 c.A app.dev...280 G."app.de500 ...A spp.dev..Sa8lcaoodei500 ....A spp.dev..500 G.apodt500 .A app.dev...S00lGapp.de500 ...A spp.dev...500 G.Alapo. del500 ..eAnn Amn500 Gstages?typenopportunity&re vuex.ese3e07790-d033-4d30-t +A video-is.-search?statuslI=compleolso.u-unax-ek.egeae07790-d033-4d30-t Ae3e07790-d033-4d30-t A06.838.86 kekh68007790-d033-4d30-t #See G.apo.omOann deA app.deapp.dev.jim45 requestseae07790-d033-4d30-t +[CREDIT_CARD]-# Video-e3e07790-d033-4d30-bb56 video-i14.05 MB/ 14.13 MB transterred# Accessibllityid: 7032/[PHONE]-9801-4466884900501type: "conference-summary"15.92 KB,"entrties:.,e48 B42 B+ 0: (id: *039/cbe4-244a-49f1-9a83-256b53c97006*, required: faise, label: *activity-summary .-required: Tals2вresdony.tase2вchildren: (71(-), ().010)-), --)• 0: (id: *002c9de1-4de5-4bb9-9497-15221485a95e*, required: false, label: "Type". -)1:(id: 0a318005-6393-4203-3803-c90a015148e0 required: false, label: Sub ect-2. fid: [PHONE]-1409.[CREDIT_CARD]* motznd: fua, Ibat eSuet Date Timat4: 1010: /5505/10*001+4/83-8456-001/59951401, requred: lase, laoet: pioktestmurtr,mTAXX:632 Brsdholu tnledChldren: D"t::..kkcisenerkco.oawtt.eahtewdtetortnoot@cktestmult8.80 kB9.21 kB3.58 kB261 kBcnabreo:trueJanoth: /409detaultValun: noll> options: (5((-), (-1.-).-).-)10oke...0.eho06u8hmoee.c.ce0eso/toowteeoctoutco6: (id: *c2055646-1552-4661-8689-9200f156cc3d*, required: false, label: "Location", - )48 81.27 MB15,.92 kB15.92 kB127 MB1.27 MB1.27 MB)177MP1.27 MB1.27 MB127 MB127 MB...
|
79866
|
NULL
|
NULL
|
NULL
|