Pralish / instructify

0 stars 0 forks source link

Roadmap advanced settings #18

Closed Pralish closed 10 months ago

Pralish commented 1 year ago

Add ability to edit nodes, edges, backgrounds etc. This will be a paid feature

Example: https://jerosoler.github.io/drawflow-theme-generator/

Pralish commented 1 year ago

@Riteshchaudhary710 , Please start this.

Create a jsonb column on roadmap called settings and store required custom settings:

here are list of data to be stored:

step_node: {
     background: 
     border_color: 
     border_width:
     font_size:
     font_color:
     font_family:
     box_shadow:
}

task_node: {
     background: 
     border_color: 
     border_width:     
     font_size:
     font_color:
     font_family:
    box_shadow:
}

step_edge: {
   type:
   width:
   color:
}

task_edge: {
   type:
   width:
   color:
}
Riteshchaudhary710 commented 12 months ago

@Pralish , Does these mentioned data should be set by default?

Pralish commented 11 months ago

@Riteshchaudhary710

Use https://www.stimulus-components.com/docs/stimulus-color-picker for color picker