Instructions for Creating an Information Systems Project
1. Choose a Real-World Problem or Domain
Identify a specific area or organization where an information system can improve efficiency,
decision-making, or service delivery.
Example domains: healthcare, education, retail, logistics, human resources, etc.
2. Define Project Scope and Objectives
Clearly state the goal of the project.
Define the problem you're solving and the expected outcome.
Mention what features your IS will have (e.g., inventory tracking, user management, report
generation).
3. Conduct a Requirement Analysis
Interview potential users/stakeholders (if possible) or do secondary research.
List functional requirements (what the system should do) and non-functional requirements
(performance, security, etc.).
4. Design the System
Create diagrams:
- Use Case Diagrams
- Data Flow Diagrams (DFDs) or Flowcharts
- ER Diagram (for database systems)
- System Architecture Diagram
Define system inputs, outputs, and processes.
5. Develop the System
Choose appropriate technologies (e.g., PHP/MySQL, Python/Django, Java, etc.).
Build a working prototype or fully functional system based on scope.
Follow good development practices (modular code, comments, version control if possible).
6. Test the System
Perform testing:
- Unit testing
- Integration testing
- User Acceptance Testing (UAT)
Collect feedback from users (mock or real) and refine the system.
7. Documentation
Prepare a professional report that includes:
- Title Page and Abstract
- Introduction and Background
- Problem Statement
- Objectives
- Methodology
- System Design and Architecture
- Implementation Details
- Screenshots of the working system
- Testing and Results
- Conclusion and Future Work
- References
8. Presentation
Prepare a PowerPoint presentation to showcase:
- The problem
- Your solution
- System features and demo
- Challenges faced
- Learnings
Evaluation Criteria (Sample)
Criteria
Problem Understanding
Design & Technical Skill
Innovation
Functionality
Testing & Results
Documentation
Presentation
Total
Marks
10
20
10
20
10
15
15
100
Sample Project Topic
“Design and Implementation of a Student Attendance Management System for a University
Department”