@using System.Text.Json
@model RelationshipMapViewModel
@{
ViewData["Title"] = $"Relationship Map - {Model.Project.ProjectName}";
ViewData["ProjectSection"] = "Relationships";
var jsonOptions = new JsonSerializerOptions { PropertyNamingPolicy = JsonNamingPolicy.CamelCase };
}
Relationships
A read-only network of character relationships as of @Model.StoryPointLabel.
Relationship key
Add initial relationships or relationship events, choose a later story point, or remove the character focus to build the map.
The relationship map renderer could not load. The relationship list below is still available.
}No relationships are visible for this map state.
} else {