working on Autocomplete field for member addition to projects

This commit is contained in:
2025-07-21 23:47:28 +02:00
parent cad74d1b78
commit 7eca9dd08e
7 changed files with 123 additions and 28 deletions

View File

@@ -16,5 +16,4 @@ public interface ProjectService {
loadMembers(List.of(project));
return project;
}
Map<Long, Map<String,Object>> mapProjects(Map<Long, Project> projects);
}