Design & Development of Educational Institutions Grievances Portal Project

Currently, there is a portal name Grievances portal similar to this. In the grievances, portal people can share their local problems and their solutions are provided by anyone. But in our portal people can share problems of any region and they are taken up by colleges of the region facing problems. This helps several institutes to work collaboratively on a large scale.

Introduction: 

This Educational Institutions Grievances Portal Project report gives a scope description and overview of everything included in the Project Report.

The following is the overview:

Purpose:

The purpose of this report is to give a detailed description of finding and solving common issues with educational institutions. It will illustrate the complete declaration and purpose for the development of the system. It will illustrate an interaction, constraints, and interface between different users of the system.

System Overview:

This Grievances Portal Project takes the problems faced by students of a particular institute as input in the form of upvotes or posting a problem. All users have to log in using Google authentication facebook or any social media platform. This helps to keep the track of users participating.

The institute first has to register so that it is possible to keep a track of which colleges are participating. All the passwords of institutes are encoded using ​md5 ​and the colleges can then take up the problems about a particular locality and can do collaborative projects to solve them.

The solutions are generally provided in the form of videos which is easily understandable to the local public. But before posting solutions, the colleges have to first check for the authenticity of the problems. They can mark any solution as duplicate or bogus.

This ensures any unrelevant problems from reaching admin and the system is thus maintained. Finally, a report is generated in the form of an excel sheet that helps the admin to know the problems existing in our country. This file can be downloaded as well.

Model of Solution:

Goals:

The Grievances Portal Project aims for semantic text/web page classifications. It provides a better and more comprehensible platform for posting college-level problems and finding solutions. It is extremely user-friendly and easy to use.

Objective / Future scope:

● Define a mechanism to decide ​the count of votes needed to approve an issue
● Once voting is closed for an issue i.e. when the issue is upvoted by the number of users count of votes needed to approve an issue, then the upvote facility will be closed and the system immediately sends a notification to all the related institutes.
● There should be a way to maintain “Reputed Institutes”
● Admin should be able to see which Institutes are working on that problem.
● Each problem should have a thread on which registered users may discuss its solution or upvote or downvote the solutions also.
● The emails of users sending “bogus approved issues” may be blocked when marked as bogus as colleges​

Functional and non-functional requirements:

Grievances Portal Project website there three types of users:

● Citizens
● Institute
● Admin

All users get the same view of the website with similar functionalities but they all perform different tasks.

Functional Requirements:

User Functions

1. Sign Up
2. Can change his/her profile
3. To add an issue
4. Users may also look for issues in any region
5. Can visit a problem description directly through a URL and upvote for it.
6. Users cannot upvote the same issue more than once.
7. Will be notified through email to approve if any solution is available for any of the problems he has upvoted for.

Institute Functions

1. Institutes will have a login

2. After login they will be able to see the issues of ​their region only​ like

a. Unsolved issues (approved)
b. Issues with solutions

System Functions

1. Knows list of Institutes per district
2. Gets added issues and stores
3. Keeps a track of upvotes per issue – Once upvotes reach a ​threshold ​the issue is notified to all the Institutes in that region or district via email. (Institutes can see approved issues of their region via their login as well).

  • Problems of a district may be shown to that region instead of that district
  • Institutes of nearby districts may fall under the same region.
  • Or simply it can be forwarded to the Institutes falling in the same district.

4. Once an Institute submits a solution, the system notifies all the users who upvoted for that issue. So that they may approve the solution.

5. Will know how many solutions an Institute has provided. It means how many of them are solved issues.
6. Long pending issues should be notified to UGC who then will notify the Institutes
7. Institute should be notified when its solution is approved.

Administrator Function

Reports to be generated

The technology stack used:

Backend: PHP.
Frontend: Html, Jquery, javascript, Ajax, bootstrap.

Implementation strategy:

1. Initially, the whole template was designed to suit our requirements.
2. Bootstrap was used for the development of the template of this website (SB Admin 2)
3. All pages were then linked which made the division of work easier.
4. The whole backend was made using PHP.
5. There were various event listeners used in this system like on focus, click, change, etc., which were implemented using JS and Jquery.
6. Almost all pages had the same page refresh and reload for which we have used AJAX.

Conclusion:

1. Our team has completed a Web Application
2. Product Design was a crucial point in the development
3. We now have a complete understanding of how a website works from start to end
4. We learned a new language – AJAX. We also strengthened our knowledge in PHP, JS, and Jquery.
5. Most importantly, we learned how to work in a team.
6. The future scope of our specified in the Goals -> Objectives section.

Credit Card Application Portal Java MySQL DBMS Mini Project

Problem Statement:

The credit Card Application Portal provides a platform for Users to avail of a credit card by filling in the relevant details. Further, it enables them to manage card services in the application portal.

Description:

The Credit Card Application Portal not only enables users to avail of a credit card but also allows them to manage services related to it too.

The DBMS Project works in the following way:

• It initially checks whether a user is pre-registered at the application portal. If so, then he or she is directed to the services menu. If not, then it allows users to sign up as first-time users at the application portal.

• Upon completion of the above sign-up process, a confirmation email is sent to the user’s registered email id which he or she had provided during the sign-up process. The confirmation email also contains the user’s login credentials as well as his or her form number.

• Once the user receives the email, he or she is redirected to the initial login page of the application portal. Here, he or she can use the credentials that had been sent earlier to his or her email id to login into the services menu. Once the credentials are verified, the user is directed to the services menu.

• In the services menu, the user can avail of four major services i.e., he or she can update the pin or view his/her application details or view the type of card he/she would be issued with, or view the set of FAQs which he or she can refer to.

E-R Diagram:

ER Diagram Credit Card Application Portal

Tool to be used:

1. IntelliJ / Eclipse / NetBeans
2. WampServer / Xampp
3. Internet Browser (Microsoft Edge, Google Chrome, etc.)
4. PDF Viewer (Adobe Acrobat, Nitro Pro, etc.)

Modules in Credit Card Application Portal

This Java & MySQL Project is aimed at taking a step forward towards digitalizing the entire process of applying for a credit card as well as managing the same.

• Login
• Signup1
• Signup2
• Signup3
• CardType

LOGIN:

Credit Card Application Portal initially checks whether a user is pre-registered at the application portal.

• If so, then he or she is directed to the services menu. In the services menu, the user can avail of four major services i.e., he or she can update the pin or view his/her application details or view the type of card he/she would be issued with, or view the set of FAQs which he or she can refer to.

• If not, then it allows users to sign up as first-time users at the application portal.

SIGNUP1:

This module basically deals with inserting values into the database. Relevant details such as the User’s name, father’s name, date of birth, e-mail id, gender type, marital status, and his/their complete residential address are requested to be filled by the user in order to process the user’s application for availing a credit card. Upon filling in the above-mentioned details, a unique form number is generated which is associated with the user who has filled up the relevant details

SIGNUP2:

This module also deals with inserting values into the database. The user’s application is processed based on the form number generated in the previous module. Details such as Aadhar number, PAN number, educational details, salary, category, etc. are to be filled in by the user. Credit Card Application Portal Department of CSE, Sai Vidya Institute of Technology

SIGNUP3:

Being directed to this module from SIGNUP2, the user is further supposed to fill in details that would be stored in the database. Here, s/he is required to fill in the desired cash withdrawal limit, credit limit, monthly cycle, and the services which they wish to avail. Upon completion of the above-mentioned signup process, a confirmation email is sent to the user’s registered email id which he or she had provided in the SIGNUP1 module.

The confirmation email also contains the user’s login credentials as well as his or her form number. Once the user receives the email upon successful signup as a first-time user, he or she can use the credentials that had been sent earlier to his or her email id in order to login into the services menu.

Card Type

This module tells the user the type of card s/he would be granted. The type of card to be granted to the user is decided upon his/her income.

View Here and Download the Complete Credit Card Application Portal Java MySQL DBMS Mini Project Standalone Desktop application Source Code, Project Synopsis, Report, How to setup files, etc

Software Requirements

Programming language: Java, MYSQL
Operating system: Any OS (Recommended: Windows 10,
Windows Vista, Windows XP)
Application required: Standalone desktop application & Wamp Coding
language: Core Java

Related Projects on Credit Card Management System:

