A task tracker with membership and logic

Hi,

With the new memberschip and logic in beta, i was wondering can i build a task tracker natively in webflow? I want users to log in, see task i defined and check them if there done. Users see there own tasks and there unique progress. Is this possible without third party webhooks?

Thanks!
Jitze, from the netherlands

You will need javascript for it, fields for user are limited, you can’t reference other collection items. You can create basically a text field and encode a json structure inside it, so you will need javascript to recreate that structure properly inside the html and to grab it from the server

Thanks for the insight pietrofalco!