Plugin Preview
About this plugin
To work with the plugin, you need to upload a JSON file containing the following structure:
1. name: an array of objects, each representing the name of a company.
- name: a string containing the name of the company.
2. goals: an array of objects, each describing an annual goal for the company.
- name: a string describing a specific goal.
- color: a string in HEX format representing a color associated with the goal for visual representation.
3. departmentTasks: an array of objects, each containing information about departmental tasks by month.
- department: a string indicating the name of the department to which the task belongs.
- month: a number indicating the month in which the task is to be completed.
- date: a string representing the specific date of task completion in DD.MM format.
- task: a string describing the task.
- performer: a string, the name of the task performer.
- group: a string indicating the group or team to which the performer belongs.
- status: a string describing the current status of the task ("Готово", "В процессе", "Просрочен").
Example JSON structure for the plugin:
{
"name": [
{
"name": "Company Name"
}
],
"goals": [
{
"name": "Goal Description",
"color": "HEX color code"
}
],
"departmentTasks": [
{
"department": "Department Name",
"colorDep": "HEX color code",
"month": month number,
"date": "DD.MM",
"task": "Task Description",
"performer": "Performer's Name",
"group": "Performer's Group or Team",
"status": "Current Task Status"
}
]
}
This structure allows the plugin to correctly interpret and visualize data about the company, its annual goals, and monthly departmental tasks, enhancing project management and team communication.
Plugin Details
Version | 4 |
---|---|
Created | March 29, 2024 |
Last Updated | April 23, 2024 |
Category | strategic-planning |
Creator | Мария Михайлова |
Stats | 31 installs, 13 likes |
Pricing | Free |
Technical Details
- API:1.0.0
- UI:ui.html
- main:code.js
- Document Access:dynamic-page
- Editor Types:figma
- Allowed Domains:
- none
More Like This
Discover other plugins in the strategic-planning category.