- LabFiz
- Installation
- Features
- Documentation
- Project Management
- Built Using
- Authors
- Release Notes
- License
Workplace and Lab safety is an important aspect of any institution. however, there are no feasible management solutions available. LabFiz is a web application, designed to simplify lab inspection and safety management in academic settings. LabFiz allows lab inspectors to automate assignment process and track inspections, to stay up to date on inspection requirements as required by their organization. LabFiz also provides features such as issue tracking, to enable collaboration and resolve issue in a timely manner.
Check out the demo site @ http://labfiz.com and presentation here.
Prerequisites PHP v7+ , MySQL v5.7+ , Composer and Node.js. Consider using Homstead or Laragon for installation on Windows OS.
- Clone the repository on your system
- Traverse to the project root folder
- Run composer install
Ensure php artisan commands are available now.
- Run npm install
- Run npm run dev
- Update .env file for db connection , mail service and app preference
- Run php artisan migrate:fresh
- Run additional seeders if required example:
php artisan db:seed --class=LabSeeder
- Run php artisan serve
Create your own custom checklists and inspection templates as your orginization demands.
You can create assignments for your team member and track their progress through reports with ease.
Create and assign issue instance and track its progress easily.
Manage your team and grant them roles as they need.
Easily add an email service to start receiving email notifications.
- Abstract
- After Action Review
- Back End Review
- Business Requirement & Analysis
- Code Review
- FRD document
- User Stories
LabFiz project was managed with Asana. Check out our project management @ Asana / Asana Screenshots
- Laravel PHP
- Vue.js & Veutify.js
- Muhammad Ahmed (@ahmed35m)
- Zain Abedin
- Alwin Baby
-- Release v1.8 25-Apr-2020
- Added authentication failure message
- Added ability to add labs as an admin
- Added pdf export functionality for inspections
- Fixed issue with email body for sign up
This project is to be licensed under the MIT License
