RB Recruiter (Previously Staff Manager) - The quick and pain-free staff application manager (for Minecraft, Discord, and anything else!)
Go to file
Miguel Nogueira c83e720a6d
Create CONTRIBUTING.md
2020-09-03 17:18:28 +01:00
.github/ISSUE_TEMPLATE Delete unused workflow 2020-08-31 18:38:49 +01:00
.idea Added route localization and auto detection 2020-09-02 17:43:27 +01:00
.phive Add ability to edit forms and add new fields 2020-07-15 06:48:49 +01:00
.vscode Beta version 2020-06-27 00:32:33 +01:00
app Vacancy tweaks 2020-09-03 02:52:21 +01:00
bootstrap First commit 2020-04-26 05:09:32 +01:00
config Update ignored URLs list 2020-09-03 00:15:59 +01:00
database Make notifications cancellable 2020-08-31 22:06:00 +01:00
public Add two factor authentication 2020-07-17 22:44:10 +01:00
resources Merge pull request #6 from spacejewel-hosting/l10n_translate 2020-09-03 04:30:24 +01:00
routes Vacancy tweaks 2020-09-03 02:26:05 +01:00
storage Major changes - Vote system now finished 2020-05-30 00:20:39 +01:00
tests Use app name 2020-08-31 23:20:53 +01:00
.editorconfig First commit 2020-04-26 05:09:32 +01:00
.env.example Add side menu localization options 2020-09-01 20:30:17 +01:00
.gitattributes First commit 2020-04-26 05:09:32 +01:00
.gitignore Add ability to edit forms and add new fields 2020-07-15 06:48:49 +01:00
.styleci.yml First commit 2020-04-26 05:09:32 +01:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2020-09-03 04:47:42 +01:00
CONTRIBUTING.md Create CONTRIBUTING.md 2020-09-03 17:18:28 +01:00
LICENSE Added main page 2020-04-27 07:28:00 +01:00
Procfile Added Heroku Procfile 2020-07-18 02:45:15 +01:00
README.md Merge translate with master 2020-09-01 23:27:52 +01:00
artisan First commit 2020-04-26 05:09:32 +01:00
composer.json Updated dependencies 2020-09-02 16:12:35 +00:00
composer.lock Update lock file 2020-09-03 01:28:38 +01:00
crowdin.yml Update Crowdin configuration file 2020-09-01 20:58:54 +01:00
install.sh Add "All Applications" page 2020-07-11 02:43:59 +01:00
package-lock.json Updated package lock and added postinstall 2020-07-18 03:45:31 +01:00
package.json Add embarassing missing comma 2020-07-18 03:57:56 +01:00
phpunit.xml First commit 2020-04-26 05:09:32 +01:00
server.php First commit 2020-04-26 05:09:32 +01:00
webpack.mix.js Significant changes 2020-05-22 03:49:16 +01:00

README.md

Raspberry Teams - The Simple Staff Application Manager v 0.1.0 Crowdin

The quick and pain-free staff application manager

Have you ever gotten tired of managing your Minecraft server/network's applications through Discord (or anything else) and having to scroll through hundreds of new messages just to find that one applicant's username?

Wish you had a better application managemet strategy? Well, then Raspberry Teams is for you! It was originally designed and developed for internal use for a gameserver network, but sharing is caring!

Features (not exhaustive)

  • Beautiful (customizable in future releases) landing page for your application management center; It displays all available staff ranks
  • Contact form on landing page for those un-registerd users
  • User registration/authentication system; Users will be sent to the authentication flow to complete their application, if not logged in
  • Candidate tracking system - Applicants will be tracked from start to finish.
  • Peer approval system - Have all your staff members vote on applications and decide whether they should be accepted (this is overridable)
  • Interview scheduling (simple) - Schedule interviews with your candidates and automatically notify them!
    • Interview notes: Every staff member is able to add and edit interview notes (how the interview went, etc)
  • Application comments: Finally no more having to go to a private Discord channel just to comment on a single application. Comments are organised neatly for every application! This should help in the decision process of voting for an application.
  • User profiles - Fill out your profile for others to better find you
  • User directory - Public profile directory for everyone
  • Staff rank management - Add/remove ranks on demand, that users will be able to apply to
  • Simple form builder - Create your application forms easily!
  • Termination - Has a staff member met their untimely demise? Terminate them. This will strip their permissions and roles.
  • Controllable permissions - Every user has permissions! Control who has access to what (You can skip the application process and add staff members directly here).
  • Ban system - Having trouble with pesky spammers? Ban them! This will publicly shame their profile and keep them from signing up or logging in.
  • Notifications: Notifies slack and email primarily

And many more features!

Roadmap

Many other features are currently planned for this app, such as:

  • Discord role management (approved applicants)
  • Luckperms/PEX integration - For now, you'll have to promote users manually in-game
  • Flexibility - This app is built on a flexible concept! It will be able to be used for other purposes other than MC staff members.
  • Customisable front page (priority)
  • Auto provisioning - Sign up on a website and get your instance of Raspberry Teams up and running in no time
  • Suggestions accepted!

Technical overview

Tech stack:

  • Laravel 7
  • Eloquent ORM
  • AdminLTE / Bootstrap 4
  • jQuery / Plain Javascript
  • vueJS (in the future)

Operating System Requirements

Currently, this application is only supported on Linux environments (Ubuntu 20.04 or derivatives are recommended).

Software Requirements

  • composer (min version: 1.8.4)
  • npm (tested w/ v 5.8.0)
  • php (required PHP 7 or newer - lower versions unsupported!)

PHP Extension Requirements

  • JSON
  • Curl (highly recommended)
  • Image Magick (imagick) for 2FA support

Installation

Make sure all prerequisites are installed. Afterwards, clone this repository, make install.shexecutable and run it.

Configuration

Configuration is currently done via the installer. Alternatively, you may also edit the .env file directly. This process will be moved to the browser later.

Bug reports

Please report any bugs you find to the issues section here! It'd be immensely helpful. PRs are also accepted.