- Assignments mapped to curriculum, grades and subjects - Activity library will have all assignments and teachers can assign to students from there - Concepts mapped to curriculum, grades and subjects - Classrooms mapped to curriculum, grades and subjects - We need to handle step solve case - Update activity library and include filters with default based on the classroom they are teaching - Give template view and have teachers assign to classroom from there instead of share Actions - Create DB models for grade, curriculum and subject - Update DB model for step solve to handle this case - Update activity library view - Update activity previewing for teachers frontend - Delete existing classroom activities that are unused - Update classroom creation process - Update assignment creation process seed script ---- Seed Scripts to Run - createStepSolveAssignmentTemplate - updateStepSolveActivityAssignmentIds - deleteNonLiveActivitiesFromAllClassrooms - mapAllAssignmentsToSubject - mapAllAssignmentsToGrade(11) - mapAllAssignmentsToGrade(12) - mapAllAssignmentsToCourse - mapAllConceptsToSubject - mapAllConceptsToGrade(11) - mapAllConceptsToGrade(12) - mapAllConceptsToCourse - manually mark all classrooms course - manually mark all classrooms grade - createNewTopics - createNewConcepts - createNewKnowledgeZapAssignments