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

sheet data 구조 변경으로 인한 코드 변경 #44

Open
chanwooDev opened this issue Oct 24, 2022 · 1 comment · Fixed by #45
Open

sheet data 구조 변경으로 인한 코드 변경 #44

chanwooDev opened this issue Oct 24, 2022 · 1 comment · Fixed by #45
Assignees
Labels

Comments

@chanwooDev
Copy link
Member

요구사항

entity class , 일부 api 수정 필요

기존 sheet data

스크린샷 2022-10-24 오후 8 47 26

내부 테스트, 개선 작업을 통해 데이터 구조를 변경함

변경 구조

{
  "_id" : OBJECT("aksdkfkasdkfldskjf"),
  "bpm" : 120,
  "infos" : [
    {
      "root" : "A",
      "triad" : "maj7" | "none",
      "bass" : "C#" | "none",
      "beat_time" : 0.4123
    },
    {
      "root" : "none",
      "triad" : "none",
      "bass" : "none",
      "beat_time" : 0.8123
    },
    {
      "root" : "B",
      "triad" : "maj7",
      "bass" : "C#",
      "beat_time" : 1.2123
    },
    .... 
  ]

}

@chanwooDev chanwooDev self-assigned this Oct 24, 2022
@chanwooDev
Copy link
Member Author

Chord validation custom annotation 작성해야함

  • 코드 데이터 작성중.... 끝나면 업데이트 예정

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
1 participant