Skip to content

History

Kyungyeon Park edited this page Jun 11, 2019 · 19 revisions

History of the project

May 7 - May 21

Main Activity

Commit

  • master
    • Create README.md by 박경연
    • Update README.md by 김홍빈 민세원 박경연 이영우
    • Clone fzf by 박경연

README

  • Update README by 김홍빈 민세원 박경연 이영우

Static Page

  • Make our static page by 박경연

May 22 - May 28

Main Activity

  • Study Go Lang
  • Test the original project
  • Understand structure and code of the project

Commit

  • gh_pages
    • Change the jekyll theme by 민세원
    • Post the introduction of team by 민세원

Static Page


May 29 - May 31

Main Activity

  • Study about how to implement GUI with Go Lang
  • Study about how to make color picker GUI

Static Page

  • Change the configuration by 민세원
  • Remove unnecessary page by 민세원
  • Fix the problem of url path by 민세원
  • Apply the simple small logo on top by 민세원
  • Remove overlay by 민세원

Jun 1 - Jun 4

Main Activity

  • Add a example(calculator) on Mac using go-astilectron-bundler
  • Add new color scheme

Commit

  • master
    • Add picture by 박경연
    • Update tui.go by 박경연
    • Merge pull request #4 from 19-1-skku-oss/new_scheme by 박경연
  • gui_skeleton_mac
    • Add gitignore by 김홍빈
    • fzf-astilectron bind successed on macOS by 김홍빈
    • Error fixing: fzf-astilectron binding by 김홍빈
  • gh_pages
    • Remove fzf submodule by 민세원
    • Upload a color scheme post by 민세원
  • new_scheme >> merged (Jun 4)
    • Add picture by 박경연
    • Update tui.go by 박경연
  • add_minicolor
    • Apply jquery minicolor plugin to make gui html by 민세원

Created Issues

Wiki

  • Make and update wiki page for New Scheme by 박경연
  • Add some example pictures by 박경연

Static Page


Jun 5 - Jun 9

Main Activity

  • Add Color picker on Mac, Ubuntu
    • Make Color picker using html
    • Connect html and GoLang with astilectron
    • Get activate GUI buttons(works properly)

Commit

  • master
    • Merge pull request #8 from 19-1-skku-oss/add_minicolors by 민세원
    • Merge pull request #11 from 19-1-skku-oss/gui_skeleton_mac by 박경연
  • gui_skeleton_mac >> merged (Jun 9)
    • Bundler testing by 김홍빈
    • Modified introducing team member by 박경연
    • Merge pull request #8 from 19-1-skku-oss/add_minicolors by 민세원
    • Fix html to jquery works well by 박경연
    • Update index.html by 박경연
    • Fix size of color picker by 박경연
    • connect html and astilectron by 박경연
    • Add icons by 박경연
    • Update colorpicker.go by 박경연
    • Merge branch 'master' into gui_skeleton_mac by 박경연
  • add_minicolor >> merged (Jun 9)
    • Modified some structure by 박경연
    • Implement dynamic code generation by 민세원
    • Implement dynamic privew by 민세원
    • Apply the default theme as monokai by 민세원
    • Support the color code '-1' option by 민세원
    • Replace title block to top navbar by 민세원
    • Add buttons to set default and copy the code by 민세원
    • Beautify resource code by 민세원
    • Move the resource directory path by 민세원
    • Rename resource to resources by 민세원
    • Fix the static resource link problem by 민세원
  • bind_gui
    • 필요한 파일 추가 by 김홍빈
    • options.go에 gui 창 켜는 옵션 파싱 기능 추가 by 김홍빈
    • 의존성 정보 파일 추가 by 김홍빈
    • gui 기능을 담고 있는 go 파일 추가 by 김홍빈
    • message 처리하는 코드(message.go) 추가 by 김홍빈
  • apply_function
    • index.js 파일의 applyToFzf 함수 구현 by 김홍빈
    • message.go 에서 message handler 구현 by 김홍빈
    • .ColorConfig 파일 열어서 color theme 적용하는 코드 구현 by 김홍빈
    • 불필요한 코드 및 주석 제거 by 김홍빈
    • index.js로부터 받은 메시지를 파싱하는 방법 변경 by 김홍빈
    • apply 버튼 누르자마자 적용되도록 수정 by 김홍빈
    • Update index.js by 박경연
    • GUI 창의 왼쪽 위에 나타나는 Submenu 항목 삭제 by 김홍빈

Created Issues

README

  • Update README by 박경연

Wiki

  • Make and update wiki page for History by 박경연
  • Make and update wiki page for Role by 민세원 박경연

Jun 10 - Jun 11

Main Activity

  • Modify some GUI of Color Picker
  • Modify environment variable to execute everywhere
  • Organize README.md
  • Organize Wiki
  • Organize Static page
  • Organize branch
  • Prepare presentation

Commit

  • master
    • Merge pull request #12 from 19-1-skku-oss/apply_function by 박경연
    • Merge pull request #14 from 19-1-skku-oss/change_buttons by 민세원
    • Merge pull request #15 from 19-1-skku-oss/hotfix/fix_parse_error by 민세원
    • Merge pull request #16 from 19-1-skku-oss/environ_var by 김홍빈
    • Update README.md by 박경연
    • Add pictures for README by 박경연
    • Merge pull request #17 from 19-1-skku-oss/add-license-1 by 민세원
  • gh_pages
  • apply_function >> merged (Jun 11)
  • change_bottons >> merged (Jun 11)
    • Replace copy button to reset button by 민세원
    • Replace hard typing to defaultValue for maintenance and change the id… by 민세원
    • Fix color unchanging problem of each form-control block when reset by 민세원
    • Add a popover action on reset button by 민세원
    • Change the style of right bottom buttons by 민세원
    • Refactoring view resources by 민세원
  • hotfix/fix_parse_error >> merged (Jun 11)
    • Hotfix the parsing error of color options by 민세원
  • environ_var >> merged (Jun 11)
    • color theme 중 fg, bg, hl만 적용되는 버그 fix by 김홍빈
    • ./ColorConfig 파일 생성 경로 변경 by 김홍빈
    • Add fzf_linux binary file by 박경연
    • 환경변수 설정 방법 변경, 버그 fix by 김홍빈
    • 반복된 코드 snippet을 함수(ReadColorConfig)로 분리 by 김홍빈

Created Issues

README

Wiki

  • Update wiki page for History by 박경연
  • Update wiki page for Role by 김홍빈 민세원 박경연

Static Page


This document is edited by 박경연