Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nvinayvarma189/sdms
This repository is for the case-study project which is a student management system.
https://github.com/nvinayvarma189/sdms
academic-project hashmap java sdms student-database-management-system student-management students
Last synced: 7 days ago
JSON representation
This repository is for the case-study project which is a student management system.
- Host: GitHub
- URL: https://github.com/nvinayvarma189/sdms
- Owner: nvinayvarma189
- Created: 2018-02-28T21:28:55.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-10T09:17:53.000Z (about 6 years ago)
- Last Synced: 2024-10-28T00:22:59.691Z (about 2 months ago)
- Topics: academic-project, hashmap, java, sdms, student-database-management-system, student-management, students
- Language: Java
- Homepage:
- Size: 22.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SDMS
This repository is for the mini projects which is a student management systemAuthor : N.Vinay Varma
Java Project : Students Dairy
This project was first built with many classes and later on reduced and made the classes
only if they are needed and the common functions are completely utilized using the oops concepts.This project is mainly build through HashMap and few text files. Initially the project
has three students. We can perform any operations on them including viewing thier academic and
personal activities and performance.These details can be inputed by the councellor
and faculty and can be viewed by the students and parents.The main block used in this project is HashMap, because pairing the details of the
student with his roll number is quite easy.**The extra feautures added in this project which are not available in the Universty's Management System (AUMS) :**
1. The councellor can add any number of students and can input the details so that
the added students can view their details.2. The Councellor can input the behaviour of the student in class hours and this
behaviour can be viewed by the faculty, Councellor, parents and not by the student.3. Instead of being in dilema whether if a student's duty leaves are approve dor not.
The student can view the number of duty leaves that are approved, which can be
inputted by the councellor.The duty leave details can also be viewed by the faculty and they
can update the students attendance.### To Try it:
**compile:** StudentDairy.java Home.java Main.java Student.java Faculty.java Councellor.java