Java and MySQL Project on Credit Card Approval System
Credit Card Approval System Project in Java
Credit Card Approval System Project
Analysis on Credit Card Fraud Detection Methods CSE Project Abstract
Credit Card Fraud Detection Using Hidden Markov Model .Net Project Report
Credit Card Fraud Detection Using Hidden Markov Model Project Report
Analysis on Credit Card Fraud Detection Methods
Cyber Credit Card System Project Source Code In Java And Report
Petro Credit Card Management System Project with Source code
Cyber Credit Card System Java Project with Source Code
Credit Card Fraud Detection Using Hidden Markov Model Project Source Code
Credit Card Management System
Credit Card Approval System Java Project
Analysis on Credit Card Fraud Detection Methods Project
Credit Card Management System

Development of Medical Store Management System Java Project

Project Aim:

The main goal of the development of this project on the Medical Store Management System is to manage the details of Medical Shop, Medicines and its stocks and price, Supplier details. This project manages all the info about Medical shops, Sells, Products, and Inventory. It tracks all the details about the Suppliers, Medicines, Sales, and Stocks. This is a Java web application that used database management concepts.

Project Scope:

It helps in current all works relative to Medical Store Management System. The first subsystem is a Supplier which has all the details of all the suppliers of a particular Medical Shop. The second subsystem is Medicines. The third subsystem is Reports which generates reports for all suppliers and the pharmacists. This Medical Store Java project aims at Business process automation, i.e. I have tried to computerize the various process of the Medical Store Management System.

IMPLEMENTATION

This Medical Store project implementation is done in java language which consists of several classes as mentioned below to perform several operations.

Medical Store Management System Home Screen

CLASSES:

Login

Allows the administrator to login into the Medical Store Management System software with a valid user id and password

Main Menu

Allows the administrator to add a new supplier and medicine, update or search or delete the suppliers, view the supplier’s list, view the stock of medicines, view supplier-wise medicine report, to view the daily purchase report.

Add New Supplier

Allows the administrator to add a new supplier

Add New Medicines

Allows the administrator to add the new medicines

Search Supplier

Allows the administrator to search the suppliers with the supplier id or supplier name

Search Medicine

Allows the administrator to search the medicines with the Medicine batch number or Medicine name

Delete Supplier

Allows the administrator to delete the record of the existing supplier

Delete Medicine

Allows the administrator to delete the record of the existing medicines

Update Supplier

Allows the administrator to update the record of the existing suppliers

Update Medicines

Allows the administrator to update the record of the existing medicines

Supplier List

Allows the administrator to view the records of the existing suppliers

Medicine List

Allows the administrator to view the records of the medicines

Supplier Wise Medicine List

Allows the administrator to view the records of the Medicines by entering the Supplier name

Daily Purchase Report

Allows the administrator to view the records of the medicines by entering the Medicine Purchase Date

About

Allows the administrator to view the details of the Medical Store Management System

Download the Complete project code, Project Report, and Paper Presentation on Medical Store Management System on Github

Related projects on Medical Store Management System Projects

Medical Store Management Project Windows Application using C#.Net
Online Medical Store or Pharmacy Shop Java Project with code
Online Ayurvedic Medical Store System Project
Online Medical Booking Store Project Source Code In Java
Medical Emergency Caller Android App Project
Medical Image Compression Algorithm CSE Project Abstract
Virtual Medical Home Project Report
Medical Diagnostic System Java Project Report and Source Code
A Project on Medical Shop Management
Medical Billing System Project Abstract
Online Medicine Search Web Application .Net Project
Emergency Alarm And Health Care Management System

Online College Complaints Suggestions and Compliances PHP Project

“Online Complaints, Suggestions, and Compliances” is a website and through this project, we have learned to design webpages using HTML, CSS, JavaScript, and PHP. It has enabled us to have a deeper understanding of how frameworks help in the development of websites.

Thus, in this College Complaints Suggestions and Compliances project, we have acquired a lot of knowledge about various technologies in web development. We have explored many new concepts on the web, such as JavaScript and AJAX.

Solving these problems must be quick and transparent. Often, Students shy away from writing complaints and suggestions into the box, as students are afraid of peer views of their actions.

Problem Statement:

A College Complaints Suggestions and Compliances Web Application to allow students to raise complaints and suggestions transparently without exposing their identity.

The Objectives of this application are:

  • Allows students to log in with E-mail verification before submission of complaints and suggestions
  • Allows students to track their submissions from their portal
  • Allows teachers to reply and change the status of the submissions without exposing student’s USN
  • Provides a pie chart representing the types of submissions
  • Admin can block submissions using foul languages

Steps Involved:

Step 1: The web application loads the home page. With options of Student, Teacher, and Admin
Step 2: On selecting Student, the user must first log in using the login page. On successful login, the user is greeted with the student portal.
Step 3: The student portal allows users to check the status of the previous complaints, and suggestions.
Step 4: Students can click to submit complaints and suggestions, after the verification page using email verification.
Step 5: The student can click on the logout option and is then taken to the login page, which has the option to return to the home page
Step 6: On clicking the teacher option on the home page, the teacher has to log in. They are then taken to the teacher’s home page. The teacher can choose to view complaints and suggestions.
Step 7: On clicking on a complaint/suggestion is taken to the auction page. Where the teacher can change the status of the complaint with the option to reply.
Step 8: After replying, the teacher is taken back to the teacher’s home portal. On logging out, you are taken to the login page, with the option to be redirected to the home page
Step 9: On clicking the Admin option on the home page, the admin has to log in. They are then taken to the Admin home page. Admin can choose to view complaints and suggestions which are blocked due to the use of foul language. After allowing or disallowing the admin is returned to the Admin home portal. On logging out, you are taken to the login page, with the option to be redirected to the home page.

Functionalities

Login: This module allows students, teachers, and Admin to log in with different access to web pages and controls. The username and hash of the password are compared with the Tables stored in the Database.

Signup: This module allows students, teacher, and Admin to register their access to the web application. By signing up the user is registered in the Database, so that their login credential is saved for future logins.

Complaint and Suggestion Form: This module allows students to fill up complaints or suggestions. Before uploading to Database. It checks for any foul language violation. It marks the entry to be checked by the admin, before allowing it to be viewed by the teacher.

Student Submission view: This module allows students to view the status and reply to their complaints or suggestions previously raised. On clicking the user can re-open a submission.

Verification: Students have to enter the One-time password (OTP) sent to their email to verify the authenticity of the complaint and suggestions. This module is implemented using PHPMailer Library.

Teacher submission view: This module allows concerned teachers to view the complaints and suggestions without revealing students’ USN. On selecting a submission, the teacher can update the status, reply to the same, and notify the same to the student’s email.

Admin unblock submission: Display submissions flagged due to misuse of the platform. Allows admin to unblock the submission if it is appropriate, and updates the same in Database.

Application

  • This application can be used in all colleges to collect Complaints and suggestions
  • It can be viewed by a teacher without relieving student’s use
  • Students get updated by their emails when the status of their submissions changes
  • The teacher can view a pie chart representing the type of submission. So, they can concentrate on a given area
  • Submissions using foul language are blocked and are reviewed by Admin

Conclusion

The internet is a very powerful platform for people to share their views in confidence. This Web Technology Mini Project draws further on the notion of the same lines, allowing Students to place complaints and suggestions without relieving their identity. Colleges and institutions improve from the useful insights provided through our platform. Thus, allowing them to understand the needs of students wholesomely.

Related Projects Ideas on College Students Complaints Suggestions and Compliances System:

Interactive Hostel Management System Java and MySQL Project

Objective

The main objective of this Java and MySQL-based project is to create an interactive Hostel management GUI application that helps in the management of Hostel records about registration of students and employees, and fee and salary management. Through this application, the admin can register & manage students & employees of the hostel.

MODULES IN HOSTEL MANAGEMENT SYSTEM:

Admin:

Admin can log in to the software using the Username and password provided by the developers. After login, he can register students and employees. He has to update the data of all the participants of the system i.e., Students and employees. He can Insert, update and as well as delete records from the system.

Student:

This module is about the residents of the hostel. It holds the data of the students residing in the hostel eg. Names, addresses, USN, RoomNo & Phone. The complete information about a particular student can be obtained by referring to this module.

