rbrecruiter/app/Http/Controllers
Miguel Nogueira 4c6a435e34 Entrypoint: Add Application Page
This commit finally adds the dynamically rendered form that changes according to how the user builds their form.
It also fragments the header and footer for the main page into their own separate files for ease of access later.
Vacancy status has also been added to the Vacancies in DB.
All staff application endpoints have also been moved to under the user application endpoints group, for ease of use (duplicated route group).
2020-05-08 06:06:24 +01:00
..
Auth Add save & update functionality to positions 2020-05-08 00:24:56 +01:00
ApplicationController.php Entrypoint: Add Application Page 2020-05-08 06:06:24 +01:00
AppointmentController.php Added models, migrations and controllers 2020-04-29 18:15:54 +01:00
ContactController.php Switch custom Guzzle integration for Laravel's HTTP facade 2020-05-02 20:18:56 +01:00
Controller.php First commit 2020-04-26 05:09:32 +01:00
DashboardController.php Dynamic position rendering for homepage 2020-05-08 01:45:29 +01:00
FormController.php Added view forms 2020-05-07 00:36:33 +01:00
HomeController.php Dynamic position rendering for homepage 2020-05-08 01:45:29 +01:00
LogController.php Added models, migrations and controllers 2020-04-29 18:15:54 +01:00
ProfileController.php Add "My Profile" Page 2020-04-30 22:53:57 +01:00
ResponseController.php Added models, migrations and controllers 2020-04-29 18:15:54 +01:00
StaffProfileController.php Added models, migrations and controllers 2020-04-29 18:15:54 +01:00
UserController.php Add Registered Player listing 2020-05-03 04:31:02 +01:00
VacancyController.php Entrypoint: Add Application Page 2020-05-08 06:06:24 +01:00
VoteController.php Added models, migrations and controllers 2020-04-29 18:15:54 +01:00