mauricioromagnollo / proffy

👨‍🏫🧑‍🎓 Projeto Open Source desenvolvido utilizando React, Node e React Native, de uma plataforma de estudos online, onde conseguimos conectar alunos e professores para ter aulas online.
MIT License
9 stars 5 forks source link

#Feat: Viewing available teacher schedules #20

Open mauricioromagnollo opened 4 years ago

mauricioromagnollo commented 4 years ago

In your list of proffys, if you look at the layout, you will notice that all available teachers' schedules are displayed just below their bio. Implement this functionality.

For this, you need to bring, along with the teacher's data, the information of your available days making a join with the CLASS_SCHEDULE table to return this data along with the listing.

SQL no Node.js com Knex.js | Masterclass #13