Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Often several goals will be allocated to a person at one time. e.g. on first sign up. A goal group is a collection entry that names a list of goals. e.g. GoalGroup { name: string goals: [Goal] trigger: [ badge id, new account, other ] comment: - describe when this group is allocated. }We don’t keep a separate collection of goal groups. We look for goals having the same category.

On the /goals page we list all the available goals organised by category. In order to assist testing a button under each list allows the user to assign that category of goals to themselves.

GoalCard Component

A GoalCard is the visual representation of the goal. It is a portrait mode card showing the illustration, title, and subtitle. It may also show the associated badge. On hover/active a 'more information' link may show the a more detailed description. The entire card is clickable.

Once clicked the person will move into the work steps which may have one or more interactive pages that lead the person through the work necessary , or might handoff to a separate system such as a Learning Management System LMS or Training Delivery Platform (TDP) or even a Voluntarily Activity.

...