This is static page for logging open source software project, Open Source Software Practice lecture in SungKyunKwan University, 2020 Spring.

We selected open source software as c9-python-getting-started. This project is python guidebook for who have light experience with another programming language, maintain by Microsoft. For more detail, visit c9-python-getting-started or our static page post about the project(Korean).

We worked with various way like unify indent, compensate example, fix typo, and so on. For more detail, visit our project repository, Post about our Pull Request progress(Korean), Post about our branch rule(Korean), and/or Page explains what we did.

Indent 관련 Issue 정리

Indent 관련 Issue 정리 및 개선 사항 [1] Indent 관련 Issue 발단 과정 Found Problem Not Working, Question about Formatting Fix codes in more-python/chapter 1 #6 Found Reason of the problem Not Working, Confusion with Spaces and Tabs Fix good.py #9 New issue started about PEP 8’s 4 spaces Comment on PR #9 Unified indents to tab Unify indents to tab #10...

더보기

팀 프로젝트의 Pull Request와 Code review

Pull Request와 Code review 진행 상황 [1] Pull Request 진행 상황(Merge된 PR 기준) -Comment 수정에 관한 Pull Request reorder-comment-Sort-alphabetically [UPDATE] fix comment of method_sorter.py Fix a typing error of comments in pfb1-10 Fix a typing error of comments in pfb11-18 Fix errors in comments in mpfb 1-9 -Comment 추가에 관한 Pull Request Add coment 1 [UPDATE...

더보기

팀 프로젝트 branch 구분계획

브랜치 구분 계획 [1] 레벨별 폴더에 따른 상위 브랜치 3개 현재 프로젝트에는 초급자, 중급자, 고급자용으로 공부할 단원에 대한 코드들이 3개의 폴더로 나누어져 정리되어 있습니다.폴더명은 각각 python-for-beginners, more-python-for-beginners, even-more-python-for-beginners 입니다.저희 팀은 프로젝트를 진행하면서, 이 폴더들을 pfb, mpfb, empfb로 줄여서 부르기로 했습니다. 각각의 폴더에 대해 개선할 3개의 브랜치는 다음과 같습니다. better-python-for-beginners better-more-python-for-b...

더보기

개인별 기여 내역 - 강성민

강성민 devquintSungmin "DevQuint" Kang 학번: 2018311406 학과: 소프트웨어학과 원전공 Works for team Team Leader Managed overall flow about project like report aggregation, progress & schedule management, and etc. Set up most of the static page...

더보기

개인별 역할 관련 템플릿 생성

작업 내역 정리 코드 생성 최종 프로젝트 정리를 위하여 개인별 기여 내역을 간단하게 확인할 수 있는 페이지를 만들어야 합니다. 메인, 포스트 등 다양한 페이지에서 확인할 수 있게끔 이를 별도의 코드와 y(a)ml 파일로 관리하도록 하였습니다. yml Schema 고안 /data/works 내에 개인별로 yml 파일을 저장하는 것으로 하였습니다. 해당 파일에서 이름, id를 포함해 프로젝트 진행에 실제로 기여한 내용, 프로젝트 이외에 팀 활동을 위해 기여한 내용을 정리하도록 하였습니다. 각 기여 활동에는 기여에 대한 설명과 Pull Request와 Issue 등 실제 웹 페이지 링크를 첨부하면 좋을 것이므로...

더보기

python_getting_started 프로젝트 최근 Issue

Rescent Issues 링크: https://github.com/microsoft/c9-python-getting-started/issues 최근 이슈(요약) 1번: 이슈를 제기한 사람 설명이 부족 2번: 관련 풀 리퀘스트 존재 (아직 합병 X, 충돌 X) 3번: 해결 안됨 4번: 관련 풀 리퀘스트 존재 (아직 합병 X, 충돌 있음) 5번: 관련 풀 리퀘스트 존재 (아직 합병 X, 충돌 있음) 6번: 해결 안됨 상세 내용 1번 (2020-05-07) 제목: python store the previous value 이해불가 (이슈 작성자의 설명이 구체적이지 못함) 2번 (2...

더보기