rcdexta / react-trello

Pluggable components to add a kanban board to your application
https://rcdexta.com/react-trello/
MIT License
2.19k stars 481 forks source link

Time as Vertical Access #276

Open DrYSG opened 5 years ago

DrYSG commented 5 years ago

Any tips & level of difficulty getting this Kanban to be a scheduling board where:

  1. The vertical access is time for each task
  2. The cards have height proportional to the time the individual task takes
  3. The columns will be for resources (in our case repair stations)
dapi commented 5 years ago
  1. Resolved by laneSortFunction - https://github.com/rcdexta/react-trello#other-functions
  2. Resolved by card.style - https://github.com/rcdexta/react-trello/blob/master/stories/Styling.story.js#L86
  3. Ok ;)
DrYSG commented 5 years ago

@dapi This is really good. Thanks a lot. Any idea how I can have a grid or some other way of representing the calendar days as a background, and allow folks to place cards at day/week boundaries even if there is a gap between the end of one task to the next?

(I suppose we could ask folks to put in a gap task, so that all the cards in a column remain adjacent) but it would still be good to have a Y-Axis label or background grid - that is some way indicated the calendar.)

dapi commented 5 years ago

@DrYSG hi!

Sorry for long time answering. Really I have no ideas