So I’ve been struggling with what I thought was a simple site but now has proven to be not so simple and I could use some advice from the good people of the EE community on how to proceed.
I have a site that consists of checklists of tasks that need to be completed by new employees. They need to be able to select/deselect each task as they complete them which can take anywhere from a week to a month. I already have the user registration framework set up using Zoo Visitor but I can’t figure out how to create the checklists. At first I thought each task list should be a channel with the individual tasks being channel fields in the group assigned to the channel. Then I could surface the checkboxes using Safecracker and save each users progress as an entry in that channel.
However, the questions need to be styled with paragraph breaks and links etc. and I can’t do this if each question is a channel field since those fields don’t support HTML formatting.
I also haven’t solved the problem of how to associate the task list entry with the proper user.
Maybe this is easier than I think and I’m just being a numbskull but I can’t seem to come up with a good strategy. To see what the final list should look like take a look at the development server which has a rough version of the front end:
If anyone has any ideas I would greatly appreciate it.