codeigniter/codeigniter-applicants
3
0
Fork
You've already forked codeigniter-applicants
1
Recruitment application made in php
  • PHP 91.7%
  • Hack 4.2%
  • CSS 3.2%
  • HTML 0.7%
  • JavaScript 0.2%
Find a file
2024年06月12日 18:01:54 -04:00
application improve information of session for development 2024年06月12日 18:01:54 -04:00
assets removal os files as victor does 2024年02月08日 15:12:35 -04:00
docs DB: locations as associative tags, the tags interface will be a pain but easy to associate 2024年02月22日 15:17:36 -04:00
storage database models for request only - no insertion yet 2024年02月01日 16:55:29 -04:00
vendor update CI2/CI3 to work with php8 2024年06月12日 17:59:30 -04:00
.editorconfig minimal structure of application.. use CI3 but compatible with CI2 2024年01月17日 17:22:52 -04:00
.gitattributes minimal structure of application.. use CI3 but compatible with CI2 2024年01月17日 17:22:52 -04:00
.gitignore update CI framework, now with php8 compatibility, fix vendor ignore 2024年02月06日 18:02:58 -04:00
.gitmodules update framewor vendor due deprecation of mt_rand on newer php versions 2024年03月25日 14:38:11 -04:00
applicants.geany database models for request only - no insertion yet 2024年02月01日 16:55:29 -04:00
ENV_CI3 minimal structure of application.. use CI3 but compatible with CI2 2024年01月17日 17:22:52 -04:00
ENV_DEVEL minimal structure of application.. use CI3 but compatible with CI2 2024年01月17日 17:22:52 -04:00
index.php standarize to CI tutorial so more easy 2024年01月22日 19:46:17 -04:00
LICENSE Initial commit 2024年01月17日 20:26:58 +00:00
README.md standarize to CI tutorial so more easy 2024年01月22日 19:46:17 -04:00

Applicants

Recruitment application.

About this system

This is a simple recruitment application, its made in a development framework named Codeigniter using a development languaje named php.

Usage

The application employs a database for minimal data storage, internally, it permits to participants to upload information and store until a manager watched it.

Easyle, once deployed the future employee just get into, check a quick list of vacancies, then click or touch one and push on the postulate button, fill the fields with personal non-sensible data, and later wait for response based on such data.

At the manager side, just check the list of people that already fill such info, and mark what are usefully for work or not, later can bypass the data and create new vacancies.

Getting started

Is a model–view–controller (MVC) application, providing default structures for a database, a web service, and web pages templates. It does not forced the MVC model so this is perfectly to adopt for any contributor!

Database Workbench desing docs/applicantsdb.mwb only for informational purposes, the model may change in time so better to check the files over docs directory..

If you want to isntall and deploy this application, please read directly docs/DEPLOY-INSTALL.md

If you want to develop and contribute to the application, please read directly docs/DEVELOPMENT.md

Already a pro? Just clone and setup your own.

mkdir -p ~/Devel/ && git clone --recursive https://codeberg.org/codeigniter/codeigniter-applicants ~/Devel/codeigniter-applicants

LICENSE

CC-BY-SA-NC please check licence file LICENSE