Skip to content

Commit 0378c5a

Browse files
committed
Add TODOs for project collection methods in ModifiablePublisher
1 parent 3c8810e commit 0378c5a

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/Nomad/ModifiablePublisher.cs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,14 @@ public override async Task ApplyEntryUpdateAsync(EventStreamEntry<DagCid> stream
220220
// TODO: Needs implementation instead of interface
221221
// await InnerUserRoleCollection.ApplyEntryUpdateAsync(streamEntry, updateEvent, cancellationToken);
222222
break;
223+
case nameof(InnerProjectCollection.AddProjectAsync):
224+
// TODO: Needs implementation instead of interface
225+
// await InnerProjectCollection.ApplyEntryUpdateAsync(streamEntry, updateEvent, cancellationToken);
226+
break;
227+
case nameof(InnerProjectCollection.RemoveProjectAsync):
228+
// TODO: Needs implementation instead of interface
229+
// await InnerProjectCollection.ApplyEntryUpdateAsync(streamEntry, updateEvent, cancellationToken);
230+
break;
223231
case $"{nameof(ParentPublishers)}.{nameof(IModifiablePublisherCollection<IReadOnlyPublisher>.AddPublisherAsync)}":
224232
// TODO: Needs implementation instead of interface
225233
// await ParentPublishers.ApplyEntryUpdateAsync(streamEntry, updateEvent, cancellationToken);

0 commit comments

Comments
 (0)