RecursiveThinking / recursive_thinking_website

Recursive Thinking Website
5 stars 2 forks source link

JS/Schema/Database - Does lessons schema Need a Boolean Attribute, "scheduled: false" #133

Open sethborne opened 6 years ago

sethborne commented 6 years ago

the attribute would initialize as false

Display on Vote for Lessons:

all lessons with scheduled as false and a lessonVotes.length < 10 and a createdat date within the past XX (30) days will be on the

Display on UpComing Lessons:

all lessons with scheduled as true, and a date that is after currentdate - 1 day (so same day scheduled items still appear) will show in UpComing Lessons