Hello,
I’m relatively new to using the Wix Editor, and I wanted to know if there’s a way to create a list of tasks that my employees can select from to work on, and if they select a task I would like it to either be removed from the list or “greyed out” so that no one else can attempt to select that task.
Additionally, I would like to be able to keep a track of who has selected which task and when to ensure deadlines are being met. Is there a way to do this using what’s available on the Editor? Any advice would be really appreciated.
Sound like somekind of a —> ToDoList <—
As of my knowledge, there no such an element given in Wix to be used.
But you can create one on your own in custom mode.
In your wished functionality there are several tasks.
You will need a database, where you would store all the informations.
You maybe would use a DATAPICKER to organize DEADLINES.
You will need a repeater to be able to generate the TODOList function itself.
Other way would be to find a ready ToDoList and implement it into your wix.site, for example like this one…
…or this one…
…or this one…
…or this one…
Or you read the following post and check out an already created solution by one of experienced VELO-CODER, for example here…
I’ve been playing with the new Editor with particular attention to developers’ experience and here is a list of feedback
For that experiment, I built a todo list app and you can test it here: [https://enhancementstudio.wixstudio.io/studio-test ](https://Todo list experiment)
(project: Log In to Your Wix Account - Wix.com )
You can find my feature-by-feature analysis below but to sum up, I feel like that editor has been geared toward designers and that developers are left behind now that we have…
I want a To Do List for employees that they can add to and cross off on the front end of the site. We are using WIX as a private employee site, not a public, retail site.
…or you engage a CODER to create you your wished specific function/functionalityfeature.
There are many ways to your success!!!
Wow! Thank you so much for all the information. I will look into the options you’ve given me. Again, thank you! I really appreciate it!