| Línea 556... |
Línea 556... |
| 556 |
$item = [
|
556 |
$item = [
|
| 557 |
'id' => $record['user_uuid'],
|
557 |
'id' => $record['user_uuid'],
|
| 558 |
'id_encripted' => $record['user_uuid'],
|
558 |
'id_encripted' => $record['user_uuid'],
|
| 559 |
'name' => $record['first_name'] . ' ' . $record['last_name'],
|
559 |
'name' => $record['first_name'] . ' ' . $record['last_name'],
|
| 560 |
'description' => $record['description'],
|
560 |
'description' => $record['description'],
|
| 561 |
'image' => $this->url()->fromRoute('storage',['type' => 'user', 'code' => $record['user_uuid'], 'filename' => $record['image']]),
|
561 |
'image' => $this->url()->fromRoute('storage',['type' => 'user', 'code' => $record['user_uuid'], 'filename' => $record['image']],['force_canonical' => true]),
|
| 562 |
'url' => $this->url()->fromRoute('profile/view',['id' => $record['user_uuid'] ]),
|
562 |
'url' => $this->url()->fromRoute('profile/view',['id' => $record['user_uuid'] ]),
|
| 563 |
'industry' => $industry? $industry->name : '',
|
563 |
'industry' => $industry? $industry->name : '',
|
| 564 |
'skills' => $skills ? $skills : [],
|
564 |
'skills' => $skills ? $skills : [],
|
| Línea 565... |
Línea 565... |
| 565 |
|
565 |
|
| Línea 589... |
Línea 589... |
| 589 |
$item = [
|
589 |
$item = [
|
| 590 |
'id' => $record['id'],
|
590 |
'id' => $record['id'],
|
| 591 |
'id_encripted' => $record['company_uuid'],
|
591 |
'id_encripted' => $record['company_uuid'],
|
| 592 |
'name' => $record['name'],
|
592 |
'name' => $record['name'],
|
| 593 |
'description' => $record['description'],
|
593 |
'description' => $record['description'],
|
| 594 |
'image' => $this->url()->fromRoute('storage',['type' => 'company', 'code' => $record['company_uuid'] , 'filename' => $record['image']]),
|
594 |
'image' => $this->url()->fromRoute('storage',['type' => 'company', 'code' => $record['company_uuid'] , 'filename' => $record['image']],['force_canonical' => true]),
|
| 595 |
'url' => $this->url()->fromRoute('company/view',['id' => $record['company_uuid'] ]),
|
595 |
'url' => $this->url()->fromRoute('company/view',['id' => $record['company_uuid'] ]),
|
| 596 |
'industry' => $industry->name,
|
596 |
'industry' => $industry->name,
|
| 597 |
'company_size' => $companySize->name,
|
597 |
'company_size' => $companySize->name,
|
| 598 |
'location' => $record['formatted_address'],
|
598 |
'location' => $record['formatted_address'],
|
| 599 |
'followers' => $followers,
|
599 |
'followers' => $followers,
|
| Línea 631... |
Línea 631... |
| 631 |
$item = [
|
631 |
$item = [
|
| 632 |
'id' => $record['id'],
|
632 |
'id' => $record['id'],
|
| 633 |
'id_encripted' => $record['job_uuid'],
|
633 |
'id_encripted' => $record['job_uuid'],
|
| 634 |
'title' => $record['title'],
|
634 |
'title' => $record['title'],
|
| 635 |
'description' => $record['description'],
|
635 |
'description' => $record['description'],
|
| 636 |
'image' => $this->url()->fromRoute('storage',['type' => 'company', 'code' => $record['company_uuid'], 'filename' => $record['image']]),
|
636 |
'image' => $this->url()->fromRoute('storage',['type' => 'company', 'code' => $record['company_uuid'], 'filename' => $record['image']],['force_canonical' => true]),
|
| 637 |
'url' => $this->url()->fromRoute('job/view',['id' => $record['job_uuid']]),
|
637 |
'url' => $this->url()->fromRoute('job/view',['id' => $record['job_uuid']]),
|
| 638 |
'company_name' => $record['company_name'],
|
638 |
'company_name' => $record['company_name'],
|
| 639 |
'company_url' => $this->url()->fromRoute('company/view',['id' => $record['company_uuid'] ]),
|
639 |
'company_url' => $this->url()->fromRoute('company/view',['id' => $record['company_uuid'] ]),
|
| 640 |
'industry' => $industry->name,
|
640 |
'industry' => $industry->name,
|
| 641 |
'company_size' => $companySize->name,
|
641 |
'company_size' => $companySize->name,
|
| Línea 664... |
Línea 664... |
| 664 |
$item = [
|
664 |
$item = [
|
| 665 |
'id' => $record['id'],
|
665 |
'id' => $record['id'],
|
| 666 |
'id_encripted' => $record['group_uuid'],
|
666 |
'id_encripted' => $record['group_uuid'],
|
| 667 |
'name' => $record['name'],
|
667 |
'name' => $record['name'],
|
| 668 |
'description' => $record['description'],
|
668 |
'description' => $record['description'],
|
| 669 |
'image' => $this->url()->fromRoute('storage',['type' => 'group', 'code' => $record['group_uuid'], 'filename' => $record['image']]),
|
669 |
'image' => $this->url()->fromRoute('storage',['type' => 'group', 'code' => $record['group_uuid'], 'filename' => $record['image']],['force_canonical' => true]),
|
| 670 |
'url' => $this->url()->fromRoute('group/view',['id' => $record['group_uuid']]),
|
670 |
'url' => $this->url()->fromRoute('group/view',['id' => $record['group_uuid']]),
|
| 671 |
'industry' => $industry->name,
|
671 |
'industry' => $industry->name,
|
| 672 |
'group_type' => $groupType->name,
|
672 |
'group_type' => $groupType->name,
|
| 673 |
'total_members' => $total_members,
|
673 |
'total_members' => $total_members,
|
| 674 |
'common_connection' => $common_connection,
|
674 |
'common_connection' => $common_connection,
|