Hi Glide Community,
I’m currently developing a Kanban board and need some assistance with a feature. Specifically, I want to enhance the ticket page by displaying a comprehensive history of each ticket’s changes. This includes tracking and showing key events such as when the ticket was created and each time it transitions between different stages (e.g., from ‘To Do’ to ‘Doing’, and then to ‘Done’).
Could anyone advise on how best to structure a database or table to log these events? I’m looking to create a column that records all date and status changes for each ticket throughout its lifecycle.
Thanks in advance for your help and suggestions!