Admin Panel New

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 15

A Project Synopsis

On
Admin Panel
Submitted to the JECRC University of Jaipur
In Partial fulfillment of the requirement for the degree of Master
of Computer Application

Submitted by
Divya khandelwal (18MCAL005)

Himanshu Bansal (18MCAL048)

Submitted to
Dr. Rajani Poonia (Assistant Professor)
Dept. of IT and CA,
JECRC University
PROBLEM STATEMENT
It’s an admin-specific platform in an application that allows for
access and manipulation of data within the user interface of the
site. The admin panel can help user-related functions, such as
providing insight into user behavior, dealing with profiles that
violate the site’s terms and conditions, and tracking transactions.
But you should know that admin sites are not just limited to user-
related tasks.
A well-built admin panel can be turned into a dashboard to either
display business metrics or analytics without the viewer writing a
single bit of code, or to export weekly data which can be used to
create reports. Add to the list that any QA member of the team will
love an admin panel for the ease it gives them in verifying data,
quickly entering or deleting data, and determining if an issue is in
the frontend or the backend. Functioning without an admin panel
can lead to a lack of insight into your data, and add greater
difficulty for the testing team.
INTRODUCTION

Admin Panel is one of the most important module of a Web or


Mobile Application. Although the application’s End-user is nothing to
do with it, still managing your application can be easy if you have a
powerful admin panel.
Companies demand rich-featured Admin Panel to manipulate
their App’s data & to follow their business metrics in a real-time.
They need reports to understand the users’ activities to take future
decisions & constantly use to update data in their app
Admin Panel shouldn’t have a signup Page. There must be a super
user or manager who should have the rights to create new Users
and new Roles & then assign a role to a User.
OBJECTIVE

Main objective to design and develop Admin Panel for Alphonic


Network Solution Company.
If you visit a number of websites around the internet, it is very
likely that the majority of that website will have a Admin Panel. An
Admin Panel is basically a set of questions filled out on the
webpage by your visitor that is automatically sent to your email
when it is filled out.
An Admin Panel can be used for just about anything you can think
of but here are a few examples of reasons to use an enquiry form:

Feedback: This is an enquiry form that is used for general


comments from your visitors
Questions: This form allows visitors to enquiry form with various
questions they may have relating to your business
Service/ Information Request: If your business sells a service, or
product your customers can use this to inquire more information.
Some of the major benefits to using a enquiry form

Reduce Spam: since enquiry form is handled server side and


your email address is not readily available spammers cannot
harvest it as easily and this is much safer than using the mailto:
tag

Information control: Since you specify the information you’d like


from the customer you can capture the exact information you
want from them
Consistency: Since all the information is provided to you the
same way, the emails from the enquiry form are consistent and
can help you stay organized. See more information on email
filters
DESCRIPTION
In enquiry form here no one can access this admin page only
admin can access this page after login.

Dashboard:
In dashboard here admin can see

1. Total No. Enquiry: Admin can see how many enquiry of


user has to come.
2. Total No. of Application: Admin can see how many
application requests has been come.
3. Total No. of Contact: Admin can see total number of
user contact list.

User Enquiry:
In User Enquiry When user fill the form it must have to fill out all
the details which is in form so all the details wiil see and mange
by admin.
Fields are:-

1. Name:
2. Email
3. Country Code
4. Phone
5. Skype
6. Service
7. Budget
8. Message
9. Date
10. Current Stage

Job:
In Job form, user must have to fill all the fields which is
mention in the form and admin see all the details in there
admin panel.
Fields are:-

1. Name
2. Email
3. Phone
4. Job Profile
5. CV
6. Description
7. Date
8. Status

Contact:
In Contact detail form user must fill all the details which is
given in contact form when he/she want to contact with our
website and all the details are save in admin panel . Form
Fields are:-

1. Name
2. Country Code
3. Phone
4. Email
5. Message
6. Date Of Contact
7. Current Stage
Change Password:

Here in this Admin can Change their Current Password into


New Password When click on submit button of the form.
When admin want to change password it must have to
remember their current password then put current password
in current password field then type new password then for
confirmation right new password in confirm password field.

Password must be strong and unique i.e.


Password length must be between 8 and10
Password must contain at least one number, capital letter,
small alphabet, at least one special character.
Form Fields:

1. Current Password
2. Password
3. Confirm Password

Logout:

In last, admin must be logout the admin panel.


SCREENSHOT-1
SCREENSHOT-2
USE CASE DIAGRAM
ADMIN
DFD-Admin
TECHNOLOGIES
HTML: All the page layouts have been designed using HTML and
HTML5.
CSS: CSS has been used for designing.
BOOTSTRAP: Bootstrap has been used for front-end designing.
JAVASCRIPT: All the client side logic has been written in
JavaScript such as Validation, Form Submit etc.
PHP: All the server side business logic has been written in PHP.
MYSQL: MYSQL database is used to store all the data.
Requirement of Project
 VS Code Editor
 Php 5
 Html
 CSS
 Bootstrap
 MySql
REFERENCES

https://www.w3schools.com/php/
https://www.w3schools.com/html/
https://www.w3schools.com/css/
https://www.w3schools.com/bootstrap/
https://www.youtube.com/

You might also like