From Text to Checklist?
Posted: Tue May 07, 2024 5:39 pm
Hi,
I do have a “real world” itch, that I'd like to scratch with OXT.
Use Case:
As a moderator in an online-meeting, I'd like to shuffle the list of participants and have the option to check/uncheck each name.
In detail, it's like this:
Once our meeting starts, I can extract the list of participants. It's plain text, one line in the string is one person.
I thought, I could paste the data into a text-area and hit a button.
Once the button was clicked, the names should be put into an array (or list?). That array/list should be shuffled/randomized.
Once shuffled, the items should be put into a list-view, where each entry should have a check-box.
The checkbox is necessary for me to track a progress in the meeting.
I'm sure this is possible, no doubt. But it's me, who doesn't know, where to start. Is there a widget for that? Is it a property of something? Do I have to combine multiple widgets (checkbox + list) and do the logic (scrolling etc.) on my own?
I'd appreciate any tips from you. Thank you!
I do have a “real world” itch, that I'd like to scratch with OXT.
Use Case:
As a moderator in an online-meeting, I'd like to shuffle the list of participants and have the option to check/uncheck each name.
In detail, it's like this:
Once our meeting starts, I can extract the list of participants. It's plain text, one line in the string is one person.
I thought, I could paste the data into a text-area and hit a button.
Once the button was clicked, the names should be put into an array (or list?). That array/list should be shuffled/randomized.
Once shuffled, the items should be put into a list-view, where each entry should have a check-box.
The checkbox is necessary for me to track a progress in the meeting.
I'm sure this is possible, no doubt. But it's me, who doesn't know, where to start. Is there a widget for that? Is it a property of something? Do I have to combine multiple widgets (checkbox + list) and do the logic (scrolling etc.) on my own?
I'd appreciate any tips from you. Thank you!