The Status Board plugin allows team members to update their status on a board that is accessible to other team members. Use this plugin to replace a "sign in/out" log at your workplace.
- A log is generated for each update.
- Available statuses are In Office, Out to Lunch, Paid Time Off, and Out of Office
- Management area included in backend for creating/removing/modifying employees name/number
- Employees update their status on a Page. Not in the Backend.
The Status Board plugin is composed of one component. Include the Status Board on any page with the following:
title = "Home" url = "/" [statusBoard] == <div class="container"> {% component 'statusBoard' %} </div>
Any employee that you have added in the Backend will now be shown on that page. Team members update their statuses by clicking on the box with their name that the component generates. A modal will appear that has a few choices for the employee to pick for their status.
You can change the colors that are shown for an employee's status in /plugins/mayhak/statusboard/assets/css/statusBoard.css.
jQuery is required. Font Awesome is recommended.
Feel free to submit pull requests here https://github.com/Jmayhak/octobercms-statusboard
-
Onetouch
Found the plugin useful on 30 Dec, 2018
Hi Jonathan,
It looks like might be an useful plugin but i'm getting the following error:
We're sorry, but an unhandled error occurred. Please see the details below. The reserved indicator "@" cannot start a plain scalar; you need to quote the scalar at line 9 (near "form: @/plugins/Mayhak/statusboard/models/employee/fields.yaml").
Looking forward to hearing from you.
-
1.0.4 |
Update Available Status May 27, 2014 |
---|---|
1.0.3 |
Add Employee Status Model May 27, 2014 |
1.0.2 |
Add Employee Model May 27, 2014 |
1.0.1 |
First version of StatusBoard May 27, 2014 |