Developer-DAO / academy-turbo

D_D Academy is an open-source education platform created by and for Developer DAO.
https://academy.developerdao.com
MIT License
17 stars 10 forks source link

Feature: Refactor how to show the authors array on tracks and lessons #196

Open Markkos89 opened 6 months ago

Markkos89 commented 6 months ago

Refactor how to show the authors array on tracks and lessons after reading from database with new format

Feature

const authorsArray = [”author01”, “author02”, "n..."] 

a simple raw implementation code would look like:

... // TBD

related to #qwe and #asd