Fee Payment (Insert):

This module is necessary to hold the information related to the Fees of the residents of the hostel. It has fields for Name, total fees, the amount paid, mode of payment, and balance amount remaining to be paid by every individual student. The individual student details can be accessed by providing a unique USN.

Employee:

This module is related to the employees of the hostel. It holds the data of the employees like Name, Age, Eid, Designation & Salary. The complete information of a particular employee can be obtained by the unique employee ID.

Salary Payment (Insert & Update):

This module is necessary to hold the information related to the salary of the employees of the hostel. It has fields for Name, Eid, total salary, the amount paid, and balance amount remaining to be paid for every individual employee. The individual employee details can be accessed by providing a unique Eid.

Features page of the Hostel Management project

Output Pages will be below:

  • Login Page of the project
  • Features page of the project
  • Registration page for new Students
  • Employee registration page
  • Options for employee management
  • Fee update and fetch the page
  • Fetch fee details of individual students
  • Maintain student records of the system
  • Update fee details of a specific student

Download the complete Hostel Management System Project source code and Project report.

Blood Bank Management System DBMS Mini Project

The main purpose of the PHP & MySQL-based blood bank management web application system DBMS mini project is to provide the blood bank with an easier way to store and retrieve data and keep a record of the availability of blood in the blood bank.

After inserting the data into the database, staff need not register the same person again. They can simply search for recorded data and retrieve them for future blood donation or receiving purposes of that person.

In the nutshell, it can be summarized that the future scope of the project circles around maintaining information regarding:

  • The person can fix their donation schedule using an online reservation for the donation of blood.
  • The person can search for the availability of required blood in the local blood bank in the case of an emergency.
  • The blood bank stores the details of the blood donated by a person, like RBC, WBC, platelet count, etc.

The above-mentioned points are the enhancements that can be done to increase the applicability and usage of this project.

E-R diagram of the blood management system

E-R diagram of blood management system

MODULE DESCRIPTION

the list of modules incorporated with the “blood management system” is:

Login module:

This module is for employees of blood banks to log in so that only they can access the database.

Person module:

This module is used to store all the personal details of the donor or receiver.

Donor module:

This module is used to record the date and time along with the quantity of blood donated by a person. Personal details are accessed using a personal ID.

Receiver module:

In this module date and time, the quantity of blood received along with hospital details is recorded.

Stock module:

Here we can check the availability of each blood group blood.

RESULT AND ANALYSIS

Home Page of blood bank management system
The login page shows the login page, if the user wants to log in, they must enter a valid/registered username and password and click on the login button.

The home page shows information about the blood bank management system.

Add person page shows the Add person page, here details of the donor/receiver are registered.

Add person page shows once the entry of personal details is done.

The search person page shows the result of the search we have done. If we enter the person’s id it will return all the personal records present in the database.

The donation page shows the New donation page, here person id and units of blood donated are recorded, and submit button is clicked. On successful completion of entering it displays “Your donation is successful”.

Receive page shows the New Receive page, here person id, units of blood donated, and hospital details are recorded, and submit button is clicked. On successful completion of entering it displays “Your receiving is successful”.

Check the Stock page shows the stock details i.e units of blood present in the blood bank of each blood group.

The donation History page shows the Donation history page, the user has to give the time interval from when he wants to see the donation history details. Upon clicking submit he shows the donation history. If there is a donation that took place at that time interval it displays “No record found in the specified time interval”.

Receive History page shows the Receiving history page, the user has to give the time interval from when he wants to see the receive history details. Upon clicking submit he shows the received history. If there is receiving of blood that took place at that time interval it displays “No record found in the specified time interval”.

Add user page shows the add user page, where it asks for the super admin password. Next, you have to enter the new username, and password and confirm the password. Click on create user button. If the super admin password is wrong or the password and confirms password don’t match. It will pop an invalid password. On successfully creating a user it will display “New user created successfully”.

Download the complete Blood Bank Management System DBMS PHP & MySQL Project source code, project report, and execution steps here.

College Campus Students and Faculty Activities Tracker Java Project

