Skip to content

This application is built with Laravel, Vue JS, Inertia JS, and Tailwind CSS to help the administrative staff of the university to find/filter employees' records quickly based on different parameters.

Notifications You must be signed in to change notification settings

OGhawsi/University-Employees-Records-Manager-and-Dashboad

Repository files navigation

About the University Employees Record Manager

Table of contents

  1. Motivation for building this app
  2. What isn't it?
  3. What's it?
  4. Usage & Instalation
  5. Future Enhancements
  6. Financial Support
    This application is built with Laravel, Vue JS, Inertia JS, and Tailwind CSS to help the administrative staff of the university to find/filter employees' records quickly based on different parameters. Here are some screenshots of the App.
    screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot

Kandahar University, located in Kandahar, Afghanistan, had employees data stored across multiple spreadsheets. As the university has no budget to spend on app like this, they asked me to help them with their data problem and make a central app for which should enable them to find the records instantly, based on different parameters.

So I took this opportunity to show case my web development skills through building something that can actually help someone.

## What isn't it?

This is not a traditional employee management system. This app does not have attendance, classes, subjects or any other sections, that you might expect in an employee management system.

This app helps provide employees data through the report section through an easy to use interface.

This app has the following sections:

  • Dashboard
  • Employee
    • Basic Information
    • Education/Degree Details (Bachelor, Masters, Ph.D.)
    • Academic Ranks (Assistant Prof. Associate Prof. Professor, etc.)
    • Address Info
    • Profile
    • Attachment/Documents
  • Reports ( Filtering records based on different parameters )
  • Faculties
  • Departments
  • University (which is the name of the app)
  • Settings

All of the above, are just different CRUD operations connected with each other logically.

The requirements were collected from the Kandahar University only, but this app can be directly usable by all the universities across Afghanistan, because, all of these universities have the same administrative structure and work under the ministry of higher educations of Afghanistan.

  • Clone the repository with git clone
  • Copy .env.example file to .env and edit database credentials there
  • Run composer install
  • Run php artisan key:generate
  • Run npm install & npm run dev
  • Run php artisan migrate --seed the seeding might take a bit.
  • That's it, use these creditionals to login and see the app from inside
    • Username: admin@example.com
    • Password: password
  • Adding tests cases
  • Add mobile first css support
  • Adding roles and permisions
  • Adding internationalization support
  • Enhancing the UI
  • Add vue teleport

Help the free education sector in Afghanistan through supporting the developer of this app financially with buying me a coffee ☕. Thank You.

License

The Laravel framework and this app are open-sourced software licensed under the MIT license.

About

This application is built with Laravel, Vue JS, Inertia JS, and Tailwind CSS to help the administrative staff of the university to find/filter employees' records quickly based on different parameters.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published