Skip to content

Show explanation of priority of notam #16

@roznet

Description

@roznet

Summary

When a NOTAM has high or low computed priority, show the user why it was assigned that priority.

Proposed Implementation

  1. Extend Rule Result - Return reason string from rules:
    struct RuleResult {
        let priority: NotamPriority
        let reason: String  // e.g., "Within 8nm at your cruise altitude"
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions