Thursday, March 4, 2010

Flow chart for project status

When you start planning about a software/web development you need to show and admit from the client and then inform about your plan to the developers. The easy way is a flow chart. That means you can show what are the pages of window coming one after another in your project. Here is an example:

Flow chart for project status

There will two kind of admin.
1. admin
Admin will have full control to add, edit and delete any kind of information.

2. developer
Developers will be able to view all tasks and will be able to add, edit of their own assigned tasks.

For Admin User

Login
|
Main admin page
| -> Add new developer -> Add developer
| -> View/edit developer info/task -> List of developer -> View developer info -> Edit developer info
| -> Delete developer -> List of developer -> Delete developer info
| -> Add new client -> Add client form
| -> View/edit client info -> List of client -> View client info -> Edit client info
| -> Delete client -> List of client -> View client info -> Edit client info
| -> Delete client -> List of client -> Delete client info
| -> Add new project -> Add project form
| -> View/edit project -> List of project -> View project info -> Edit project info
| -> Delete project -> List of project -> Delete project info
| -> Add new task -> Add task form
| -> View/edit task info -> List of task -> View task info -> Edit task info
| -> Delete task -> List of task -> Delete task info
| -> Create new user -> Add new user form
| -> Change password -> Change password form
| -> Send mail
| -> Archive
For Developer
Login
|
Developer’s main page0
| -> Project list -> Task list -> Task details -> Edit task form -> Update task
| -> Developer’s info -> Developer’s info edits form -> Update developer’s info
| -> Change Developer’s password form -> Update developer’s password
| -> Send mail
| -> Archive

No comments: