Artemis - elerning / Week 4 from April 25 to April 29

In reference to our proposal, mentioned here:

Proposal Near - Artemis
Report Week 4 E-learning Artemis

Facilitators
Alan Estrada -@cloudmex-alan
Cristian Zambrano.@Cristian

Project members
Maria Gutierrez - Marialegg.near
Jorge Cuauro - Jorgeluiscuauro.near
Juan Ochando - Jochando.near

Week 4 Goals Achieved

Frontend
The configuration at the figma level of the following screens was made:

  • Category loading
  • Instructor screen
  • Course creation screen
  • Course content loading screen
  • Course preview and course publishing.

Made improvements to the user profile screen already integrated with vue.

Images of the screens in figma

Backend
Initially, the registration of the user profile data was carried out at the contract level, but later it was modified to be stored centrally in a database using django for integration, since the user’s DNI by recommendation should not be public, that is why it changed.

The course creation structure was modified and the evaluation structure was created, which in turn led to the creation of a question structure and the creation of an answer structure.