EnggRoom

Full Version: project management system
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
1)Site will have member login capability.
2)Members can be added by admin only.
3)Sessions should change dynamically after some time.
4)Session will expire automatically if window lwft aidle for 10 minutes.
5)Admin can create new projects and add members to work on that project.
6)Every member can upload parts of project.That part will be visible to members working on that project only.
7)Members can send message to each other.
8)Message icon will show num of unread messages.Use AJAX for that.
9)Users can reply to that message.
10)Admin messages can be broadcasted or unicasted.

These are the initials.

Design database yourself

Keep all your codes modular so that it can be used again and again.Dont mess up codes.