docs: move Phase 2.5 Stream Now to COMPLETED.md

This commit is contained in:
daniel-c-harvey
2026-06-07 18:39:49 -04:00
parent 9015411f12
commit 3f02686012
3 changed files with 55 additions and 91 deletions
@@ -5,11 +5,10 @@ using NetBlocks.Models;
namespace DeepDrftPublic.Client.Services;
/// <summary>
/// Track metadata fetch abstraction. Both SSR and WASM passes are served by
/// Track metadata fetch abstraction. Both SSR and WASM renders are served by
/// <c>TrackClientDataService</c> in this assembly, which delegates to
/// <see cref="Clients.TrackClient"/> over HTTP.
///
/// Components inject this single seam so they do not branch on render mode.
/// <see cref="Clients.TrackClient"/> over HTTP. Components inject this single seam
/// so they do not branch on render mode.
/// </summary>
public interface ITrackDataService
{