mickesv / LSRE-ReleasePlanningProject

Requirements for a Course Management System
MIT License
1 stars 1 forks source link

First login #63

Open mickesv opened 8 years ago

mickesv commented 8 years ago

The first time a user logs into the system the user's personal profile shall be shown so that the user may provide additional information about him/herself.

What if the user decides not to provide any additional information, which means that the user has an incomplete profile?

akshaymagapu commented 8 years ago

User can edit the information in profile anytime whenever the user likes. So it does not mean user has an incomplete profile. But sensitive information like personal number changing should be restricted based on number of changes.

sarat534 commented 8 years ago

If the user profile is not complete we can add a feature at the side of the page which tracks the progress of completion of the profile, at the end we can keep a message telling that profile should be 100% complete and user should be able to see this and complete the profile.

mickesv commented 8 years ago

@sarat534 Good. Add the requirements for it.