Livoa LogoLivoa
SkillOrbit Database Schema
collections / users



uid (string)

email (string)

username (string)

profilePicUrl (string)

enrolledCourses (array)

completedSubtopics (map)

achievements (array)

createdAt (timestamp)

collections / courses



id (string)

name (string)

description (string)

icon (string)

hasDetailedTopics (bool)

topicNames (array)

topics (array of objects)

- id, name, order, desc

- subtopics (array)

+ id, name, videoUrl

+ quizQuestions (array)

* question, options

* correctAnswerIndex

createdAt (timestamp)

collections / achievements



id (string)

name (string)

description (string)

icon (string)

type (string)

requirement (string)

points (integer)

Schema

by Molla

0
0 uses