I am currently accepting authenticated users applications for our program via webforms. Users are also sending in letters of recommendation and a letter from another source to complete there application. In total there are three parts to this process.
My question:
I would like to post/update these users with the parts of the application process they have completed. Either on the page they see when they login or on a separate page they can click on, say "your application status".
i.e.,
Your online application is complete
Your letters of recommendations have not been received.
your letter from employer has been received.
I would like to allow the coordinator to login and be able to check these three options off for each authenticated user.
Does anyone have any recommendations on how to approach this task. I would like to accomplish this task within the framework of Drupal. I am not sure if there is a solution that makes doing this easy. Any help is welcome and thank you in advance.
I am not sure I am posting this in the correct place. Please let me know if there is a more appropriate section to post this kind of question.
Comments
You could try using CCK
You could try using CCK fields for each of these items (maybe implemented as checkboxes?), and link them to the authenticated user's account as a custom content type, using the Content Profile module. Then use permissions so that only internal employees can edit these fields, but users can still view their status.