Untitled

 avatar
unknown
plain_text
2 years ago
5.2 kB
7
Indexable
PARENT_CATEGORY_MAP = {
    'Tags' => {
      svg_name: 'feather/tag',
      color: 'primary',
      description: ''
    }, 'Developer' => {
      svg_name: 'feather/codepen',
      color: 'blue',
      description: 'A developer is a person who writes and tests code for software applications or systems. Developers can work on a wide range of projects, including building websites, mobile apps, or backend systems.'
    }, 'Sales' => {
      svg_name: 'feather/chart',
      color: 'red',
      description: 'Sales professionals are responsible for generating revenue by selling products or services to customers. This can involve identifying and pursuing new leads, negotiating deals, and building relationships with clients.'
    }, 'Product' => {
      svg_name: 'feather/package',
      color: 'lavender',
      description: "Product professionals are responsible for the development and management of a company's products, from conceptualization to launch. This can include market research, product design, and working with cross-functional teams to ensure that the product meets the needs of the target market."
    }, 'Marketing' => {
      svg_name: 'feather/breakout-chart',
      color: 'green',
      description: "Marketing professionals are responsible for promoting a company's products or services to potential customers. This can include developing marketing campaigns, creating marketing materials, and analyzing data to understand consumer behavior and trends."
    }, 'Design' => {
      svg_name: 'feather/bezier-curve',
      color: 'primary',
      description: 'Design professionals are responsible for creating visual and interactive elements for products or services. This can include creating logos, website layouts, and user interface designs.'
    }, 'Finance' => {
      svg_name: 'feather/pie-chart-2',
      color: 'gray',
      description: "Finance professionals are responsible for managing a company's financial affairs, including budgeting, forecasting, and analyzing financial data. This can involve working with financial statements, developing financial strategies, and conducting financial analysis."
    }, 'Customer Service' => {
      svg_name: 'feather/chat-smiley',
      color: 'teal',
      description: 'Customer service professionals are responsible for interacting with customers to address their inquiries, complaints, or concerns. This can include answering phone calls, responding to emails, or providing support through live chat.'
    }, 'Management' => {
      svg_name: 'feather/presentation',
      color: 'yellow',
      description: 'Management professionals are responsible for leading and directing teams within a company. This can involve setting goals, creating plans, and coordinating resources to achieve business objectives.'
    }, 'Human Resources' => {
      svg_name: 'feather/smile',
      color: 'orange',
      description: 'Human resources professionals are responsible for managing the personnel and administrative aspects of a company. This can include recruiting, hiring, and training employees, as well as handling employee benefits and performance evaluations.'
    }, 'Hardware Engineer' => {
      svg_name: 'feather/display-xdr',
      color: 'blue',
      description: 'Hardware engineers are responsible for designing, testing, and maintaining hardware components and systems. This can include computer hardware, such as processors and motherboards, as well as other types of electronic or mechanical systems.'
    }, 'Data Science' => {
      svg_name: 'feather/data',
      color: 'pink',
      description: 'Data science professionals are responsible for analyzing and interpreting large sets of data to uncover insights and inform decision-making. This can involve working with machine learning algorithms, statistical analysis, and data visualization tools.'
    }, 'Growth' => {
      svg_name: 'feather/rocket',
      color: 'green',
      description: 'Growth professionals are responsible for identifying and implementing strategies to drive the growth of a company. This can involve analyzing data to understand customer behavior, developing marketing campaigns, or identifying new opportunities for growth.'
    }, 'Content Creator' => {
      svg_name: 'feather/stars-02',
      color: 'green',
      description: 'Content creators are responsible for developing and producing written, audio, or visual content for a variety of platforms. This can include creating blog posts, social media posts, or video content.'
    }, 'Legal' => {
      svg_name: 'feather/scales',
      color: 'gray',
      description: 'Legal professionals are responsible for providing legal advice and representation to individuals or organizations. This can involve drafting contracts, conducting legal research, and representing clients in legal proceedings.'
    }, 'Operations' => {
      svg_name: 'feather/check-circle',
      color: 'yellow',
      description: 'Operations professionals are responsible for managing and coordinating the day-to-day activities of a company. This can include managing supply chain and logistics, overseeing production processes, and ensuring that the company is running efficiently.'
    }
  }.freeze
Editor is loading...