Using n8n to Streamline Student Project Review – With Focus on OOP
dev.toΒ·1dΒ·
Discuss: DEV
πŸ‘Code Review
Preview
Report Post

Over the last semester, I explored how automation can improve the way we track and evaluate student projects, especially in structured programming courses like OOP.

The challenge: Manually reviewing dozens of GitHub repositories, tracking submission dates, verifying file structures, and organizing feedback across multiple classes.

The solution: I built a workflow with n8n, the open-source automation tool, that:

Pulls data from student GitHub repos (via API)

Analyzes key project files and folder structure

Flags missing components (e.g. missing class implementations)

Automatically labels each repo by topic focus (e.g. inheritance, polymorphism)

Generates a summary report in Google Sheets or Notion

Notifies me when new pushes are made after deadline 🚨

🧠 Why it worked so w…

Similar Posts

Loading similar posts...