-
Notifications
You must be signed in to change notification settings - Fork 33
Description
Hi! This is not an issue, more of a questions, so feel free to delete if it doesn't seem suited here.
I'm coding my first Shiny app and I would like to have a bucket list with empty slots to create a partial ranking, i.e. allow people to maybe put something on spots 1, 3 and 7 and skip everything else. ChatGPT made me a "prototype" just so I know it's possible https://annapla.shinyapps.io/twist_ranking/ (let me know if you want me to attach the code). But my goal now is to code from scratch myself to understand it and also to improve – for example, I'd love to have both left and right columns of fixed height, not changing dynamically, and also keep the two column layout on mobile too.
My questions is – how would you code bucket list with empty slots properly with your package? Thanks!
P.S. And yes, the app is about ranking different flavours of sweets 😃