Skip to content

luckysurve-dev/Codeigniter-User-Panel-Management

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codeigniter User Panel Management / BSEU

What is the project about?

BSEU is a management panel with role based application, using CodeIgniter(PHP MVC Framework). There are tasks in the BSEU user management system. These tasks can only be create by System Admin and Manager. Employees can only complete tasks. All of these operations can be done according to the roles of the users. A user can not perform an action without a role.

1.png

As an example, a Employee can not add tasks, but the Manager can add tasks. However, the Manager can not view logs, but Admin can view logs.

I've made 3 roles (Admin, Manager, Employee ) and I've created a controller for all of them (Admin, Manager, User) , so you can edit as you like and you can add or reduce fewer roles in more places.

I added a detailed log system to the system. You can import and delete backups of these logs, as well as restore an old backup to the system for control.

3.png

The log page contains an entry showing the size of the table. If this size exceeds 1 GB (1000 MB), automatic backup and deletion will be done.

Technology Stack

Roadmap

We can use this panel in all CodeIgniter projects. It can adapt to any kind of project by changing its roles and functions. This will save us from the start of a project management panel. With your contributions, we can create a management panel for our projects.

Features

  • Login (All roles)

4.png

  • Logout (All roles)

5.png

  • Admin Panel (Admin) 8.png

  • Change Password (All roles)

6.png

  • Last login date and time (All roles)

7.png

  • Dashboard (All roles) (Number of tasks,finished tasks,users,logs)

8.png

  • Access Denied Page (Manager/Employee)

9.png

  • Tasks / Add Task / Edit Task / Delete Task / Task Completion (Admin or Manager)

10.png

  • Users / Add User / Edit User / Delete User / User Logs (Admin)

11.png

  • Log History / Log History Export (backup) and Delete (Admin)

12.png

  • Log History Import / Log History Control (Admin)

13.png

  • Manager Panel (Manager)

14.png

  • Employee Panel (Employee)

15.png

  • Employee Tasks (Only task completion)

16.png

Install

Download BSEU via github or clone your computer.

Clone:

cd projectfolder

git clone https://github.com/pars11/Codeigniter-User-Panel-Management

Open phpmyadmin and create a database with name "cias" and import the file "cias.sql" in that database.

Copy BSEU into your root directory.

Example :


C:\xampp\htdocs\Codeigniter-User-Panel-Management

The login screen will appear.

To login, I am going to provide the user email and password below.

Admin : [email protected] / 123456

Manager: [email protected] / 123456

Employee : [email protected] / 123456

How to contribute?

You can reach me send message on the discord (pars11) or email ([email protected]).If you want to make this application better, you can make a Pull Request.

Github

Thanks to kishor10d for first commit

About

User Panel Management with Codeigniter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 57.4%
  • JavaScript 35.8%
  • CSS 6.5%
  • HTML 0.3%