diff --git a/apps/backend/assets/templates/agileDevelopment/cover.jpg b/apps/backend/assets/templates/agileDevelopment/cover.jpg new file mode 100644 index 000000000..48a1f499e Binary files /dev/null and b/apps/backend/assets/templates/agileDevelopment/cover.jpg differ diff --git a/apps/backend/assets/templates/agileDevelopment/image1.png b/apps/backend/assets/templates/agileDevelopment/image1.png new file mode 100644 index 000000000..cb98166a7 Binary files /dev/null and b/apps/backend/assets/templates/agileDevelopment/image1.png differ diff --git a/apps/backend/assets/templates/agileDevelopment/image2.png b/apps/backend/assets/templates/agileDevelopment/image2.png new file mode 100644 index 000000000..4293a61af Binary files /dev/null and b/apps/backend/assets/templates/agileDevelopment/image2.png differ diff --git a/apps/backend/assets/templates/agileDevelopment/image3.png b/apps/backend/assets/templates/agileDevelopment/image3.png new file mode 100644 index 000000000..f8990766e Binary files /dev/null and b/apps/backend/assets/templates/agileDevelopment/image3.png differ diff --git a/apps/backend/assets/templates/hr/cover.jpg b/apps/backend/assets/templates/hr/cover.jpg new file mode 100644 index 000000000..e063ddd27 Binary files /dev/null and b/apps/backend/assets/templates/hr/cover.jpg differ diff --git a/apps/backend/assets/templates/hr/image1.png b/apps/backend/assets/templates/hr/image1.png new file mode 100644 index 000000000..5b95ce12f Binary files /dev/null and b/apps/backend/assets/templates/hr/image1.png differ diff --git a/apps/backend/assets/templates/hr/image2.png b/apps/backend/assets/templates/hr/image2.png new file mode 100644 index 000000000..59f93ced1 Binary files /dev/null and b/apps/backend/assets/templates/hr/image2.png differ diff --git a/apps/backend/assets/templates/hr/image3.png b/apps/backend/assets/templates/hr/image3.png new file mode 100644 index 000000000..aca49ce92 Binary files /dev/null and b/apps/backend/assets/templates/hr/image3.png differ diff --git a/apps/backend/assets/templates/hr/image4.png b/apps/backend/assets/templates/hr/image4.png new file mode 100644 index 000000000..313700a14 Binary files /dev/null and b/apps/backend/assets/templates/hr/image4.png differ diff --git a/apps/backend/assets/templates/hr/image5.png b/apps/backend/assets/templates/hr/image5.png new file mode 100644 index 000000000..ac981746a Binary files /dev/null and b/apps/backend/assets/templates/hr/image5.png differ diff --git a/packages/persistence/src/template/template-data.ts b/packages/persistence/src/template/template-data.ts index 009912f9e..cbed464d8 100644 --- a/packages/persistence/src/template/template-data.ts +++ b/packages/persistence/src/template/template-data.ts @@ -6,6 +6,157 @@ function getTemplateImage(folder: string, file: string) { } export const templateData: ITemplateDTO[] = [ + { + id: "6ba7b815-9dad-11d1-80b4-00c04fd430c8", + icon: "๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ฆ", + name: "Human Resource Management", + categories: ["hr"], + cover: getTemplateImage("hr", "cover.jpg"), + images: [ + getTemplateImage("hr", "image1.png"), + getTemplateImage("hr", "image2.png"), + getTemplateImage("hr", "image3.png"), + getTemplateImage("hr", "image4.png"), + getTemplateImage("hr", "image5.png"), + ], + description: "A template for managing human resources, including employees, positions, and departments.", + detail: ` +

UnDB Human Resource Management Template: Streamline Your HR Processes

+ +

Comprehensive HR Management Features for Modern Businesses

+ +

UnDB's Human Resource Management template offers a powerful set of tools to revolutionize your HR operations:

+ +

Employee Management System

+ + +

Department and Payroll Administration

+ + +

Leave Management and Performance Evaluation

+ + +

Benefits of UnDB's HR Software Template

+ +

Transform your human resources processes with our comprehensive solution:

+ + + +

HR Template Structure

+ +

Our HR management system includes five key components:

+ +
    +
  1. Employees Database
  2. +
  3. Departments Tracker
  4. +
  5. Payroll Management System
  6. +
  7. Time Off Request Platform
  8. +
  9. Performance Review Module
  10. +
+ +

Getting Started with UnDB's HR Template

+ +

Follow these steps to implement our HR solution:

+ +
    +
  1. Import the HR template to your UnDB workspace
  2. +
  3. Customize fields and views to match your organization
  4. +
  5. Input employee and department data
  6. +
  7. Configure leave request and performance review workflows
  8. +
  9. Start tracking payroll and departmental budgets
  10. +
+ +

Frequently Asked Questions

+ +

Q: Is UnDB's HR template suitable for small businesses?

+

A: Yes, our template is scalable and can be customized for businesses of all sizes.

+ +

Q: Can I integrate this template with other HR tools?

+

A: UnDB offers various integration options. Contact our support team for specific integration queries.

+ +

Q: How secure is the employee data in this system?

+

A: We prioritize data security with encryption and access controls.

+ +

Transform your HR processes today with UnDB's comprehensive Human Resource Management template!

+ + `, + template: { + type: "base", + template: templates.hr as IBaseTemplateDTO, + }, + }, + { + id: "6ba7b816-9dad-11d1-80b4-00c04fd430c8", + icon: "๐Ÿ”", + name: "Agile Development Management", + categories: ["development", "agile", "startup"], + cover: getTemplateImage("agileDevelopment", "cover.jpg"), + images: [ + getTemplateImage("agileDevelopment", "image1.png"), + getTemplateImage("agileDevelopment", "image2.png"), + getTemplateImage("agileDevelopment", "image3.png"), + ], + description: "A template for managing agile development projects, including requirements, tasks, and defects.", + detail: ` +

Optimize Your Agile Development Process: UnDB's Agile Development Management Template

+ +

Comprehensive Agile Development Management Features

+

UnDB's Agile Development Management template offers a powerful set of tools to enhance your agile development process:

+ + +

Why Choose UnDB for Agile Development Management?

+

UnDB offers unique advantages for your agile development needs:

+ + +

Getting Started with UnDB's Agile Development Template

+

Follow these steps to implement our agile development solution:

+
    +
  1. Import the Agile Development template to your UnDB workspace
  2. +
  3. Customize fields and views to match your team's agile processes
  4. +
  5. Input your project requirements and create initial tasks
  6. +
  7. Set up iterations or sprints and assign team members
  8. +
  9. Start tracking progress, managing defects, and monitoring team performance
  10. +
+ +

Transform your agile development process today with UnDB's comprehensive Agile Development Management template!

+ `, + template: { + type: "base", + template: templates.agileDevelopment as IBaseTemplateDTO, + }, + }, { id: "550e8400-e29b-41d4-a716-446655440000", icon: "๐Ÿš€", @@ -236,147 +387,6 @@ export const templateData: ITemplateDTO[] = [ template: templates.socialMediaContent as IBaseTemplateDTO, }, }, - { - id: "6ba7b815-9dad-11d1-80b4-00c04fd430c8", - icon: "๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ฆ", - name: "Human Resource Management", - categories: ["hr"], - cover: getTemplateImage("hr", "cover.jpg"), - images: [getTemplateImage("hr", "image1.png"), getTemplateImage("hr", "image2.png")], - description: "A template for managing human resources, including employees, positions, and departments.", - detail: ` -

UnDB Human Resource Management Template: Streamline Your HR Processes

- -

Comprehensive HR Management Features for Modern Businesses

- -

UnDB's Human Resource Management template offers a powerful set of tools to revolutionize your HR operations:

- -

Employee Management System

- - -

Department and Payroll Administration

- - -

Leave Management and Performance Evaluation

- - -

Benefits of UnDB's HR Software Template

- -

Transform your human resources processes with our comprehensive solution:

- - - -

HR Template Structure

- -

Our HR management system includes five key components:

- -
    -
  1. Employees Database
  2. -
  3. Departments Tracker
  4. -
  5. Payroll Management System
  6. -
  7. Time Off Request Platform
  8. -
  9. Performance Review Module
  10. -
- -

Getting Started with UnDB's HR Template

- -

Follow these steps to implement our HR solution:

- -
    -
  1. Import the HR template to your UnDB workspace
  2. -
  3. Customize fields and views to match your organization
  4. -
  5. Input employee and department data
  6. -
  7. Configure leave request and performance review workflows
  8. -
  9. Start tracking payroll and departmental budgets
  10. -
- -

Frequently Asked Questions

- -

Q: Is UnDB's HR template suitable for small businesses?

-

A: Yes, our template is scalable and can be customized for businesses of all sizes.

- -

Q: Can I integrate this template with other HR tools?

-

A: UnDB offers various integration options. Contact our support team for specific integration queries.

- -

Q: How secure is the employee data in this system?

-

A: We prioritize data security with encryption and access controls.

- -

Transform your HR processes today with UnDB's comprehensive Human Resource Management template!

- - `, - template: { - type: "base", - template: templates.hr as IBaseTemplateDTO, - }, - }, - { - id: "6ba7b816-9dad-11d1-80b4-00c04fd430c8", - icon: "๐Ÿ”", - name: "Agile Development Management", - categories: ["development", "agile", "startup"], - cover: getTemplateImage("agileDevelopment", "cover.jpg"), - images: [getTemplateImage("agileDevelopment", "image1.png"), getTemplateImage("agileDevelopment", "image2.png")], - description: "A template for managing agile development projects, including requirements, tasks, and defects.", - detail: ` -

Optimize Your Agile Development Process: UnDB's Agile Development Management Template

- -

Comprehensive Agile Development Management Features

-

UnDB's Agile Development Management template offers a powerful set of tools to enhance your agile development process:

- - -

Why Choose UnDB for Agile Development Management?

-

UnDB offers unique advantages for your agile development needs:

- - -

Getting Started with UnDB's Agile Development Template

-

Follow these steps to implement our agile development solution:

-
    -
  1. Import the Agile Development template to your UnDB workspace
  2. -
  3. Customize fields and views to match your team's agile processes
  4. -
  5. Input your project requirements and create initial tasks
  6. -
  7. Set up iterations or sprints and assign team members
  8. -
  9. Start tracking progress, managing defects, and monitoring team performance
  10. -
- -

Transform your agile development process today with UnDB's comprehensive Agile Development Management template!

- `, - template: { - type: "base", - template: templates.agileDevelopment as IBaseTemplateDTO, - }, - }, ] if (env.NODE_ENV === "development") {