I need to create a Gantt chart. I already have a package that does the frontend, and it also has built in calculation function. But when I have a large dataset (>500 tasks) it degrades performance, therefore I'm trying to provide this from backend (disabling the frontend calculation).
Has anyone faced this challenge? Even though implement PERT/CPM logic does seems feasible, I'm wondering what I may have not yet aware of. I'm working at .Net Core.