Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature estimate requirements #121

Merged
merged 50 commits into from Apr 16, 2014
Merged

Commits on Apr 16, 2014

  1. Created the initial user voting sub-panel that creates a field for th…

    …e user to enter a number
    jdorich authored and rossfoley committed Apr 16, 2014
    Copy the full SHA
    eff1898 View commit details
    Browse the repository at this point in the history
  2. Adds the controllers for getting, updating and adding an Estimate. An…

    … Estimate is a code which has the name of the owner, the vote, the ID of the requirement, the ID of the estimate, and the ID of the owner. The managerLayer also now has a path in there for planningpoker/estimate.
    Blade594 authored and rossfoley committed Apr 16, 2014
    Copy the full SHA
    a4d0fb1 View commit details
    Browse the repository at this point in the history
  3. Adds the controllers for getting, updating and adding an Estimate as …

    …well as the Estimate, EstimateEntityManager, and EstimateModel classes. An Estimate is a code which has the name of the owner, the vote, the ID of the requirement, the ID of the estimate, and the ID of the owner. The managerLayer also now has a path in there for planningpoker/estimate. Changes from last commit: added the WPI-suite header to the classes
    Blade594 authored and rossfoley committed Apr 16, 2014
    Copy the full SHA
    77670d7 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    47315fd View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    52c7ddf View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    27a3c09 View commit details
    Browse the repository at this point in the history
  7. Fixes a line in AddEstimateRequestObserver that was refering to a Pla…

    …nningPokerSession not an Estimate.
    Blade594 authored and rossfoley committed Apr 16, 2014
    Copy the full SHA
    1398ab3 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    999495e View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    f9ff348 View commit details
    Browse the repository at this point in the history
  10. Fixed the displaying of the voting sub-panel and removal of closed vo…

    …ting session tabs
    jdorich authored and rossfoley committed Apr 16, 2014
    Copy the full SHA
    fd3e7c2 View commit details
    Browse the repository at this point in the history
  11. Clicking a card in the voting sub-panel now shows the user they selec…

    …ted it and modifies the estimate value
    jdorich authored and rossfoley committed Apr 16, 2014
    Copy the full SHA
    fc8ab76 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    839aa71 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    91ddeab View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    ab2a9e7 View commit details
    Browse the repository at this point in the history
  15. Fixed the java.lang.Long exception when retrieving a user input non-f…

    …loat value for a session estimate
    jdorich authored and rossfoley committed Apr 16, 2014
    Copy the full SHA
    978606d View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    1ca487a View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    0c1361c View commit details
    Browse the repository at this point in the history
  18. Ensures the user entered a non-negative number for their estimate if …

    …there
    
    is no deck.
    The error message fails to display though.
    jdorich authored and rossfoley committed Apr 16, 2014
    Copy the full SHA
    a081a6f View commit details
    Browse the repository at this point in the history
  19. Copy the full SHA
    d523320 View commit details
    Browse the repository at this point in the history
  20. Refactor of DeckVotingPanel.java

    jdorich authored and rossfoley committed Apr 16, 2014
    Copy the full SHA
    f9e1ea3 View commit details
    Browse the repository at this point in the history
  21. Copy the full SHA
    38b86ac View commit details
    Browse the repository at this point in the history
  22. Created A panel Displaying a JTree that separeates estimated and

    unestimated requirements.
    wcjones authored and rossfoley committed Apr 16, 2014
    Copy the full SHA
    b9a51b0 View commit details
    Browse the repository at this point in the history
  23. Identify selected Requirement

    wcjones authored and rossfoley committed Apr 16, 2014
    Copy the full SHA
    1a4ee49 View commit details
    Browse the repository at this point in the history
  24. User can see the requirements for voting - not linked with the

    estimation panels
    wcjones authored and rossfoley committed Apr 16, 2014
    Copy the full SHA
    3a570bc View commit details
    Browse the repository at this point in the history
  25. Fixes 2 lines in EstimateModel.Java. The two lines in the tryfor upda…

    …teEstimate and addEstimate. Also changes addPlanningPokerSession to addEstimate in addEstimateController that I had missed previously.
    Blade594 authored and rossfoley committed Apr 16, 2014
    Copy the full SHA
    001bb81 View commit details
    Browse the repository at this point in the history
  26. Copy the full SHA
    a7015be View commit details
    Browse the repository at this point in the history
  27. Copy the full SHA
    3dbe660 View commit details
    Browse the repository at this point in the history
  28. fixes the JavaDoc for addEstimate() in the addEstimateController.Java…

    … file. It previously had session and planningPokerSession as opposed to Estimate
    Blade594 authored and rossfoley committed Apr 16, 2014
    Copy the full SHA
    9b67fae View commit details
    Browse the repository at this point in the history
  29. Copy the full SHA
    7837aa0 View commit details
    Browse the repository at this point in the history
  30. Copy the full SHA
    7be411a View commit details
    Browse the repository at this point in the history
  31. Copy the full SHA
    da63b4e View commit details
    Browse the repository at this point in the history
  32. Copy the full SHA
    9951eb3 View commit details
    Browse the repository at this point in the history
  33. Copy the full SHA
    5c2a489 View commit details
    Browse the repository at this point in the history
  34. Copy the full SHA
    5300b25 View commit details
    Browse the repository at this point in the history
  35. Fixed rebase issues

    jdorich authored and rossfoley committed Apr 16, 2014
    Copy the full SHA
    1079ba7 View commit details
    Browse the repository at this point in the history
  36. Refactor of the DeckVotingPanel

    jdorich authored and rossfoley committed Apr 16, 2014
    Copy the full SHA
    980d46c View commit details
    Browse the repository at this point in the history
  37. Updates to the DeckVotingPanel to allow for revoting and automaticall…

    …y updating the cards
    jdorich authored and rossfoley committed Apr 16, 2014
    Copy the full SHA
    c2e35f9 View commit details
    Browse the repository at this point in the history
  38. Copy the full SHA
    c7fb02e View commit details
    Browse the repository at this point in the history
  39. changes descriptionfield from a JTextArea to a JTextField so that the…

    … whole thing shows
    mandi1267 authored and rossfoley committed Apr 16, 2014
    Copy the full SHA
    9cadba0 View commit details
    Browse the repository at this point in the history
  40. Make the tree not editable

    mandi1267 authored and rossfoley committed Apr 16, 2014
    Copy the full SHA
    efd7008 View commit details
    Browse the repository at this point in the history
  41. Copy the full SHA
    ebe6149 View commit details
    Browse the repository at this point in the history
  42. Copy the full SHA
    6562a2b View commit details
    Browse the repository at this point in the history
  43. Reworks how server saves estimates

    Blade594 authored and rossfoley committed Apr 16, 2014
    Copy the full SHA
    7d97219 View commit details
    Browse the repository at this point in the history
  44. Reworks how server saves estimates

    Blade594 authored and rossfoley committed Apr 16, 2014
    Copy the full SHA
    a2b5bc9 View commit details
    Browse the repository at this point in the history
  45. User can vote on requirements. The requirements are now moved properl…

    …y to the estimated list. Collaborators: Will Jones, Ross Foley, Kevin Barry
    Blade594 authored and rossfoley committed Apr 16, 2014
    Copy the full SHA
    e4638fa View commit details
    Browse the repository at this point in the history
  46. Fix some merge conflicts

    rossfoley committed Apr 16, 2014
    Copy the full SHA
    0952bfa View commit details
    Browse the repository at this point in the history
  47. Updated the highlightCard method to not redraw all the buttons.

    CleanUp of the voting page.
    jdorich authored and rossfoley committed Apr 16, 2014
    Copy the full SHA
    b63488c View commit details
    Browse the repository at this point in the history
  48. Copy the full SHA
    266c6f8 View commit details
    Browse the repository at this point in the history
  49. Fix some merge errors

    rossfoley committed Apr 16, 2014
    Copy the full SHA
    b27864c View commit details
    Browse the repository at this point in the history
  50. Fix more merge conflicts

    rossfoley committed Apr 16, 2014
    Copy the full SHA
    cca1268 View commit details
    Browse the repository at this point in the history