We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
(1) pair의 정렬은 어떻게 이루어져야하는가
(1-1) 테스크 생성사 작성자, 생성일자와 같은 pair는 기본적으로 생성해주기로 했는데, 이 pair들은 위 두가지 선택지에 따라 어떻게 정렬할 것인가.
(2) pair의 생성 제한하기
(3) 위 논의에 따라 스키마 결정하기
(1) 어떻게 나열할 것인가
{ [emoji : string] : {users: array<string>, time: string } }
The text was updated successfully, but these errors were encountered:
[{ "id" : 1 "type" : "checkbox", "name" : "check", "value" : ~~~ }, { }]
attribute type에 따라 여러 개를 생성할 수 있는지 정해야 함
// value의 모양도 달라지므로 정해야 함
type Attribute struct { id uint type string name string value json }
Sorry, something went wrong.
No branches or pull requests
1. attribute value pair
1.1 현재 프론트엔드 구현
1.2 논의해야할 점
(1) pair의 정렬은 어떻게 이루어져야하는가
(1-1) 테스크 생성사 작성자, 생성일자와 같은 pair는 기본적으로 생성해주기로 했는데, 이 pair들은 위 두가지 선택지에 따라 어떻게 정렬할 것인가.
(2) pair의 생성 제한하기
(3) 위 논의에 따라 스키마 결정하기
2. reaction
2.1 논의해야할 점
(1) 어떻게 나열할 것인가
The text was updated successfully, but these errors were encountered: