diff --git a/backend/apis/nodejs/src/models/job_offer_model.js b/backend/apis/nodejs/src/models/job_offer_model.js index a45a62c..c4b9d6d 100644 --- a/backend/apis/nodejs/src/models/job_offer_model.js +++ b/backend/apis/nodejs/src/models/job_offer_model.js @@ -73,9 +73,10 @@ async function findById(jobOfferId) { } /** - * Get all job offers for a specific organization, including their tags - * @param {*} organizationId - * @returns + * Get all job offers for a specific organization + * @param {*} organizationId The organization id for which + * you're looking job offers for + * @returns An array of JobOffers plus associated tags */ async function findByOrganizationId(organizationId) { // This is equal to diff --git a/backend/apis/nodejs/src/models/reset_password_model.js b/backend/apis/nodejs/src/models/reset_password_model.js index 7c96df7..a56070d 100644 --- a/backend/apis/nodejs/src/models/reset_password_model.js +++ b/backend/apis/nodejs/src/models/reset_password_model.js @@ -28,7 +28,7 @@ async function findBySecret(secret) { } /** - * Given a secret and a new password, update the Peron's personal password + * Given a secret and a new password, update the Peron's password * * @param {*} password The new (hashed) password * @param {*} secret The secret received via e-mail (table RequestResetPassword) diff --git a/frontend/vanilla/html/testing/cardTest.html b/frontend/vanilla/html/testing/cardTest.html new file mode 100644 index 0000000..e7c104b --- /dev/null +++ b/frontend/vanilla/html/testing/cardTest.html @@ -0,0 +1,95 @@ + + + + + + + + Multi-row Bootstrap Cards + + + +
+
+ +
+
+
+
Programmatore informatico
+

Cerchiamo uno sviluppatore in grado di programmare in NodeJS/Javascript

+
+
+
+ +
+
+
+
Card 2
+

This is another sample card.

+
+
+
+ +
+
+
+
Card 3
+

This is yet another sample card.

+
+
+
+ + +
+
+
+
Card 3
+

This is yet another sample card.

+
+
+
+ +
+
+
+
Card 3
+

This is yet another sample card.

+
+
+
+ +
+
+
+
Card 3
+

This is yet another sample card.

+
+
+
+ +
+
+
+
Card 3
+

This is yet another sample card.

+
+
+
+ +
+
+
+
Card 3
+

This is yet another sample card.

+
+
+
+
+
+ + diff --git a/frontend/vanilla/html/testing/chattest.html b/frontend/vanilla/html/testing/chattest.html new file mode 100644 index 0000000..fe1fe9b --- /dev/null +++ b/frontend/vanilla/html/testing/chattest.html @@ -0,0 +1,178 @@ + + + + + + Chat Template + + + +
+
+
Chat 1
+
Chat 2
+
Chat 3
+ +
+
+ +
+
+
+ + + +
+ + + + diff --git a/frontend/vanilla/html/testing/profiletest.html b/frontend/vanilla/html/testing/profiletest.html new file mode 100644 index 0000000..1c7bf2c --- /dev/null +++ b/frontend/vanilla/html/testing/profiletest.html @@ -0,0 +1,141 @@ + + + + + + + +
+
+
+ +
+
+ +
+
+
+
+ avatar +
John Doe
+

Full Stack Developer

+

Napoli, Italy

+
+ + +
+
+
+
+
+
    +
  • + +

    johndoe.com

    +
  • +
  • + +

    johndoe

    +
  • +
  • + +

    @mdbootstrap

    +
  • +
  • + +

    mdbootstrap

    +
  • +
  • + +

    mdbootstrap

    +
  • +
+
+
+
+
+
+
+
+
+

Full Name

+
+
+

Johnatan Smith

+
+
+
+
+
+

Email

+
+
+

example@example.com

+
+
+
+
+
+

Phone

+
+
+

(097) 234-5678

+
+
+
+
+
+

Address

+
+
+

Bay Area, San Francisco, CA

+
+
+
+
+
+
+
+
+

Skills

+

Web Design

+
+
+
+

Website Markup

+
+
+
+

One Page

+
+
+
+

Mobile Template

+
+
+
+

Backend API

+
+
+
+
+
+
+
+
+
+
+ + \ No newline at end of file