Skip to content
This repository has been archived by the owner on Sep 12, 2018. It is now read-only.

코드 주고받기 마일스톤 지정 #933

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

코드 주고받기 마일스톤 지정 #933

wants to merge 3 commits into from

Commits on Jun 25, 2015

  1. Change the milestone view to show the list of pullrequest.

    Change create and view of html of git to add milestone setting menu,
    	   Then make the function to count the pullrequests of specific milestone, but it makes error Because i don't make attribute to each file(pullrequest of milestone, miletone of pullrequest) so i did annotation that function
    Skm1221 committed Jun 25, 2015
    Configuration menu
    Copy the full SHA
    2373bca View commit details
    Browse the repository at this point in the history
  2. Add PullRequest attribute in Milestone, Add Milestone attribute in Pu…

    …llRequest, then Add each attribute at DataBase
    
    Change the git edit view to add milestone setting menu.
    In order to count the number of pullrequest of specific Milestone, Make
    count function in milestone.Java file.
    Skm1221 committed Jun 25, 2015
    Configuration menu
    Copy the full SHA
    295f4d6 View commit details
    Browse the repository at this point in the history
  3. make the list of pullrequest in milestone

    make category of All state
    modify createSearchExpressionList to distinguish pullrequest's milestone
    modify status of milestone. reflect the number of pullRequest to completion rate of milestone.
    Skm1221 committed Jun 25, 2015
    Configuration menu
    Copy the full SHA
    3105b4d View commit details
    Browse the repository at this point in the history