Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

mins-git

mins-git pushed 1 commit to master mins-git/DailyAlgorithmChallenge
  • [Gold IV] Title: 가르침, Time: 628 ms, Memory: 295672 KB -BaekjoonHub e442f44

View on GitHub

mins-git pushed 1 commit to master mins-git/DailyAlgorithmChallenge
  • [Gold V] Title: 감소하는 수, Time: 108 ms, Memory: 14520 KB -BaekjoonHub d6504bc

View on GitHub

mins-git pushed 1 commit to master mins-git/DailyAlgorithmChallenge
  • feat(java): 2667 단지 번호 붙이기 8b356a5

View on GitHub

mins-git pushed 1 commit to master mins-git/DailyAlgorithmChallenge
  • [Silver I] Title: 단지번호붙이기, Time: 108 ms, Memory: 14240 KB -BaekjoonHub d66b84e

View on GitHub

mins-git pushed 1 commit to master mins-git/vue-self-study
  • feat(day13): Vue withd drf02 223ac29

View on GitHub

mins-git pushed 1 commit to master mins-git/vue-self-study
  • faet(vue): Vue with DRF02 926cb0e

View on GitHub

mins-git pushed 1 commit to master mins-git/vue-self-study

View on GitHub

mins-git pushed 1 commit to master mins-git/vue-self-study
  • feat: day12 Vue with DRF day1 8a2c742

View on GitHub

mins-git pushed 1 commit to master mins-git/vue-self-study
  • refactor: 프로젝트명 변경 5539bba

View on GitHub

mins-git pushed 1 commit to master mins-git/vue-self-study

View on GitHub

mins-git pushed 1 commit to master mins-git/vue-self-study
  • feat(Vue): stateManagement(Pinia) 9cd7e53

View on GitHub

mins-git pushed 1 commit to master mins-git/vue-self-study
  • feat(day10): vue - Router 4c3ca7a

View on GitHub

mins-git pushed 2 commits to master mins-git/DailyAlgorithmChallenge

View on GitHub

mins-git pushed 1 commit to master mins-git/DailyAlgorithmChallenge
  • [Silver III] Title: 패션왕 신해빈, Time: 112 ms, Memory: 14384 KB -BaekjoonHub 4ee4526

View on GitHub

mins-git pushed 1 commit to master mins-git/vue-self-study

View on GitHub

mins-git pushed 1 commit to master mins-git/vue-self-study
  • refactor(day8): 폴더 구조 변경 a306de3

View on GitHub

mins-git pushed 1 commit to master mins-git/vue-self-study
  • feat(day8): Computed, v-for, v-if 47a9892

View on GitHub

mins-git pushed 1 commit to mins-git mins-git/woowacourse-precourse-week3-lotto
  • fix(LottoOutputView): 출력 형식 맞추기 dc39b81

View on GitHub

mins-git pushed 1 commit to mins-git mins-git/woowacourse-precourse-week3-lotto
  • refactor(LottoOutputView): 출력값 sort 오름차순 변경 f1439b9

View on GitHub

mins-git pushed 1 commit to mins-git mins-git/woowacourse-precourse-week3-lotto
  • docs(README) 기능목록 수정 e51eeee

View on GitHub

