Giter VIP home page Giter VIP logo

Comments (2)

hotsixman avatar hotsixman commented on June 9, 2024 1
  • SongScoreDetail에 하위 프로퍼티를 만들고 거기에 PlaydataType을 넣으면 좋을 것 같습니다.
interface SongScoreDetail {
  crown: CrownType
  badge: BadgeType
  best?: {
    score: number
    good: number
    ok: number
    ng: number
    pound: number
    combo: number
    hit: number
  }
}

이런식으로...

  • 베스트 점수를 SongScoreDetail에 합쳐서 확장프로그램 저장소에 저장하면, 사용자가 추가한 코스만 따로 저장하면 될 것 같습니다.
  • 단위도장 페이지에서 연주게임 베스트 기록을 보여주는 것은 그대로 접속할 때 마다 fetch를 통해 히로바에서 베스트 기록을 가져오되, 그 가져온 기록을 확장프로그램 저장소에 업데이트 하는 것이 좋을 것 같습니다.

from donder-hiroba-plus.

exqt avatar exqt commented on June 9, 2024
  • 조건은 range: 'more' | 'less' 는 필요없지 않을까요? 각 항목마다 more인지 less인지 하나만 정해질거 같은데 (예시: 양 개수 1000 이하 << 이런건 존재 의미가..)
  • 위의 이유 때문에 type property말고 다 펼쳐 놓는것도 괜찮을거 같습니다. { good: 1024, ok: 50, roll: 100, bad: null, ... }
  • 따로 플레이 상세 기록을 저장하는 기능이 추가되어야 할 것 같네요. 지금 있는 SongScoreDetail에 저번에 작성하신 PlaydataType을 합치면 좋을거 같네요. 이렇게 되면 TrainingCourseUserData는 저장할 필요는 없어 보이고 그냥 인터페이스 자체가 필요없어 보이네요

from donder-hiroba-plus.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.