I have an idea I'm working on and not sure if phprunner can do it.
First I built an app that has 187 items that need to be done by my users. This way they can easily search and see what items they need to do. This is for a video game they play.
Next, I would like a way for users to login and be able to check off items they have done so they can keep track of what is remaining for them to do.
I know all about permission/ownership in phprunner - but this is not a situation where I'm assigning these tasks to Joe and another 20 tasks to Sally. This is a situation where thousands of people may all have different sets of items checked off out of the 187.
Has anyone done something like this? How? Just starting my research on this. I know how to hand code something like this, but would prefer to use phprunner to cut down development time as this is just a hobby project.