Back to Plugins
Roadmap

Roadmap

Making roadmap from JSON

goal-trackersproject-management

Plugin Preview

Roadmap 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

Version4
CreatedMarch 29, 2024
Last UpdatedApril 23, 2024
Categorystrategic-planning
CreatorМария Михайлова
Stats31 installs, 13 likes
PricingFree

Technical Details

  • API:1.0.0
  • UI:ui.html
  • main:code.js
  • Document Access:dynamic-page
  • Editor Types:
    figma
  • Allowed Domains:
    • none