|
1 | 1 | import { env } from "@undb/env" |
2 | | -import { templates, type IBaseTemplateDTO, type ITemplateDTO } from "@undb/template" |
| 2 | +import { templates,type IBaseTemplateDTO,type ITemplateDTO } from "@undb/template" |
3 | 3 |
|
4 | 4 | function getTemplateImage(folder: string, file: string) { |
5 | 5 | return env.UNDB_BASE_URL + "/assets/templates/" + folder + "/" + file |
@@ -236,46 +236,46 @@ export const templateData: ITemplateDTO[] = [ |
236 | 236 | template: templates.socialMediaContent as IBaseTemplateDTO, |
237 | 237 | }, |
238 | 238 | }, |
239 | | - { |
240 | | - id: "6ba7b815-9dad-11d1-80b4-00c04fd430c8", |
241 | | - icon: "👨👧👦", |
242 | | - name: "Human Resource Management", |
243 | | - categories: ["hr"], |
244 | | - cover: getTemplateImage("hr", "cover.jpg"), |
245 | | - images: [getTemplateImage("hr", "image1.png"), getTemplateImage("hr", "image2.png")], |
246 | | - description: "A template for managing human resources, including employees, positions, and departments.", |
247 | | - detail: ` |
248 | | - <h1>Streamline Your Human Resource Management with UnDB's HR Management Template</h1> |
249 | | - <h2>Comprehensive HR Management Features</h2> |
250 | | - <p>UnDB's HR Management template offers a powerful set of tools to enhance your human resource management:</p> |
251 | | - <ul> |
252 | | - <li>Employee Management: Easily create, assign, and monitor employee records</li> |
253 | | - <li>Department Organization: Efficiently structure and manage company departments</li> |
254 | | - <li>Payroll Administration: Track and manage employee compensation, including salaries, bonuses, and benefits</li> |
255 | | - <li>Performance Evaluation: Set up and conduct regular performance reviews and goal-setting sessions</li> |
256 | | - <li>Time Off Management: Streamline the process of requesting, approving, and tracking employee leave</li> |
257 | | - <li>Recruitment and Onboarding: Manage job postings, applications, and new employee onboarding processes</li> |
258 | | - <li>Training and Development: Plan and track employee training programs and career development initiatives</li> |
259 | | - <li>Compliance Management: Ensure adherence to labor laws and company policies</li> |
260 | | - <li>Reporting and Analytics: Generate insightful reports on various HR metrics for data-driven decision making</li> |
261 | | - </ul> |
262 | | - <h2>Benefits of Using UnDB's HR Management Template</h2> |
263 | | - <p>Implementing our HR Management template can bring numerous advantages to your organization:</p> |
264 | | - <ul> |
265 | | - <li>Increased Efficiency: Automate routine HR tasks and streamline workflows</li> |
266 | | - <li>Improved Data Accuracy: Centralize employee information and reduce errors in record-keeping</li> |
267 | | - <li>Enhanced Employee Experience: Provide self-service options for employees to access their information</li> |
268 | | - <li>Better Decision Making: Leverage HR analytics to make informed strategic decisions</li> |
269 | | - <li>Scalability: Easily adapt the template to your growing organization's needs</li> |
270 | | - <li>Cost Savings: Reduce administrative overhead and optimize resource allocation</li> |
271 | | - </ul> |
272 | | - <p>Start transforming your HR processes today with UnDB's comprehensive HR Management template!</p> |
273 | | - `, |
274 | | - template: { |
275 | | - type: "base", |
276 | | - template: templates.hr as IBaseTemplateDTO, |
277 | | - }, |
278 | | - }, |
| 239 | + // { |
| 240 | + // id: "6ba7b815-9dad-11d1-80b4-00c04fd430c8", |
| 241 | + // icon: "👨👧👦", |
| 242 | + // name: "Human Resource Management", |
| 243 | + // categories: ["hr"], |
| 244 | + // cover: getTemplateImage("hr", "cover.jpg"), |
| 245 | + // images: [getTemplateImage("hr", "image1.png"), getTemplateImage("hr", "image2.png")], |
| 246 | + // description: "A template for managing human resources, including employees, positions, and departments.", |
| 247 | + // detail: ` |
| 248 | + // <h1>Streamline Your Human Resource Management with UnDB's HR Management Template</h1> |
| 249 | + // <h2>Comprehensive HR Management Features</h2> |
| 250 | + // <p>UnDB's HR Management template offers a powerful set of tools to enhance your human resource management:</p> |
| 251 | + // <ul> |
| 252 | + // <li>Employee Management: Easily create, assign, and monitor employee records</li> |
| 253 | + // <li>Department Organization: Efficiently structure and manage company departments</li> |
| 254 | + // <li>Payroll Administration: Track and manage employee compensation, including salaries, bonuses, and benefits</li> |
| 255 | + // <li>Performance Evaluation: Set up and conduct regular performance reviews and goal-setting sessions</li> |
| 256 | + // <li>Time Off Management: Streamline the process of requesting, approving, and tracking employee leave</li> |
| 257 | + // <li>Recruitment and Onboarding: Manage job postings, applications, and new employee onboarding processes</li> |
| 258 | + // <li>Training and Development: Plan and track employee training programs and career development initiatives</li> |
| 259 | + // <li>Compliance Management: Ensure adherence to labor laws and company policies</li> |
| 260 | + // <li>Reporting and Analytics: Generate insightful reports on various HR metrics for data-driven decision making</li> |
| 261 | + // </ul> |
| 262 | + // <h2>Benefits of Using UnDB's HR Management Template</h2> |
| 263 | + // <p>Implementing our HR Management template can bring numerous advantages to your organization:</p> |
| 264 | + // <ul> |
| 265 | + // <li>Increased Efficiency: Automate routine HR tasks and streamline workflows</li> |
| 266 | + // <li>Improved Data Accuracy: Centralize employee information and reduce errors in record-keeping</li> |
| 267 | + // <li>Enhanced Employee Experience: Provide self-service options for employees to access their information</li> |
| 268 | + // <li>Better Decision Making: Leverage HR analytics to make informed strategic decisions</li> |
| 269 | + // <li>Scalability: Easily adapt the template to your growing organization's needs</li> |
| 270 | + // <li>Cost Savings: Reduce administrative overhead and optimize resource allocation</li> |
| 271 | + // </ul> |
| 272 | + // <p>Start transforming your HR processes today with UnDB's comprehensive HR Management template!</p> |
| 273 | + // `, |
| 274 | + // template: { |
| 275 | + // type: "base", |
| 276 | + // template: templates.hr as IBaseTemplateDTO, |
| 277 | + // }, |
| 278 | + // }, |
279 | 279 | ] |
280 | 280 |
|
281 | 281 | if (env.NODE_ENV === "development") { |
|
0 commit comments