College Campus Activities Tracker deals with the tracking of both student and faculty performance and the activities done by them in and out of the college. This project can help us to know all the activities happening in the college campus area and even get to know who has scheduled the activity. Different certificates of the students based on their performance are generated department-wise and academic year-wise.

Our Students and Faculty Activities Tracker system has two users, faculty and student.

The student will upload their certificates that they have participated in other colleges and the faculty will schedule the activity and upload the respective student’s certificates to those who have participated in the activity.

College Activities Tracker is a java web application that will allow the users (both faculty and students) to upload their documents and intimating each activity (hackathon, workshops, competitions) that they participate in and out of the college with certifications as proof.

And it should also allow the user to register for ongoing or upcoming events through the form and after registration, A successfully registered message should be sent to the user to their corresponding phone number. The faculty must be allowed to check or keep track of student and faculty performance and previews the data student-wise, faculty, wise, section-wise, department-wise, event-wise, and duration wise. And faculty should be allowed to add/update the upcoming event happening in the college.

Results Page of College Activities Tracker

INTRODUCTION

College Campus Students and Faculty Activities Tracker is an application that will aid users in uploading their Documents and intimating each activity that they perform in and out of the college with Certifications as proof.

This is a centralized system that keeps track of students and faculty activities and previews the data student-wise, faculty-wise, section-wise, Department wise, Event wise, and Duration wise. It is mainly used to maintain the data for Department’s weekly report.

Modules of the Project

We have three modules in our Activities Tracker Java Project.

● Admin
● Student
● Faculty

SOFTWARE SPECIFICATION:

Software Requirement:

1. Language – Java (JDK 1.7)
2. OS – Windows 7- 32bit
3. MySql Server
4. JDBC
5. JSP

Alumni Management Portal for Educational Institutions PHP Project

This Alumni Management Portal project aims to develop a platform for the Educational Institutions to maintain communication between faculty, alumni, and students. The main objective of this PHP & MySQL web application is to enhance or improve employability opportunities for students, organize alumni lectures and events, and increase networking skills and opportunities for students.

INTRODUCTION

Our Institutional Alumni Management Portal project is a web-enabled application through which administrators, students, and alumni will be able to continuously communicate. For this, we need an application that is user-friendly. The needs of all three users of the portal should be covered.

Administrators can log in, maintain, verify and manage alumni and student records, and create events and group chats. Administrators can also generate reports in excel and pdf format and view placement statistics of the institute. Once an event is created, all the alumni and students registered on the portal will receive emails automatically.

Alumni can log in, register, update their details, view events, participate in group chats, and post job opportunities and materials. Students can log in, register, view details of alumni, register for events, download materials posted by alumni, job materials posted by alumni, and participate in group chats with other alumni and students.

The below figure shows and explains the Architecture Diagram of the Alumni Management Portal website.

Architecture Diagram of Alumni Management Portal

Objectives

To build a responsive Educational Institutions Alumni web application to manage and track students and alumni of an educational institute and build a portal that facilitates continuous communication.

Organization of Project

We have three modules in our project.

● Admin
● Alumni
● Student

Alumni management portals can be used by educational institutes to maintain and manage records of alumni and students of the respective institute in an efficient manner. It leads to better outcomes in terms of student placement opportunities, and knowledge transfer and improves the structure of communication between current students and alumni thereby increasing networking skills and opportunities.

In traditional methods where student data is manually stored, a lot of time is wasted doing redundant and repetitive work. Here storing data, statistics, and report generation all are automated. Furthermore, there is no need for paperwork since everything is done online and stored in a refined database.

The output screenshot of the project explains about “Test case check whether the admin is able to view all users”

All Users List of Alumni Management Portal Project

Blood Donating System Web Application Project Software Requirement Specification

This is the Software Requirement Specification for Blood Donating System Project and it explains the project overview, project scope, project problem statement, Hardware and Software Requirements, Project Phase wise, review wise development process and Functional Requirements.

Project Overview

A Blood Donating System Web Application can help many people to donate blood those who are in need. So they will have a pure registration, with necessary details and those who are in need of blood will log in and check for the donors’ list based on their locality and contact facility will be given such that both will be in contact and also they shall do the process necessary for blood donation.

Project Scope

