How you'll work.
In sprints - two weeks each. A sprint is a set of tasks with clear
acceptance criteria: you build each one and ship it as a submission.
build → submit → get reviewed → next task
Your work gets read.
A mentor from Relativity reviews what you ship - and so do cohort-mates
walking the same sprint.
Live sessions run on the cohort's calendar.
Real time with the crew.
You're never solo.
Your cohort has a shared room, and a help room for when you're stuck.
Sprints unlock on the cohort's shared beat - the pace inside each
one is yours.
sprint 3 · your submission · 2 reviews
+ public class BoardService
+ Task<Board> Create(BoardDto dto)
O
Ola Classmate
Took me two tries to get this split right - yours is cleaner than mine.
reviewed
T
Tomek Mentor
Clean split between the service and the controller. One naming nit - see my note, then ship it.
approved