User Management Panel Task Control | Codeigniter |PHP|
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.
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.
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
CodeIgniter (PHP MVC Framework)
MySQL
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)
- Logout (All roles)
Admin Panel (Admin)
Change Password (All roles)
- Last login date and time (All roles)
- Dashboard (All roles) (Number of tasks,finished tasks,users,logs)
- Access Denied Page (Manager/Employee)
- Tasks / Add Task / Edit Task / Delete Task / Task Completion (Admin or Manager)
- Users / Add User / Edit User / Delete User / User Logs (Admin)
- Log History / Log History Export (backup) and Delete (Admin)
- Log History Import / Log History Control (Admin)
- Manager Panel (Manager)
- Employee Panel (Employee)
- Employee Tasks (Only task completion)
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 : admin@ornek.com / 123456
Manager: yonetici@ornek.com / 123456
Employee : calisan@ornek.com / 123456
How to contribute?
You can reach me by commenting on this post or send message on the discord (pars11).If you want to make this application better, you can make a Pull Request.
Thanks to kishor10d for first commit
Posted on Utopian.io - Rewarding Open Source Contributors
Thank you for the contribution. It has been approved.
You can contact us on Discord.
[utopian-moderator]
Thank you very much :)
You've got upvoted by
Utopian-1UP
!You can give up to ten 1UP's to Utopian posts every day after they are accepted by a Utopian moderator and before they are upvoted by the official @utopian-io account. Install the @steem-plus browser extension to use 1UP. By following the 1UP-trail using SteemAuto you support great Utopian authors and earn high curation rewards at the same time.
1UP is neither organized nor endorsed by Utopian.io!
nice effort sir, i checked your recent post i really like them. I also want to start something like this as i am an iOS developer
Thanks :) Good luck
Your ID remind me David Parnas, Canadian software engineer who wrote modular design in CMU. So I visited here and I found precious post about sodtware. Thanks for your posting.
Thank you very much :)
Hey @pars11 I am @utopian-io. I have just upvoted you!
Achievements
Community-Driven Witness!
I am the first and only Steem Community-Driven Witness. Participate on Discord. Lets GROW TOGETHER!
Up-vote this comment to grow my power and help Open Source contributions like this one. Want to chat? Join me on Discord https://discord.gg/Pc8HG9x
thanks for you contribution password recuperation by email adress is not working can you help me please