Miguel Nogueira
a4e415943a
Add save & update functionality to positions
...
Tooltips also added, as well as a general configuration file for Mojang Status URL.
Relationships were also added between forms and Vacancies.
Status verification for the dashboard was moved to a Service Provider, where it adds log entries when cache expires.
Authentication controllers were also updated to reflect the new dashboard URL.
2020-05-08 00:24:56 +01:00
Miguel Nogueira
290104eea7
Added view forms
2020-05-07 00:36:33 +01:00
Miguel Nogueira
f52b249834
Error and success messages from form builder
2020-05-06 23:16:34 +01:00
Miguel Nogueira
8d79345095
Store form structure in DB
2020-05-06 05:42:55 +01:00
Miguel Nogueira
2df5bf144d
Added save function to save button
...
This commit also improves how forms are parsed by PHP by passing them as arrays, therefore making them easier to process.
Note: One of the files contains a debug statement that will be removed in the next commit
2020-05-06 03:44:39 +01:00
Miguel Nogueira
dd3213e918
Dynamic form field names
2020-05-06 03:19:20 +01:00
Miguel Nogueira
79eaa2ea54
Add dynamic form builder
...
This form builder still needs some improvements and names for every field.
2020-05-05 05:25:56 +01:00
Miguel Nogueira
27794729b9
Added vacancies list
2020-05-03 05:04:26 +01:00
Miguel Nogueira
f5bb92b3c8
Add Registered Player listing
2020-05-03 04:31:02 +01:00
Miguel Nogueira
cfb8e6bbca
Add Staff Member listing
2020-05-03 04:10:33 +01:00
Miguel Nogueira
669fbc1ae5
Add Mojang's status to dashboard
...
Also adds a Cache table to the database. Contains incomplete routes.
2020-05-03 00:45:29 +01:00
Miguel Nogueira
5e87fb7683
Finish pending interview queue page
2020-05-02 20:51:36 +01:00
Miguel Nogueira
7cf056f57e
Switch custom Guzzle integration for Laravel's HTTP facade
...
Commit also adds config options to the example file.
2020-05-02 20:18:56 +01:00
Miguel Nogueira
623200914d
Add interview page (incomplete commit)
2020-05-02 06:54:14 +01:00
Miguel Nogueira
e0e417e631
Add peer review tab
2020-05-01 06:21:44 +01:00
Miguel Nogueira
b5e6a4a94b
Added Outstanding applications page
...
This commit also includes Chart.js for the whole project using Webpack. It also updates NPM packages to support ChartJS, and suppresses locale.js warnings from Webpack builds.
Gitignore removes the webpack bundle file since that file should be built each time dependencies/js code are modified.
2020-05-01 05:42:19 +01:00
Miguel Nogueira
c802908bf3
Add "My Profile" Page
...
This commit adds the layout for the profile page, for users and staff members.
2020-04-30 22:53:57 +01:00
Miguel Nogueira
76d6ea6704
Added denied applications page
...
This commit adds a modified version of the previous page, meant for displaying denied apps.
Also modified method names and adds dates.
2020-04-30 16:55:14 +01:00
Miguel Nogueira
169f58c8ec
Merge remote-tracking branch 'origin/master'
2020-04-30 16:39:32 +01:00
Miguel Nogueira
045b0c42f6
Added Under Review page
...
The user applications page has been added into the app.
2020-04-30 16:38:54 +01:00
Miguel Nogueira
20bb7bbcb5
Ammend to previous commit
2020-04-29 22:36:38 +01:00
Miguel Nogueira
914bde3709
Make optional application-related registration parameters optional
...
This commit makes optional registration parameters optional; They should only be filled in after the user has submitted an application. The application will crash during registration without these parameters being optional, and adding them to the form would be illogical.
2020-04-29 22:23:26 +01:00
Miguel Nogueira
58b6f3292e
Make optional application-related registration parameters optional
2020-04-29 22:18:34 +01:00
Miguel Nogueira
11e8062500
Migration reversal for vote_has_application
2020-04-29 21:59:41 +01:00
Miguel Nogueira
3b0c862d47
Include previous fix
2020-04-29 21:57:57 +01:00
Miguel Nogueira
beee71e4c3
Enforce data consistency
2020-04-29 21:56:41 +01:00
Miguel Nogueira
f514c4f848
Optimize tables
2020-04-29 21:16:05 +01:00
Miguel Nogueira
7c22894e94
Added models, migrations and controllers
...
This commit adds the logical structure for the app.
2020-04-29 18:15:54 +01:00
Miguel Nogueira
70c7429e36
Added Authentication Scaffolding, Dashboard, and Sidenav
2020-04-29 03:20:00 +01:00
Miguel Nogueira
3bd773e2d3
Added main page
...
This commit adds the main page (incl. breadcrumbs), a license file, a contact form (with recaptcha) and a captcha config file.
2020-04-27 07:28:00 +01:00
Miguel Nogueira
f80e9fcba0
First commit
2020-04-26 05:09:32 +01:00