submission
This commit is contained in:
@@ -38,6 +38,10 @@ abstract class SubmissionsRepository {
|
||||
int limitPageLength = 0,
|
||||
});
|
||||
|
||||
/// Get project detail by name
|
||||
/// Returns the full project detail as entity for form prefilling
|
||||
Future<ProjectSubmission> getSubmissionDetail(String name);
|
||||
|
||||
/// Save (create/update) a project submission
|
||||
/// Returns the project name (ID) from the API response
|
||||
Future<String> saveSubmission(ProjectSubmissionRequest request);
|
||||
|
||||
Reference in New Issue
Block a user