Codeigniter: Checklist for new users & logistics of app
- by Kevin Brown
I'm developing my first web-app, and I'm working through logistics.
New users (At first login) need to complete a few things before they can use the app fully.
For example, they need to complete their profile before they can move on to step 2, which is taking a test.
What's the best way to go about creating a "new-user" checklist? I want it to be as simple as possible, coding wise, and as easy as possible for the user.