Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

when merging frontend and backend, reuse and merge this with the frontend model #371

Open
github-actions bot opened this issue Oct 27, 2023 · 0 comments
Assignees
Labels

Comments

@github-actions
Copy link

https://api.github.com/fujaba/fulib.org/blob/5ff763332bb1a10da1d53a8cf25d5182fe37d7b8/services/apps/assignments/src/solution/solution.schema.ts#L38

  '3P'?: boolean;
}

// TODO when merging frontend and backend, reuse and merge this with the frontend model
export class Feedback {
  @IsOptional()
  @IsIn([1, 2, 3, 4])
  appropriate?: number;

  @IsOptional()
  @IsIn([1, 2, 3, 4])
  helpful?: number;

  @IsOptional()
  @IsIn([1, 2, 3, 4])
  understandable?: number;
}

export class AuthorInfo {
  @Prop()
  @ApiPropertyOptional()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant