🎯 Objectives

Passing objectives from GitHub to Hugo

<!--{{<objectives>}}-->
- [ ] Objective 1
- [ ] Objective 2
- [ ] Objective 3
<!--{{</objectives>}}-->

If you want to add objectives from a GitHub issue or readme into your success criteria, mark up a task list and wrap it in the objectives shortcode. Comment out the shortcode to hide it on GitHub.

This will render the task list on GitHub and will be picked up, rendered, and tracked as learning objectives by Hugo. This means:

  1. readmes: any learning objectives on any readme added to a prep or dayplan will be added to the success criteria of that sprint
  2. issues: any learning objectives on the entire backlog page will be added to the success criteria of the sprint
  3. any issues added as single blocks will be added to the success criteria of the sprint, unless they have already been tracked on the backlog page
  4. on any issue or readme block, learning objectives will be removed from the body and shown in the learning objectives details instead

(Tasks will be rendered but not tracked.)

πŸ’‘Tip

Fenced objectives will also work like this on Hugo, but on GitHub will be plain text.