Planner aesthetics was an obsession of mine particularly during high school. There's something satisfying about customizing a weekly planner full of color-coded subjects, stickers, doodles and hidden folders. My goal for this template is to allow students the freedom to customize upon a somewhat blank template. Inside the planner, there are a few features that you may find useful.
Let's begin with the properties:
Class
Date Assigned, Current Date, Due Date: Used to also calculate Progress and Priority
Status
If you notice, I placed four sub-templates in each entry page. Below is an example of the Homework page. They include:
Homework: Document organizer included!
Research Paper: Citing table included!
5 Paragraph Essay
Thesis Paper: Citing table included!
Progress Formula:
if(dateBetween(prop("Due Date"), prop("Current Date"), "days") / dateBetween(prop("Due Date"), prop("Date Assigned"), "days") >= 1, "๐โช๏ธโช๏ธโช๏ธโช๏ธโช๏ธโช๏ธโช๏ธโช๏ธ", if(dateBetween(prop("Due Date"), prop("Current Date"), "days") / dateBetween(prop("Due Date"), prop("Date Assigned"), "days") >= .8, "๐๐โช๏ธโช๏ธโช๏ธโช๏ธโช๏ธโช๏ธโช๏ธ", if(dateBetween(prop("Due Date"), prop("Current Date"), "days") / dateBetween(prop("Due Date"), prop("Date Assigned"), "days") >= .7, "๐๐๐โช๏ธโช๏ธโช๏ธโช๏ธโช๏ธโช๏ธ", if(dateBetween(prop("Due Date"), prop("Current Date"), "days") / dateBetween(prop("Due Date"), prop("Date Assigned"), "days") >= .6, "๐๐๐๐โช๏ธโช๏ธโช๏ธโช๏ธโช๏ธ", if(dateBetween(prop("Due Date"), prop("Current Date"), "days") / dateBetween(prop("Due Date"), prop("Date Assigned"), "days") >= .5, "๐๐๐๐๐โช๏ธโช๏ธโช๏ธโช๏ธ", if(dateBetween(prop("Due Date"), prop("Current Date"), "days") / dateBetween(prop("Due Date"), prop("Date Assigned"), "days") >= .4, "๐๐๐๐๐๐โช๏ธโช๏ธโช๏ธ", if(dateBetween(prop("Due Date"), prop("Current Date"), "days") / dateBetween(prop("Due Date"), prop("Date Assigned"), "days") >= .3, "๐๐๐๐๐๐๐โช๏ธโช๏ธ", if(dateBetween(prop("Due Date"), prop("Current Date"), "days") / dateBetween(prop("Due Date"), prop("Date Assigned"), "days") >= .2, "๐๐๐๐๐๐๐๐โช๏ธ", if(dateBetween(prop("Due Date"), prop("Current Date"), "days") / dateBetween(prop("Due Date"), prop("Date Assigned"), "days") >= .1, "๐๐๐๐๐๐๐๐๐", if(dateBetween(prop("Due Date"), prop("Current Date"), "days") / dateBetween(prop("Due Date"), prop("Date Assigned"), "days") <= .1, "DUE!", ""))))))))))
Priority Formula:
if(prop("Progress") == "๐โช๏ธโช๏ธโช๏ธโช๏ธโช๏ธโช๏ธโช๏ธโช๏ธ", "๐ Prepare", if(prop("Progress") == "๐๐โช๏ธโช๏ธโช๏ธโช๏ธโช๏ธโช๏ธโช๏ธ", "๐ Prepare", if(prop("Progress") == "๐๐๐โช๏ธโช๏ธโช๏ธโช๏ธโช๏ธโช๏ธ", "๐ Get to Work", if(prop("Progress") == "๐๐๐๐โช๏ธโช๏ธโช๏ธโช๏ธโช๏ธ", "๐ Get to Work", if(prop("Progress") == "๐๐๐๐๐โช๏ธโช๏ธโช๏ธโช๏ธ", "๐ Get to Work", if(prop("Progress") == "๐๐๐๐๐๐โช๏ธโช๏ธโช๏ธ", "โจ Polish", if(prop("Progress") == "๐๐๐๐๐๐๐โช๏ธโช๏ธ", "โจ Polish", if(prop("Progress") == "๐๐๐๐๐๐๐๐โช๏ธ", "๐ฅ Danger Zone", if(prop("Progress") == "๐๐๐๐๐๐๐๐๐", "๐ฅ Danger Zone", if(prop("Progress") == "DUE!", "DUE!", ""))))))))))