Skip to content

Instantly share code, notes, and snippets.

@thelazyindian
Created May 26, 2020 09:03
Show Gist options
  • Save thelazyindian/4651597e170404ece8204c2016640dcd to your computer and use it in GitHub Desktop.
Save thelazyindian/4651597e170404ece8204c2016640dcd to your computer and use it in GitHub Desktop.
missions (collection) {
randomDocumentId (documentId) {
details (collection) {
details (documentId) {
details "all mission details text" (string)
}
}
microtasks (collection) {
microtask-1 (documentId) {
answer "Cascading"
details "microtask details text"
name "Microtask - 1 (Introduction to Flask, HTML and CSS)" (string)
progress 20 (number)
question "CSS stands for _______ Style Sheets. [Fill in the blank]" (string)
resources (array)
0 "https://www.w3schools.com/html/html_basic.asp"
1 "https://www.w3schools.com/css/css_intro.asp"
2 "https://flask.palletsprojects.com/en/1.1.x/"
}
}
companyId "B5Gu4X7Wm2VOGmZSGsuE" (string)
coverImg "https://firebasestorage.googleapis.com/v0/b/widhya-web.appspot.com/o/missions%2FCoding%20%232.png?alt=media&token=e397cf8b-5307-480d-ab79-546a6d99bd8d" (string)
difficulty "l1" (string)
microtaskNos 5 (number)
name "Full Stack Development" (string)
tags (array)
0 "web"
1 "development"
2 "full stack"
3 "frontend"
4 "backend"
5 "webapp"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment