Skip to content

Commit

Permalink
feat: Form model に回答を一般公開するかどうかの設定項目を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
rito528 committed Aug 25, 2024
1 parent 1643d33 commit e87ce25
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/models/form.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,16 @@ model Form {
webhook_url: url;

default_title: string;

/**
* フォーム自体を公開するかどうか
*/
visibility: Visibility;

/**
* 回答を公開するかどうか
*/
answer_visibility: Visibility;
};
metadata: {
created_at: utcDateTime;
Expand Down

0 comments on commit e87ce25

Please sign in to comment.