dschibster / GanttChart

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

Home Page:https://appexchange.salesforce.com/appxListingDetail?listingId=a0N3A00000FMaanUAD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

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

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 80.3%Language:HTML 10.3%Language:Apex 7.3%Language:CSS 1.9%Language:Shell 0.2%