[1차 VER1.0...] Java ToyProject upload by JongYoon BAE#37
Open
jy-b wants to merge 80 commits intoFastCampusKDTBackend:mainfrom
Open
[1차 VER1.0...] Java ToyProject upload by JongYoon BAE#37jy-b wants to merge 80 commits intoFastCampusKDTBackend:mainfrom
jy-b wants to merge 80 commits intoFastCampusKDTBackend:mainfrom
Conversation
[Init project]
[Change Package Structure]
[Add CustomHashMap.java]
[
Added : Map interface
Modified : make CustomHashMap implements smartstore.util.Map
delete CustomHashMap getOrdefault Method : use map.getOrDefault()
remove method return type : Entry<K, V> -> boolean
]
[ Modify : size method added in Map Interface, CustomHashMap Class ]
[ Added : Collections Interface, Class List ]
[
Deleted(Already Moved)
CustomerMenu.java
GradeMenu.java
MainMenu.java
Menu.java
]
[fix typo, edit comments]
[ Modified : == change to equals in if statements ]
[edit comments]
[add todo]
[ Added : Entry Interface Modified : Inner Class "Entry" Name changed to "Node" Inner Class Node implements Entry Interface ]
[ Added : body of method size() Modified : change default capacity of CustomHashMap 5 -> default_size(16) * loadFactor(0.75f) change some comments ]
[ Modified : Add null check change some comments ]
[ Added : CustomEnumMap Class ]
[ Added : @SuppressWarnings annotation ]
[
Modified : return type of remove Methods
T -> boolean;
Add abstract method toArray
]
[ Deleted : List Class Added : CustomList Class Modified : Implement CustomList ]
[
Modified : remove unnecessary var
remove unnecessary semicolon;
]
[ Modified : remove unnecessary Unary operator ]
[ Modified : Rename Collections -> List ]
[Modified : Menu Structure]
[Renamed : Grade* -> Membership]
[ Modified : simplify duplicated code, ]
[ Modified : Add String[] value for print each menu Add method return matched Screen ]
[ Modified : simplify duplicated code, ]
[ Renamed : GradeMenu.java -> MembershipMenu ]
[ Moved : Move to Package by ClassName ]
[ Motified : Add Load initial screen ]
[Renamed : grade -> membership]
[Renamed : Grade -> Membership]
[ Added : Classes for Customer Deleted : Unnecessary interface ]
[fixed: Fix bug loop problem in Membership function]
[Change proj Structure Fix bug : fix Invalid loop while Membership update]
[Change proj Structure Fix bug : fix Invalid loop while Membership update]
[New Feat : Add Customer from user input]
[New Feat : Add Customer from user input]
[fix comment]
[New Feat : Get sub list from CustomList]
[ New Feat : View Customer List All, By Paging, By Id ]
[ New Feat : Update CustomerInfo - ID, Name, Usage Time, Payment Amount Modified : Duplicated User(Check by Id) not Allow to add ]
[ New Feat : Delete Customer By user id Modified : remove Method of CustomList always throw Exception problem ]
[ New Feat : Refresh Memberships of User function ]
[ref]
[ modified : conditions of set membership, update membership return to prev menu after update deleted : unnecessary file ]
[ add @todo ]
[ New Feat : Sort Customers Name, Usage Time, Payment Amount Group By Membership. ]
[Clean Up code]
[Clean Up code]
[ Add Condition When update Membership ex) Higher Membership's usageTime can't be lower than Lower Membership Summary Index RangeOut Fix ]
[ Add Condition When init Membership ]
# Conflicts: # src/com/smartstore/Main.java
[Clean Up code, Add Test Code, Add Some Color To menu]
[ New Feat : sort as ASC, DESC Feat ]
[edit README.md]
[edit README.md]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
메뉴 선택을 분기문을 사용하지 않고 구현 하는걸 목표로 잡고 했습니다.
덕분에 구현하다가 코드 속에서 제가 길을 잃었습니다.
비슷한 내용의 코드는 최대한 제거 하고자 하였으나 좀 남아있는거 같습니다.
추가 사항
회원 등급
(낮은 등급과 완전히 동일하거나 사용 시간과 사용 금액이 모두 낮은 경우 등)
회원