The response with the data.
The job_application id object.
See the API documentation. Successes are passed using
Promise.resolve
, failures using Promise.reject
.
Attempts to add a job application to the database.
The response with the data.
The student id object.
See the API documentation. Successes are passed using
Promise.resolve
, failures using Promise.reject
.
Attempts to add a person to the database.
The response with the data.
See the API documentation. Successes are passed using
Promise.resolve
, failures using Promise.reject
.
Attempts to add roles to the database.
The response with the data.
The job_application id object.
See the API documentation. Successes are passed using
Promise.resolve
, failures using Promise.reject
.
Attempts to add a job application skill to the database.
The response with the data.
The job application id.
See the API documentation. Successes are passed using
Promise.resolve
, failures using Promise.reject
.
Attempts to add a student to the database.
The response with the data.
The id of a person.
See the API documentation. Successes are passed using
Promise.resolve
, failures using Promise.reject
.
This function checks if the answer on a certain question contains a word.
The question.
the word we are searching for in the answer.
True if the question options contain the word, else false.
Attempts to create a new form in the system.
The Express.js request to extract all required data from.
See the API documentation. Successes are passed using
Promise.resolve
, failures using Promise.reject
.
This function searches the chosen option for a given question.
The question.
The option that corresponds with the given answer.
This function searches a question with a given key in the form.
The form with the answers.
The key of the question.
The question that corresponds with the given key.
Parse the form to the email of this student.
The form with the answers.
See the API documentation. Successes are passed using
Promise.resolve
, failures using Promise.reject
.
Parse the form to the roles of this student.
The form with the answers.
See the API documentation. Successes are passed using
Promise.resolve
, failures using Promise.reject
.
Parse the form to the best skill this student.
The form with the answers.
See the API documentation. Successes are passed using
Promise.resolve
, failures using Promise.reject
.
Parse the form to the birth name of this student.
The form with the answers.
See the API documentation. Successes are passed using
Promise.resolve
, failures using Promise.reject
.
Parse the form to the cv of this student.
The form with the answers.
See the API documentation. Successes are passed using
Promise.resolve
, failures using Promise.reject
.
Parse the form to the duration of the education of this student.
The form with the answers.
See the API documentation. Successes are passed using
Promise.resolve
, failures using Promise.reject
.
Parse the form to the education levels of this student.
The form with the answers.
See the API documentation. Successes are passed using
Promise.resolve
, failures using Promise.reject
.
Parse the form to the university of this student.
The form with the answers.
See the API documentation. Successes are passed using
Promise.resolve
, failures using Promise.reject
.
Parse the form to the current year of the education of this student.
The form with the answers.
See the API documentation. Successes are passed using
Promise.resolve
, failures using Promise.reject
.
Parse the form to the educations of this student.
The form with the answers.
See the API documentation. Successes are passed using
Promise.resolve
, failures using Promise.reject
.
Parse the form to the email of this student.
The form with the answers.
See the API documentation. Successes are passed using
Promise.resolve
, failures using Promise.reject
.
Parse the form to the english level of this student.
The form with the answers.
See the API documentation. Successes are passed using
Promise.resolve
, failures using Promise.reject
.
Parse the form to the fun fact of this student.
The form with the answers.
See the API documentation. Successes are passed using
Promise.resolve
, failures using Promise.reject
.
Parse the form to the gender of this student.
The form with the answers.
See the API documentation. Successes are passed using
Promise.resolve
, failures using Promise.reject
.
Parse the form to the last name of this student.
The form with the answers.
See the API documentation. Successes are passed using
Promise.resolve
, failures using Promise.reject
.
Parse the form to the most fluent language of this student.
The form with the answers.
See the API documentation. Successes are passed using
Promise.resolve
, failures using Promise.reject
.
Parse the form to the motivation of this student.
The form with the answers.
See the API documentation. Successes are passed using
Promise.resolve
, failures using Promise.reject
.
Parse the form to the email of this student.
The form with the answers.
See the API documentation. Successes are passed using
Promise.resolve
, failures using Promise.reject
.
Parse the form to the phone number of this student.
The form with the answers.
See the API documentation. Successes are passed using
Promise.resolve
, failures using Promise.reject
.
Parse the form to the portfolio of this student.
The form with the answers.
See the API documentation. Successes are passed using
Promise.resolve
, failures using Promise.reject
.
Parse the form to the pronouns of this student.
The form with the answers.
See the API documentation. Successes are passed using
Promise.resolve
, failures using Promise.reject
.
Parse the form to the responsibilities of this student.
The form with the answers.
See the API documentation. Successes are passed using
Promise.resolve
, failures using Promise.reject
.
Gets the router for all /form/
related endpoints.
An Express.js {@link express.Router} routing all /form/
endpoints.
Parse the form to the volunteer info of this student.
The form with the answers.
See the API documentation. Successes are passed using
Promise.resolve
, failures using Promise.reject
.
Parse the form to the choice of being a student coach.
The form with the answers.
true if the student from the job application has already taken part in osoc previous years
See the API documentation. Successes are passed using
Promise.resolve
, failures using Promise.reject
.
Attempts to parse the answers in the form into attachment entities.
The form with the answers.
See the API documentation. Successes are passed using
Promise.resolve
, failures using Promise.reject
.
Attempts to parse the answers in the form into a job application entity.
The form with the answers.
true if the student has already taken part in osoc in a prev edition
See the API documentation. Successes are passed using
Promise.resolve
, failures using Promise.reject
.
Attempts to parse the answers in the form into a person entity.
The form with the answers.
See the API documentation. Successes are passed using
Promise.resolve
, failures using Promise.reject
.
Attempts to parse the answers in the form into role entities.
The form with the answers.
See the API documentation. Successes are passed using
Promise.resolve
, failures using Promise.reject
.
Attempts to parse the answers in the form into job application skills entities.
The form with the answers.
See the API documentation. Successes are passed using
Promise.resolve
, failures using Promise.reject
.
Attempts to parse the answers in the form into a student entity.
The form with the answers.
See the API documentation. Successes are passed using
Promise.resolve
, failures using Promise.reject
.
Generated using TypeDoc
Attempts to add attachments to the database.