Hello Community,
I am looking for advice on how to produce a scheduling tool in Glide. We have an advanced app that handles task management and assignments to users well. However we want to take the next step and produce a resource profile chart.
Something similar to Resource Guru or Click Up. Where we can see which user is assigned to which project / task on a weekly calendar.
we have achieved a gantt chart on our app using quickcharts, but for the new feature we need more than a rendered image of a graph. We need a grid of users vs days. And we can add projects/task numbers to each cell of the grid.
has anyone had any success in doing this?
A few thoughts that might trigger ideas on your side:
- As you already know I think, there aren’t any native component to allow you to create a users x days table. So you’ll have to create it by hand somehow.
- The information of which users is allocated to which project/task on a weekly calendar does exist (presumably) in the your tables, so the problem to be solved is display the data, not creating it.
- Idea 1 to display the data: the custom AI component. Have you tried that component and prompting your need?
- Idea 2: An HTML table. I don’t know to what extent you can make the the data in an HTML table dynamic.
- Idea 3: Using an 3rd-party solution a la Quickcharts, but something dynamic. I don’t have any insight here but there might be solutions you could send your data to and then display inside your Glide app?