I am developing an application where users are required to build and execute checklists.
The concept is easy and the code not hard but I am struggling to find an intuitive mechanism for them to do so.
The process it pretty simple:
- They can produce a checklist from some base checklists (they are allowed to import more than one).
- The checklist gets mapped to a work item (not mandatory)
- There are some additional details like name , etc that need to be filled in
- They should also be allowed to edit the checklist
I had initial prototyped a windows application where I used a wizard driven approach but now they want it on the web and it has got me stuck.
Was thinking about Chrome's Option menu UI design with the overlapping as a possible solution.
Some advice/idea's would be greatly appreciated.
