Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.

[수정] 뱃지 조건 테이블 추가 #153

Open
NaRDo627 opened this issue Jun 24, 2021 · 0 comments
Open

[수정] 뱃지 조건 테이블 추가 #153

NaRDo627 opened this issue Jun 24, 2021 · 0 comments
Labels
application 소스, 어플리케이션 레벨 이슈 enhancement 기존 기능 개선 feature 새로운 기능
Milestone

Comments

@NaRDo627
Copy link
Contributor

public static class Mureng3Days{
public final static Long id = 1L;
public final static int conditionOfCount = 3;
}
public static class CelebrityMureng {
public final static Long id = 2L;
public final static int conditionOfCount = 10;
}
public static class AcademicMureng {
public final static Long id = 3L;
public final static int conditionOfCount = 3;
}
public static class MurengSet{
public final static Long id = 4L;
public final static int conditionOfCount = 30;
}

지금 이런식으로 하드코딩 되어있는 것 같은데, 이를 별도의 테이블로 분리해서 관리한다.

@NaRDo627 NaRDo627 added enhancement 기존 기능 개선 feature 새로운 기능 application 소스, 어플리케이션 레벨 이슈 labels Jun 24, 2021
@NaRDo627 NaRDo627 added this to the 유지보수 milestone Jul 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
application 소스, 어플리케이션 레벨 이슈 enhancement 기존 기능 개선 feature 새로운 기능
Projects
None yet
Development

No branches or pull requests

1 participant