Milestones vs modules #1143
-
|
I saw there are also milestones that require the use of the code the learner built in the previous modules. Is this currently automatically presented to the learner after finishing the required modules, or does the learner need to actively search to complete the milestone? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Great question! Yes, milestones are automatically surfaced to learners after completing the required modules. Here's how it works:
So learners don't need to actively search — the CLI proactively tells them what's available as they progress through modules. |
Beta Was this translation helpful? Give feedback.
Great question! Yes, milestones are automatically surfaced to learners after completing the required modules. Here's how it works:
Automatic notifications: When you complete a module via
tito module complete, the system automatically checks if any milestones are now unlocked and notifies youStatus display: Running
tito module statusshows a "🏆 Milestones Unlocked" section that displays:Explicit running: While discovery is automatic, learners still run milestones explicitly with
tito milestone run <id>— this is intentional since milestones are capstone experiences m…