mins-git opened a pull request on woowacourse-precourse/java-lotto-7
[로또] 한동민 미션 제출합니다.
# 로또 게임 구현 - Pull Request ## 프로젝트 개요 - **프로젝트명**: java-lotto-precourse - **목적**: 로또 게임 시스템 구현을 통한 객체지향 설계 및 테스트 코드 작성 실습 ## 기능 구현 목록 ### 1. 프로젝트 구조 설정 - 기본 패키지 구조 생성 (service, controller,...
mins-git pushed 7 commits to mins-git mins-git/woowacourse-precourse-week3-lotto
  • docs(README): 예외처리 목록 추가 - 로또 구입 금액 검증 - 당첨 번호 검증 - 보너스 번호 검증 - 로또 번호 생성 시 검증 7e384b5
  • feat(LottoValidator): 예외처리 클래스 추가 18e85dd
  • feat(LottoValidator): 예외 처리 코드 추가 - 로또 구입 금액 검증 - 당첨 번호 검증 - 보너스 번호 검증 - 로또 번호 생성 시 검증 11afe9d
  • chore: 필요없는 코드들 전부 삭제 - 각 클래스의 validator 중복 코드 삭제 1733112
  • text(LottoTest): 예외 테스트 케이스 추가 - 테스트 진행시 sorted 과정 없는것 발견. 추가 처리 필요 - 테스트 유지보수하며 지속 추가 예정 5f434ea
  • feat(Lotto): 입력값에 대한 sort ì로직 추가 b70d4ad
  • refactor: 필요없는 import 삭제 384485b

View on GitHub

mins-git pushed 1 commit to master mins-git/vue-self-study
  • feat: day7 - Vue Directive d29202d

View on GitHub

mins-git pushed 1 commit to master mins-git/DailyAlgorithmChallenge

View on GitHub

mins-git pushed 13 commits to mins-git mins-git/woowacourse-precourse-week3-lotto
  • docs(Readme): 기능목록 설계 141cd56
  • feat: 프로젝트 기본 구조 설정 - 패키지 구조 생성 (service, controller, inputview, outputview) 37865f5
  • feat: 로또 번호 및 등수 enum 생성 - LottoNumber enum 생성 - WinningRank enum 생성 072b2db
  • feat: 로또 번호 및 등수 Model 구현 - LottoNumber enum 구현 - WinningRank enum 구현 8dad428
  • feat(Lotto): Lotto 클래스 확장 - 번호 유효성 검증 추가 - 당첨 번호 비교 기능 추가 - numbers 의 리스트 불변성 보장 추가 cada308
  • feat(LottoService): 로또 서비스 기능 구현 - 로또 구매 기능 구현 - 당첨 통계 계산 기능 구현 - 수익률 계산 기능 구현 60bb77e
  • docs(README): 기능목록 수정 77bd80a
  • feat(LottoGameController): 로또 서비스 기능 구현 - view 먼저 구현 필요 - view 구현 이후 controller 구현진행 5ef1947
  • feat(LottoInputView): 사용자 입력 기능 구현 - 구매 금액 입력 기능 - 당첨 번호 입력 기능 - 보너스 번호 입력 기능 - 입력값 검증 기능 78dffd1
  • feat(controller) : LottoOutputView 작ì구현 필요 07d82b7
  • feat(LottoOutputView): 결과 출력 기능 구현 - 구매 결과 출력 기능 - 당첨 통계 출력 기능 - 수익률 출력 기능 - 에러 메시지(컨트롤러) 출력 기능 d60d54c
  • feat(LottoGameController): 로또 게임 컨트롤러 구현 - 게임 진행 play() 로직 구현 63321d3
  • fix(WinningRank): 1등 6개 일치시 로직 필요 - if문으로 FIRST 조건 추가 8aa6a0b

View on GitHub

mins-git pushed 1 commit to master mins-git/DailyAlgorithmChallenge

View on GitHub

mins-git created a branch on mins-git/woowacourse-precourse-week3-lotto

mins-git - 우아한 테크 코스 웹 백엔드 7기 셋째 주차 과제: 로또

mins-git pushed 1 commit to master mins-git/vue-self-study
  • docs(day6 Readme): Readme 파일 작성 799fa1e

View on GitHub

mins-git pushed 1 commit to master mins-git/vue-self-study
  • feat(Vue): day6 - Vue Component연습 e19f13a

View on GitHub

mins-git pushed 1 commit to master mins-git/vue-self-study
  • feat(JS-event): addEventLisener 공부 a5474c9

View on GitHub

Load more