insert(['name' => $job_type, 'status' => 'publish', 'created_at' => date("Y-m-d H:i:s")]);
}
$categories = [
[
'name' => 'Accounting / Finance',
'content' => 'Nam dapibus nisl vitae elit fringilla rutrum. Aenean sollicitudin, erat a elementum rutrum.',
'slug' => Str::slug('Accounting Finance', '-'),
'icon' => 'icon flaticon-money-1',
'status' => 'publish',
'created_at' => date("Y-m-d H:i:s")
],
[
'name' => 'Marketing',
'content' => 'Nam dapibus nisl vitae elit fringilla rutrum. Aenean sollicitudin, erat a elementum rutrum.',
'slug' => Str::slug('Marketing', '-'),
'icon' => 'icon flaticon-promotion',
'status' => 'publish',
'created_at' => date("Y-m-d H:i:s")
],
[
'name' => 'Design',
'content' => 'Nam dapibus nisl vitae elit fringilla rutrum. Aenean sollicitudin, erat a elementum rutrum.',
'slug' => Str::slug('Design', '-'),
'icon' => 'icon flaticon-vector',
'status' => 'publish',
'created_at' => date("Y-m-d H:i:s")
],
[
'name' => 'Development',
'content' => 'Nam dapibus nisl vitae elit fringilla rutrum. Aenean sollicitudin, erat a elementum rutrum.',
'slug' => Str::slug('Development', '-'),
'icon' => 'icon flaticon-web-programming',
'status' => 'publish',
'created_at' => date("Y-m-d H:i:s")
],
[
'name' => 'Human Resource',
'content' => 'Nam dapibus nisl vitae elit fringilla rutrum. Aenean sollicitudin, erat a elementum rutrum.',
'slug' => Str::slug('Human Resource', '-'),
'icon' => 'icon flaticon-headhunting',
'status' => 'publish',
'created_at' => date("Y-m-d H:i:s")
],
[
'name' => 'Project Management',
'content' => 'Nam dapibus nisl vitae elit fringilla rutrum. Aenean sollicitudin, erat a elementum rutrum.',
'slug' => Str::slug('Project Management', '-'),
'icon' => 'icon flaticon-rocket-ship',
'status' => 'publish',
'created_at' => date("Y-m-d H:i:s")
],
[
'name' => 'Customer Service',
'content' => 'Nam dapibus nisl vitae elit fringilla rutrum. Aenean sollicitudin, erat a elementum rutrum.',
'slug' => Str::slug('Customer Service', '-'),
'icon' => 'icon flaticon-support-1',
'status' => 'publish',
'created_at' => date("Y-m-d H:i:s")
],
[
'name' => 'Health and Care',
'content' => 'Nam dapibus nisl vitae elit fringilla rutrum. Aenean sollicitudin, erat a elementum rutrum.',
'slug' => Str::slug('Health and Care', '-'),
'icon' => 'icon flaticon-first-aid-kit-1',
'status' => 'publish',
'created_at' => date("Y-m-d H:i:s")
],
[
'name' => 'Automotive Jobs',
'content' => 'Nam dapibus nisl vitae elit fringilla rutrum. Aenean sollicitudin, erat a elementum rutrum.',
'slug' => Str::slug('Automotive Jobs', '-'),
'icon' => 'icon flaticon-car',
'status' => 'publish',
'created_at' => date("Y-m-d H:i:s")
]
];
foreach ($categories as $category){
$row = new JobCategory( $category );
$row->save();
}
$medias = MediaFile::query()->where('file_name', 'LIKE', '%portfolio%')->limit(4)->pluck('id')->toArray();
$gallery_images = implode(",", $medias);
$IDs = [];
$IDs[] = DB::table('bc_jobs')->insertGetId([
'title' => 'Product Manager, Studio',
'slug' => 'product-manager-studio',
'content' => '
Job Description
As a Product Designer, you will work within a Product Delivery Team fused with UX, engineering, product and data talent. You will help the team design beautiful interfaces that solve business challenges for our clients. We work with a number of Tier 1 banks on building web-based applications for AML, KYC and Sanctions List management workflows. This role is ideal if you are looking to segue your career into the FinTech or Big Data arenas.
Key Responsibilities
- Be involved in every step of the product design cycle from discovery to developer handoff and user acceptance testing.
- Work with BAs, product managers and tech teams to lead the Product Design
- Maintain quality of the design process and ensure that when designs are translated into code they accurately reflect the design specifications.
- Accurately estimate design tickets during planning sessions.
- Contribute to sketching sessions involving non-designersCreate, iterate and maintain UI deliverables including sketch files, style guides, high fidelity prototypes, micro interaction specifications and pattern libraries.
- Ensure design choices are data led by identifying assumptions to test each sprint, and work with the analysts in your team to plan moderated usability test sessions.
- Design pixel perfect responsive UI’s and understand that adopting common interface patterns is better for UX than reinventing the wheel
- Present your work to the wider business at Show & Tell sessions.
Skill & Experience
- You have at least 3 years’ experience working as a Product Designer.
- You have experience using Sketch and InVision or Framer X
- You have some previous experience working in an agile environment – Think two-week sprints.
- You are familiar using Jira and Confluence in your workflow
',
'category_id' => 8,
'thumbnail_id' => '',
'location_id' => rand(1, 5),
'create_user' => 1,
'company_id' => 1,
'job_type_id' => rand(1, 5),
'expiration_date' => date('Y-m-d H:i:s', strtotime('500 day')),
'hours' => '30h',
'hours_type' => 'week',
'salary_type' => 'monthly',
'salary_min' => 4500,
'salary_max' => 6000,
'gender' => 'Both',
'map_lat' => '34.801041',
'map_lng' => '-118.212774',
'map_zoom' => '16',
'experience' => 2,
'is_featured' => 1,
'is_urgent' => 0,
'gallery' => $gallery_images,
'video' => 'https://www.youtube.com/watch?v=bhOiLfkChPo',
'video_cover_id' => MediaFile::findMediaByName('video-img')->id,
'status' => 'publish',
'created_at' => date("Y-m-d H:i:s")
]);
$IDs[] = DB::table('bc_jobs')->insertGetId([
'title' => 'Recruiting Coordinator',
'slug' => 'recruiting-coordinator',
'content' => 'Job Description
As a Product Designer, you will work within a Product Delivery Team fused with UX, engineering, product and data talent. You will help the team design beautiful interfaces that solve business challenges for our clients. We work with a number of Tier 1 banks on building web-based applications for AML, KYC and Sanctions List management workflows. This role is ideal if you are looking to segue your career into the FinTech or Big Data arenas.
Key Responsibilities
- Be involved in every step of the product design cycle from discovery to developer handoff and user acceptance testing.
- Work with BAs, product managers and tech teams to lead the Product Design
- Maintain quality of the design process and ensure that when designs are translated into code they accurately reflect the design specifications.
- Accurately estimate design tickets during planning sessions.
- Contribute to sketching sessions involving non-designersCreate, iterate and maintain UI deliverables including sketch files, style guides, high fidelity prototypes, micro interaction specifications and pattern libraries.
- Ensure design choices are data led by identifying assumptions to test each sprint, and work with the analysts in your team to plan moderated usability test sessions.
- Design pixel perfect responsive UI’s and understand that adopting common interface patterns is better for UX than reinventing the wheel
- Present your work to the wider business at Show & Tell sessions.
Skill & Experience
- You have at least 3 years’ experience working as a Product Designer.
- You have experience using Sketch and InVision or Framer X
- You have some previous experience working in an agile environment – Think two-week sprints.
- You are familiar using Jira and Confluence in your workflow
',
'category_id' => 5,
'thumbnail_id' => '',
'location_id' => rand(1, 5),
'create_user' => 1,
'company_id' => 1,
'job_type_id' => rand(1, 5),
'expiration_date' => date('Y-m-d H:i:s', strtotime('500 day')),
'hours' => '30h',
'hours_type' => 'week',
'salary_type' => 'monthly',
'salary_min' => 4500,
'salary_max' => 6000,
'gender' => 'Both',
'map_lat' => '34.214848',
'map_lng' => '-116.617009',
'map_zoom' => '16',
'experience' => 2,
'is_featured' => 0,
'is_urgent' => 1,
'gallery' => $gallery_images,
'video' => 'https://www.youtube.com/watch?v=bhOiLfkChPo',
'video_cover_id' => MediaFile::findMediaByName('video-img')->id,
'status' => 'publish',
'created_at' => date("Y-m-d H:i:s")
]);
$IDs[] = DB::table('bc_jobs')->insertGetId([
'title' => 'Senior Product Designer',
'slug' => 'senior-product-designer',
'content' => 'Job Description
As a Product Designer, you will work within a Product Delivery Team fused with UX, engineering, product and data talent. You will help the team design beautiful interfaces that solve business challenges for our clients. We work with a number of Tier 1 banks on building web-based applications for AML, KYC and Sanctions List management workflows. This role is ideal if you are looking to segue your career into the FinTech or Big Data arenas.
Key Responsibilities
- Be involved in every step of the product design cycle from discovery to developer handoff and user acceptance testing.
- Work with BAs, product managers and tech teams to lead the Product Design
- Maintain quality of the design process and ensure that when designs are translated into code they accurately reflect the design specifications.
- Accurately estimate design tickets during planning sessions.
- Contribute to sketching sessions involving non-designersCreate, iterate and maintain UI deliverables including sketch files, style guides, high fidelity prototypes, micro interaction specifications and pattern libraries.
- Ensure design choices are data led by identifying assumptions to test each sprint, and work with the analysts in your team to plan moderated usability test sessions.
- Design pixel perfect responsive UI’s and understand that adopting common interface patterns is better for UX than reinventing the wheel
- Present your work to the wider business at Show & Tell sessions.
Skill & Experience
- You have at least 3 years’ experience working as a Product Designer.
- You have experience using Sketch and InVision or Framer X
- You have some previous experience working in an agile environment – Think two-week sprints.
- You are familiar using Jira and Confluence in your workflow
',
'category_id' => 3,
'thumbnail_id' => '',
'location_id' => rand(1, 5),
'create_user' => 1,
'company_id' => 2,
'job_type_id' => rand(1, 5),
'expiration_date' => date('Y-m-d H:i:s', strtotime('500 day')),
'hours' => '30h',
'hours_type' => 'week',
'salary_type' => 'monthly',
'salary_min' => 4500,
'salary_max' => 6000,
'gender' => 'Both',
'map_lat' => '34.02889471970446',
'map_lng' => '-118.27121649671741',
'map_zoom' => '16',
'experience' => 2,
'is_featured' => 1,
'is_urgent' => 1,
'gallery' => $gallery_images,
'video' => 'https://www.youtube.com/watch?v=bhOiLfkChPo',
'video_cover_id' => MediaFile::findMediaByName('video-img')->id,
'status' => 'publish',
'created_at' => date("Y-m-d H:i:s")
]);
$IDs[] = DB::table('bc_jobs')->insertGetId([
'title' => 'Senior Full Stack Engineer, Creator Success',
'slug' => 'senior-full-stack-engineer-creator-success',
'content' => 'Job Description
As a Product Designer, you will work within a Product Delivery Team fused with UX, engineering, product and data talent. You will help the team design beautiful interfaces that solve business challenges for our clients. We work with a number of Tier 1 banks on building web-based applications for AML, KYC and Sanctions List management workflows. This role is ideal if you are looking to segue your career into the FinTech or Big Data arenas.
Key Responsibilities
- Be involved in every step of the product design cycle from discovery to developer handoff and user acceptance testing.
- Work with BAs, product managers and tech teams to lead the Product Design
- Maintain quality of the design process and ensure that when designs are translated into code they accurately reflect the design specifications.
- Accurately estimate design tickets during planning sessions.
- Contribute to sketching sessions involving non-designersCreate, iterate and maintain UI deliverables including sketch files, style guides, high fidelity prototypes, micro interaction specifications and pattern libraries.
- Ensure design choices are data led by identifying assumptions to test each sprint, and work with the analysts in your team to plan moderated usability test sessions.
- Design pixel perfect responsive UI’s and understand that adopting common interface patterns is better for UX than reinventing the wheel
- Present your work to the wider business at Show & Tell sessions.
Skill & Experience
- You have at least 3 years’ experience working as a Product Designer.
- You have experience using Sketch and InVision or Framer X
- You have some previous experience working in an agile environment – Think two-week sprints.
- You are familiar using Jira and Confluence in your workflow
',
'category_id' => 4,
'thumbnail_id' => '',
'location_id' => rand(1, 5),
'create_user' => 1,
'company_id' => 3,
'job_type_id' => rand(1, 5),
'expiration_date' => date('Y-m-d H:i:s', strtotime('500 day')),
'hours' => '30h',
'hours_type' => 'week',
'salary_type' => 'monthly',
'salary_min' => 4500,
'salary_max' => 6000,
'gender' => 'Both',
'map_lat' => '33.994170',
'map_lng' => '-118.473674',
'map_zoom' => '16',
'experience' => 2,
'is_featured' => 1,
'is_urgent' => 0,
'gallery' => $gallery_images,
'video' => 'https://www.youtube.com/watch?v=bhOiLfkChPo',
'video_cover_id' => MediaFile::findMediaByName('video-img')->id,
'status' => 'publish',
'created_at' => date("Y-m-d H:i:s")
]);
$IDs[] = DB::table('bc_jobs')->insertGetId([
'title' => 'General Ledger Accountant',
'slug' => 'general-ledger-accountant',
'content' => 'Job Description
As a Product Designer, you will work within a Product Delivery Team fused with UX, engineering, product and data talent. You will help the team design beautiful interfaces that solve business challenges for our clients. We work with a number of Tier 1 banks on building web-based applications for AML, KYC and Sanctions List management workflows. This role is ideal if you are looking to segue your career into the FinTech or Big Data arenas.
Key Responsibilities
- Be involved in every step of the product design cycle from discovery to developer handoff and user acceptance testing.
- Work with BAs, product managers and tech teams to lead the Product Design
- Maintain quality of the design process and ensure that when designs are translated into code they accurately reflect the design specifications.
- Accurately estimate design tickets during planning sessions.
- Contribute to sketching sessions involving non-designersCreate, iterate and maintain UI deliverables including sketch files, style guides, high fidelity prototypes, micro interaction specifications and pattern libraries.
- Ensure design choices are data led by identifying assumptions to test each sprint, and work with the analysts in your team to plan moderated usability test sessions.
- Design pixel perfect responsive UI’s and understand that adopting common interface patterns is better for UX than reinventing the wheel
- Present your work to the wider business at Show & Tell sessions.
Skill & Experience
- You have at least 3 years’ experience working as a Product Designer.
- You have experience using Sketch and InVision or Framer X
- You have some previous experience working in an agile environment – Think two-week sprints.
- You are familiar using Jira and Confluence in your workflow
',
'category_id' => 1,
'thumbnail_id' => '',
'location_id' => rand(1, 5),
'create_user' => 1,
'company_id' => 4,
'job_type_id' => rand(1, 5),
'expiration_date' => date('Y-m-d H:i:s', strtotime('500 day')),
'hours' => '30h',
'hours_type' => 'week',
'salary_type' => 'monthly',
'salary_min' => 4500,
'salary_max' => 6000,
'gender' => 'Both',
'map_lat' => '33.726181',
'map_lng' => '-118.303386',
'map_zoom' => '16',
'experience' => 2,
'is_featured' => 0,
'is_urgent' => 0,
'gallery' => $gallery_images,
'video' => 'https://www.youtube.com/watch?v=bhOiLfkChPo',
'video_cover_id' => MediaFile::findMediaByName('video-img')->id,
'status' => 'publish',
'created_at' => date("Y-m-d H:i:s")
]);
$IDs[] = DB::table('bc_jobs')->insertGetId([
'title' => 'Assistant / Store Keeper',
'slug' => 'assistant-store-keeper',
'content' => 'Job Description
As a Product Designer, you will work within a Product Delivery Team fused with UX, engineering, product and data talent. You will help the team design beautiful interfaces that solve business challenges for our clients. We work with a number of Tier 1 banks on building web-based applications for AML, KYC and Sanctions List management workflows. This role is ideal if you are looking to segue your career into the FinTech or Big Data arenas.
Key Responsibilities
- Be involved in every step of the product design cycle from discovery to developer handoff and user acceptance testing.
- Work with BAs, product managers and tech teams to lead the Product Design
- Maintain quality of the design process and ensure that when designs are translated into code they accurately reflect the design specifications.
- Accurately estimate design tickets during planning sessions.
- Contribute to sketching sessions involving non-designersCreate, iterate and maintain UI deliverables including sketch files, style guides, high fidelity prototypes, micro interaction specifications and pattern libraries.
- Ensure design choices are data led by identifying assumptions to test each sprint, and work with the analysts in your team to plan moderated usability test sessions.
- Design pixel perfect responsive UI’s and understand that adopting common interface patterns is better for UX than reinventing the wheel
- Present your work to the wider business at Show & Tell sessions.
Skill & Experience
- You have at least 3 years’ experience working as a Product Designer.
- You have experience using Sketch and InVision or Framer X
- You have some previous experience working in an agile environment – Think two-week sprints.
- You are familiar using Jira and Confluence in your workflow
',
'category_id' => 9,
'thumbnail_id' => '',
'location_id' => rand(1, 5),
'create_user' => 1,
'company_id' => 1,
'job_type_id' => rand(1, 5),
'expiration_date' => date('Y-m-d H:i:s', strtotime('500 day')),
'hours' => '30h',
'hours_type' => 'week',
'salary_type' => 'monthly',
'salary_min' => 4500,
'salary_max' => 6000,
'gender' => 'Both',
'map_lat' => '33.710268',
'map_lng' => '-117.823488',
'map_zoom' => '16',
'experience' => 2,
'is_featured' => 1,
'is_urgent' => 0,
'gallery' => $gallery_images,
'video' => 'https://www.youtube.com/watch?v=bhOiLfkChPo',
'video_cover_id' => MediaFile::findMediaByName('video-img')->id,
'status' => 'publish',
'created_at' => date("Y-m-d H:i:s")
]);
$IDs[] = DB::table('bc_jobs')->insertGetId([
'title' => 'Product Sales Specialist',
'slug' => 'product-sales-specialist',
'content' => 'Job Description
As a Product Designer, you will work within a Product Delivery Team fused with UX, engineering, product and data talent. You will help the team design beautiful interfaces that solve business challenges for our clients. We work with a number of Tier 1 banks on building web-based applications for AML, KYC and Sanctions List management workflows. This role is ideal if you are looking to segue your career into the FinTech or Big Data arenas.
Key Responsibilities
- Be involved in every step of the product design cycle from discovery to developer handoff and user acceptance testing.
- Work with BAs, product managers and tech teams to lead the Product Design
- Maintain quality of the design process and ensure that when designs are translated into code they accurately reflect the design specifications.
- Accurately estimate design tickets during planning sessions.
- Contribute to sketching sessions involving non-designersCreate, iterate and maintain UI deliverables including sketch files, style guides, high fidelity prototypes, micro interaction specifications and pattern libraries.
- Ensure design choices are data led by identifying assumptions to test each sprint, and work with the analysts in your team to plan moderated usability test sessions.
- Design pixel perfect responsive UI’s and understand that adopting common interface patterns is better for UX than reinventing the wheel
- Present your work to the wider business at Show & Tell sessions.
Skill & Experience
- You have at least 3 years’ experience working as a Product Designer.
- You have experience using Sketch and InVision or Framer X
- You have some previous experience working in an agile environment – Think two-week sprints.
- You are familiar using Jira and Confluence in your workflow
',
'category_id' => 2,
'thumbnail_id' => '',
'location_id' => rand(1, 5),
'create_user' => 1,
'company_id' => 5,
'job_type_id' => rand(1, 5),
'expiration_date' => date('Y-m-d H:i:s', strtotime('500 day')),
'hours' => '30h',
'hours_type' => 'week',
'salary_type' => 'monthly',
'salary_min' => 4500,
'salary_max' => 6000,
'gender' => 'Both',
'map_lat' => '33.588124',
'map_lng' => '-117.143191',
'map_zoom' => '16',
'experience' => 2,
'is_featured' => 0,
'is_urgent' => 0,
'gallery' => $gallery_images,
'video' => 'https://www.youtube.com/watch?v=bhOiLfkChPo',
'video_cover_id' => MediaFile::findMediaByName('video-img')->id,
'status' => 'publish',
'created_at' => date("Y-m-d H:i:s")
]);
$IDs[] = DB::table('bc_jobs')->insertGetId([
'title' => 'Executive, HR Operations',
'slug' => 'executive-hr-operations',
'content' => 'Job Description
As a Product Designer, you will work within a Product Delivery Team fused with UX, engineering, product and data talent. You will help the team design beautiful interfaces that solve business challenges for our clients. We work with a number of Tier 1 banks on building web-based applications for AML, KYC and Sanctions List management workflows. This role is ideal if you are looking to segue your career into the FinTech or Big Data arenas.
Key Responsibilities
- Be involved in every step of the product design cycle from discovery to developer handoff and user acceptance testing.
- Work with BAs, product managers and tech teams to lead the Product Design
- Maintain quality of the design process and ensure that when designs are translated into code they accurately reflect the design specifications.
- Accurately estimate design tickets during planning sessions.
- Contribute to sketching sessions involving non-designersCreate, iterate and maintain UI deliverables including sketch files, style guides, high fidelity prototypes, micro interaction specifications and pattern libraries.
- Ensure design choices are data led by identifying assumptions to test each sprint, and work with the analysts in your team to plan moderated usability test sessions.
- Design pixel perfect responsive UI’s and understand that adopting common interface patterns is better for UX than reinventing the wheel
- Present your work to the wider business at Show & Tell sessions.
Skill & Experience
- You have at least 3 years’ experience working as a Product Designer.
- You have experience using Sketch and InVision or Framer X
- You have some previous experience working in an agile environment – Think two-week sprints.
- You are familiar using Jira and Confluence in your workflow
',
'category_id' => 5,
'thumbnail_id' => '',
'location_id' => rand(1, 5),
'create_user' => 1,
'company_id' => 1,
'job_type_id' => rand(1, 5),
'expiration_date' => date('Y-m-d H:i:s', strtotime('500 day')),
'hours' => '30h',
'hours_type' => 'week',
'salary_type' => 'monthly',
'salary_min' => 4500,
'salary_max' => 6000,
'gender' => 'Both',
'map_lat' => '32.648219',
'map_lng' => '-115.509738',
'map_zoom' => '16',
'experience' => 2,
'is_featured' => 0,
'is_urgent' => 0,
'gallery' => $gallery_images,
'video' => 'https://www.youtube.com/watch?v=bhOiLfkChPo',
'video_cover_id' => MediaFile::findMediaByName('video-img')->id,
'status' => 'publish',
'created_at' => date("Y-m-d H:i:s")
]);
$IDs[] = DB::table('bc_jobs')->insertGetId([
'title' => 'Restaurant Team Member',
'slug' => 'restaurant-team-member',
'content' => ' ->file_path).')
Job Description
As a Product Designer, you will work within a Product Delivery Team fused with UX, engineering, product and data talent. You will help the team design beautiful interfaces that solve business challenges for our clients. We work with a number of Tier 1 banks on building web-based applications for AML, KYC and Sanctions List management workflows. This role is ideal if you are looking to segue your career into the FinTech or Big Data arenas.
Key Responsibilities
- Be involved in every step of the product design cycle from discovery to developer handoff and user acceptance testing.
- Work with BAs, product managers and tech teams to lead the Product Design
- Maintain quality of the design process and ensure that when designs are translated into code they accurately reflect the design specifications.
- Accurately estimate design tickets during planning sessions.
- Contribute to sketching sessions involving non-designersCreate, iterate and maintain UI deliverables including sketch files, style guides, high fidelity prototypes, micro interaction specifications and pattern libraries.
- Ensure design choices are data led by identifying assumptions to test each sprint, and work with the analysts in your team to plan moderated usability test sessions.
- Design pixel perfect responsive UI’s and understand that adopting common interface patterns is better for UX than reinventing the wheel
- Present your work to the wider business at Show & Tell sessions.
Skill & Experience
- You have at least 3 years’ experience working as a Product Designer.
- You have experience using Sketch and InVision or Framer X
- You have some previous experience working in an agile environment – Think two-week sprints.
- You are familiar using Jira and Confluence in your workflow
',
'category_id' => 7,
'thumbnail_id' => '',
'location_id' => rand(1, 5),
'create_user' => 1,
'company_id' => 3,
'job_type_id' => rand(1, 5),
'expiration_date' => date('Y-m-d H:i:s', strtotime('500 day')),
'hours' => '30h',
'hours_type' => 'week',
'salary_type' => 'monthly',
'salary_min' => 4500,
'salary_max' => 6000,
'gender' => 'Both',
'map_lat' => '32.816113',
'map_lng' => '-116.936796',
'map_zoom' => '16',
'experience' => 2,
'is_featured' => 1,
'is_urgent' => 1,
'gallery' => $gallery_images,
'video' => 'https://www.youtube.com/watch?v=bhOiLfkChPo',
'video_cover_id' => MediaFile::findMediaByName('video-img')->id,
'status' => 'publish',
'created_at' => date("Y-m-d H:i:s")
]);
$IDs[] = DB::table('bc_jobs')->insertGetId([
'title' => 'Group Marketing Manager',
'slug' => 'group-marketing-manager',
'content' => 'Job Description
As a Product Designer, you will work within a Product Delivery Team fused with UX, engineering, product and data talent. You will help the team design beautiful interfaces that solve business challenges for our clients. We work with a number of Tier 1 banks on building web-based applications for AML, KYC and Sanctions List management workflows. This role is ideal if you are looking to segue your career into the FinTech or Big Data arenas.
Key Responsibilities
- Be involved in every step of the product design cycle from discovery to developer handoff and user acceptance testing.
- Work with BAs, product managers and tech teams to lead the Product Design
- Maintain quality of the design process and ensure that when designs are translated into code they accurately reflect the design specifications.
- Accurately estimate design tickets during planning sessions.
- Contribute to sketching sessions involving non-designersCreate, iterate and maintain UI deliverables including sketch files, style guides, high fidelity prototypes, micro interaction specifications and pattern libraries.
- Ensure design choices are data led by identifying assumptions to test each sprint, and work with the analysts in your team to plan moderated usability test sessions.
- Design pixel perfect responsive UI’s and understand that adopting common interface patterns is better for UX than reinventing the wheel
- Present your work to the wider business at Show & Tell sessions.
Skill & Experience
- You have at least 3 years’ experience working as a Product Designer.
- You have experience using Sketch and InVision or Framer X
- You have some previous experience working in an agile environment – Think two-week sprints.
- You are familiar using Jira and Confluence in your workflow
',
'category_id' => 2,
'thumbnail_id' => '',
'location_id' => rand(1, 5),
'create_user' => 1,
'company_id' => 1,
'job_type_id' => rand(1, 5),
'expiration_date' => date('Y-m-d H:i:s', strtotime('500 day')),
'hours' => '30h',
'hours_type' => 'week',
'salary_type' => 'monthly',
'salary_min' => 4500,
'salary_max' => 6000,
'gender' => 'Both',
'map_lat' => '32.714993',
'map_lng' => '-117.137829',
'map_zoom' => '16',
'experience' => 2,
'is_featured' => 0,
'is_urgent' => 0,
'apply_type' => 'email',
'apply_email' => 'contact@superio.com',
'gallery' => $gallery_images,
'video' => 'https://www.youtube.com/watch?v=bhOiLfkChPo',
'video_cover_id' => MediaFile::findMediaByName('video-img')->id,
'status' => 'publish',
'created_at' => date("Y-m-d H:i:s")
]);
$IDs[] = DB::table('bc_jobs')->insertGetId([
'title' => 'Software Engineer (Android), Libraries',
'slug' => 'software-engineer-android-lib',
'content' => 'Job Description
As a Product Designer, you will work within a Product Delivery Team fused with UX, engineering, product and data talent. You will help the team design beautiful interfaces that solve business challenges for our clients. We work with a number of Tier 1 banks on building web-based applications for AML, KYC and Sanctions List management workflows. This role is ideal if you are looking to segue your career into the FinTech or Big Data arenas.
Key Responsibilities
- Be involved in every step of the product design cycle from discovery to developer handoff and user acceptance testing.
- Work with BAs, product managers and tech teams to lead the Product Design
- Maintain quality of the design process and ensure that when designs are translated into code they accurately reflect the design specifications.
- Accurately estimate design tickets during planning sessions.
- Contribute to sketching sessions involving non-designersCreate, iterate and maintain UI deliverables including sketch files, style guides, high fidelity prototypes, micro interaction specifications and pattern libraries.
- Ensure design choices are data led by identifying assumptions to test each sprint, and work with the analysts in your team to plan moderated usability test sessions.
- Design pixel perfect responsive UI’s and understand that adopting common interface patterns is better for UX than reinventing the wheel
- Present your work to the wider business at Show & Tell sessions.
Skill & Experience
- You have at least 3 years’ experience working as a Product Designer.
- You have experience using Sketch and InVision or Framer X
- You have some previous experience working in an agile environment – Think two-week sprints.
- You are familiar using Jira and Confluence in your workflow
',
'category_id' => 4,
'thumbnail_id' => '',
'location_id' => rand(1, 5),
'create_user' => 1,
'company_id' => 4,
'job_type_id' => rand(1, 5),
'expiration_date' => date('Y-m-d H:i:s', strtotime('500 day')),
'hours' => '30h',
'hours_type' => 'week',
'salary_type' => 'monthly',
'salary_min' => 2500,
'salary_max' => 3500,
'gender' => 'Both',
'map_lat' => '32.522868',
'map_lng' => '-117.043382',
'map_zoom' => '16',
'experience' => 2,
'is_featured' => 1,
'is_urgent' => 0,
'apply_type' => 'external',
'apply_link' => 'https://themeforest.net/',
'gallery' => $gallery_images,
'video' => 'https://www.youtube.com/watch?v=bhOiLfkChPo',
'video_cover_id' => MediaFile::findMediaByName('video-img')->id,
'status' => 'publish',
'created_at' => date("Y-m-d H:i:s")
]);
$IDs[] = DB::table('bc_jobs')->insertGetId([
'title' => 'Product Designer / UI Designer',
'slug' => 'product-designer-ui-designer',
'content' => 'Job Description
As a Product Designer, you will work within a Product Delivery Team fused with UX, engineering, product and data talent. You will help the team design beautiful interfaces that solve business challenges for our clients. We work with a number of Tier 1 banks on building web-based applications for AML, KYC and Sanctions List management workflows. This role is ideal if you are looking to segue your career into the FinTech or Big Data arenas.
Key Responsibilities
- Be involved in every step of the product design cycle from discovery to developer handoff and user acceptance testing.
- Work with BAs, product managers and tech teams to lead the Product Design
- Maintain quality of the design process and ensure that when designs are translated into code they accurately reflect the design specifications.
- Accurately estimate design tickets during planning sessions.
- Contribute to sketching sessions involving non-designersCreate, iterate and maintain UI deliverables including sketch files, style guides, high fidelity prototypes, micro interaction specifications and pattern libraries.
- Ensure design choices are data led by identifying assumptions to test each sprint, and work with the analysts in your team to plan moderated usability test sessions.
- Design pixel perfect responsive UI’s and understand that adopting common interface patterns is better for UX than reinventing the wheel
- Present your work to the wider business at Show & Tell sessions.
Skill & Experience
- You have at least 3 years’ experience working as a Product Designer.
- You have experience using Sketch and InVision or Framer X
- You have some previous experience working in an agile environment – Think two-week sprints.
- You are familiar using Jira and Confluence in your workflow
',
'category_id' => 3,
'thumbnail_id' => '',
'location_id' => rand(1, 5),
'create_user' => 1,
'company_id' => 1,
'job_type_id' => rand(1, 5),
'expiration_date' => date('Y-m-d H:i:s', strtotime('500 day')),
'hours' => '30h',
'hours_type' => 'week',
'salary_type' => 'monthly',
'salary_min' => 800,
'salary_max' => 3000,
'gender' => 'Both',
'map_lat' => '34.02889471970446',
'map_lng' => '-118.27121649671741',
'map_zoom' => '16',
'experience' => 2,
'is_featured' => 1,
'is_urgent' => 1,
'apply_type' => '',
'gallery' => $gallery_images,
'video' => 'https://www.youtube.com/watch?v=bhOiLfkChPo',
'video_cover_id' => MediaFile::findMediaByName('video-img')->id,
'status' => 'publish',
'created_at' => date("Y-m-d H:i:s")
]);
$skill_ids = [];
$skills = ['app', 'administrative', 'android', 'wordpress', 'design', 'react', 'javascript', 'html'];
foreach ($skills as $k=> $skill){
$t = new Skill(['name' => $skill, 'status' => 'publish', 'created_at' => date("Y-m-d H:i:s")]);
$t->save();
$skill_ids[] = $t->id;
}
foreach ($IDs as $job_id){
foreach ($skill_ids as $k=> $skill_id) {
if( rand(0 , count($skill_ids) ) == $k) continue;
if( rand(0 , count($skill_ids) ) == $k) continue;
if( rand(0 , count($skill_ids) ) == $k) continue;
DB::table('bc_job_skills')->insert([
'job_id' => $job_id,
'skill_id' => $skill_id,
'created_at' => date("Y-m-d H:i:s")
]);
}
}
// Settings
DB::table('core_settings')->insert(
[
[
'name' => 'job_page_search_title',
'val' => 'Find Jobs',
],
[
'name' => 'job_page_search_title_ja',
'val' => '仕事を探す',
],
[
'name' => 'jobs_list_layout',
'val' => 'job-list-v1',
],
[
'name' => 'job_single_layout',
'val' => 'job-single-v1',
],
[
'name' => 'job_sidebar_search_fields',
'val' => '[{"title":"Search by Keywords","type":"keyword","position":"1"},{"title":"Location","type":"location","position":"2"},{"title":"Category","type":"category","position":"3"},{"title":"Job type","type":"job_type","position":"4"},{"title":"Date Posted","type":"date_posted","position":"5"},{"title":"Experience Level","type":"experience","position":"6"},{"title":"Salary","type":"salary","position":"7"}]',
],
[
'name' => "job_banner_search_fields",
'val' => '[{"title":"Keyword","type":"keyword","position":"1"},{"title":"Location","type":"location","position":"2"},{"title":"Category","type":"category","position":"3"}]'
],
[
'name' => 'job_sidebar_cta',
'val' => '{"title":"Recruiting?","desc":"Advertise your jobs to millions of monthly users and search 15.8 million CVs in our database.","button":{"url":"#","name":"Start Recruiting Now","target":"_blank"},"image":"'.MediaFile::findMediaByName("ads-bg-4")->id.'"}',
],
[
'name' => 'job_location_search_style',
'val' => 'autocomplete',
]
]
);
}
}