Skip to content

Implement per-action base weights #1

@mkremins

Description

@mkremins

Some actions are just inherently more narratively significant than others, and should be prioritized as suggestions whenever available. As a first pass at enabling this behavior, we should:

  • Allow action authors to add an integer weight to every action definition.
  • Assign a default weight (1?) at action registration time if none is specified.
  • Adjust action suggestion sorting, which currently only respects author goals, to consider action base weights as well – maybe by summing or multiplying them with author goal weights.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions