Skip to content

Commit

Permalink
Add TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
enricocolasante committed Jan 24, 2025
1 parent 126f259 commit ba80a46
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ public Enrollment getEnrollment(
return enrollments.getItems().get(0);
}

// TODO(DHIS2-18883) Pass EnrollmentParams as a parameter
@Nonnull
@Override
public List<Enrollment> getEnrollments(@Nonnull Set<UID> uids) throws ForbiddenException {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ public Page<Event> getEvents(
return eventStore.getEvents(queryParams, pageParams);
}

// TODO(DHIS2-18883) Pass EventParams as a parameter
@Override
public RelationshipItem getEventInRelationshipItem(@Nonnull UID uid) {
Event event;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,7 @@ private RelationshipItem getRelationshipItem(TrackedEntity trackedEntity, Relati
* @return the TE object if found and accessible by the current user or null otherwise
* @throws NotFoundException if uid does not exist
*/
// TODO(DHIS2-18883) Pass TrackedEntityParams as a parameter
private RelationshipItem getTrackedEntityInRelationshipItem(String uid) throws NotFoundException {
RelationshipItem relationshipItem = new RelationshipItem();

Expand Down

0 comments on commit ba80a46

Please sign in to comment.