In India, due to many accidents in many situations and in different locations. According to the EMRI Survey, in a two-day Conference, it stated that​ “​40% of road accident victims in 2018 died due to excessive loss and due to very less source of contact for donating the blood”.​ So Actually the scope is that, In a very short span, it provides users with many facilities. The main purpose of the Blood Donating System project is to interconnect donors into a single network with receptors. So the proposed Blood Donating Web Application project could ensure the necessity of blood and blood donation by saving the World.

Problem Statement

So many people are losing their lives without having the availability of blood in correct time for example if a person met with an accident and for surgery he needs blood urgently in short period of time and sometimes it is very difficult to get blood in time so to overcome this problem our team decided to develop a website for blood donation.

Phase 1

  • Project Idea
  • Evaluation of Idea in technical Aspect
  • Research of The Idea and Analysis
  • Scope of the Project evaluated

Phase 2

  • Front End
  • Developing Responsive Web Pages in Front End
  • Login
  • Logout
  • Introduction Page
  • Donor Form Fill
  • Signup

Phase 3

  • Donors Details Page
  • Backend Development
  • Access of Donors to contact
  • Technologies used are django, mongos
  • Login/Logout Validation

Development Process

● Register & Log-in Portal
● Blood Donation System
● Donor History after successful login
● Both Donor and Receptor pure validated registration
● Donors are available based on the Receptor Locality
● Easy UI
● Backend without any issue in Domain Specifications
● Login and Logout Creation2. Requirements Specification

Functional Requirements

● HTML, JavaScript, BootStrap (Main Focus on these.)
● Registration
● Login and Logout Portal
● Blood Donation Management
● Donors History
● Donors List based on their Locality
● Pure Backend Establishment using Javascript

Non-Functional Requirements

● Reliability
● Usability
● Maintainability

Online Platform for adding Student Classroom Notes PHP Project

Introduction:-

This Student Classroom Notes web application has helped to take only important notes in a relevant way. No user needs to spend more time taking notes. It’s a very easy way to take notes. Any kind of user can upload their notes at whatever time they want. It takes very less time to open the ”Student Classroom Notes”. Due to the very easy design of these apps, school students can also use this app to take their notes inefficient manner.

Importance and need of Student Classroom Notes:-

As it is developed for user-friendly so any sort of user can add their notes from any educational platform. They needn’t need go through any other online-offline software. These iNotes apps help to take the key point of important notes. As we are in this technical world so hard copy notes are not portable. There is a lot of chance of losing notes so this app makes the free risk of losing notes. User can keep their notes for future reference without any risk.

The motto:-

The main motto of this project is to the user can add or upload notes easily and very quickly as other software.
User can modify their notes in a very easy manner compared to other software.
Notes repositories are available in the form of a table manner so it is easy to identify your notes without wasting your time.
Users can log in from any location and upload notes and can share too.

Requirement Gathering:-

“Student Classroom Notes” is developed for all kinds of users from higher levels to lower levels. Many students and people do not want to take their notes with themselves every time. To remove such sort of problems, this “Student Classroom Notes” App been developed.

Working Principles & Methodology:-

In this project “Student Classroom Notes” every user has a username and password to access these Apps and can keep their notes personally.
He/she can keep their notes with the Title name and description so that the user can easily recognize the notes he/she uploaded.
This is very easy to identify their notes repositories on the home screen itself.
The user can easily search their notes in the search bar and filter too.

Software requirements:-

  • Operating System- windows10
  • Visual studio code
  • PHP
  • Google Chrome
  • MySQL database
  • Xampp Control panel (for local server)

We will be using visual studio code basic as our front hand because it is easier to use and provides features to the users which are used for the development of the project.

Future Scope & Conclusion:-

This web application has almost all the features of CRUD and smart online/offline notes taking.
The project has altos benefits. Managing the project is quite easy as per storing the notes. It is easy to maintain notes and update them as required.
As we know that technology is increasing day by day so hard copy note-taking will be decreased, at that time it will helpful for those who will use this app.
Still, some additional features are not added to the apps. As we are seeking features, if it’s required we will add them as soon as possible.

Hope every user has a clear idea of using our “Student Classroom Notes” Apps.