refactor state storge, UI editor
This commit is contained in:
@@ -15,7 +15,10 @@ export interface Project {
|
||||
avatar_url: string;
|
||||
};
|
||||
commits?: any[];
|
||||
// Legacy (old BE): submission_ids
|
||||
submission_ids?: any[];
|
||||
// New BE: lightweight submissions list on project response
|
||||
submissions?: Array<{ id: string; status: string }>;
|
||||
members?: ProjectMember[];
|
||||
}
|
||||
export interface ProjectsResponse<T = Project> {
|
||||
|
||||
Reference in New Issue
Block a user