Trello like interface?

Is there a way to create a Trello-like interface in Retool for project management?

Hi @pdamato :wave: thanks for the great question!

Absolutely! While there isn't a project management board component available out-of-the-box, you could consider implementing a ListView component for each status column on the board, within which you could iteratively display each task's metadata. This may also be a great use case for Retool modules, which would allow you to define and re-use the board status column components/queries per different status.

Let me know if that helps out!

Yes, I like the ListView component. Thanks!