Project Management Using Data Mining
Project Management Using Data Mining
CSEIT1722253 | Received : 07 April 2017 | Accepted : 16 April 2017 | March-April-2017 [(2)2: 806-808] 806
Figure 1. System Architecture
The proposed system is Android Application for b. System Components
faculty or for project leaders. Using this application a
project leader can have a look of a project, he is Web Application
undertaking, as well as the information about any This would be created using asp.net. It would be an
student. It will show following fields if searched for a interface via which students would enter information
project: captured at local offices. The information captured
1. Project’s Name would be stored on a central database.
2. Description
3. Duration Database Server
4. Number of students assigned This component would host the database which would
5. Number of resources allotted store information that would be captured at local
6. Department offices. The data would be hosted in a Microsoft SQL
databases and accessed by android application.
And Employee information as follows:
1. Employee Name. Web Service
2. A project he is working upon. This would enable information to be exchanged
3. Grade. between the database and android application cannot
4. Achievements. communicate directly with database.
5. E-mail Id.
6. Contact No. Android Application
7. Designation. This would enable application that would access the
8. Status of the project database over the internet, retrieve and display a
summarized version of the data captured in the
The project leader can add a project, make updates standard APIs to ensure that all components across the
to any project, assign any student to any particular system are database.
project and can remove any student according to
his performance. He can analyze a project and take Android
crucial decisions.
He will also come to know about project relevant Android is an operating system for mobile devices such
news and notices and can try to upgrade its status. as SMART phones and tablet computers. It is
It also provides facilities like messaging and quick developed by the Open Handset Alliance led by
notes. Google.Android consists of a kernel based on the Linux
After certain period of time, an alert message will kernel, with middleware, libraries and APIs written in
be sent to project members to make aware about C and application software running on an application
deadline. framework which includes Java-compatible libraries
A project leader can verify how much work is done based on Apache Harmony. Android uses the Dalvik
by using remote desktop technique, in case any virtual machine with just-in-time compilation to run
member fakes. compiled Java code. Android has a large community of
developers writing applications ("apps") that extend the
III. DESIGN AND IMPLEMENTATION functionality of the devices.
PHP