Skip to content

Gantt-Chart is a sample component that demonstrates what can be built with Lightning Web Components (LWC)

License

Notifications You must be signed in to change notification settings

martams71/GanttChart

 
 

Repository files navigation

GanttChart

Resource Allocation and Project Management

AppExchange Link: https://appexchange.salesforce.com/appxListingDetail?listingId=a0N3A00000FMaanUAD

Gantt-Chart was built to work with 2 core objects with a junction object between them. In the sample code we have Projects and Resources. Resources can be allocated to Projects using the Allocation junction object. This can be adapted to fit any scenario such as, Meetings to Rooms, or Trucks to Deliveries.

Key Features Dealing with time, both daily and weekly allocations Drag allocations to expand their time range Click on time range to add allocation Filter allocations by type / role Operates in 3 different modes

/*

About

Gantt-Chart is a sample component that demonstrates what can be built with Lightning Web Components (LWC)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.3%
  • HTML 10.3%
  • Apex 7.3%
  • CSS 1.9%
  • Shell 0.2%