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

feat: send xgeeks board phase to slack #1156

Merged
merged 52 commits into from
Feb 28, 2023
Merged

Commits on Feb 17, 2023

  1. feat: button start voting phase

    Button to start voting phase sends webSocket to the backend.
    Backend sends webSocket to frontend.
    GoncaloCanteiro committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    a0acd9b View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. Configuration menu
    Copy the full SHA
    8160f76 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Configuration menu
    Copy the full SHA
    a300ff3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c37449e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c82bd32 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd8b27d View commit details
    Browse the repository at this point in the history
  5. feat: updated phase websocket

    when phase is updated sends websocket to boardId
    GoncaloCanteiro committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    efa89e8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cbcda07 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eda34c2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    be322a4 View commit details
    Browse the repository at this point in the history
  9. refactor: updateBoardPhase to accept phase

    change updateBoardPhase to accept phase of the board.
    Remove socketId from AlertVotePhase
    change fetch to boardService
    GoncaloCanteiro committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    448c613 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9286b7f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    86e05ee View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3a4a403 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c2f5524 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    467d0b1 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Configuration menu
    Copy the full SHA
    a4f887d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f013793 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04a45ea View commit details
    Browse the repository at this point in the history
  4. fix: button votingPhase to show when all merged

    Button show when all sub-boards merged and phase in "addcards"
    GoncaloCanteiro committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    f5c8291 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8865d3c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1213fdc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8115c1e View commit details
    Browse the repository at this point in the history
  8. refactor: updateBoardPhaseRequest

    Frontend changes
     -updateBoardPhaseRequest changed the way it sends the body
     -On board.ts changed the id name be the same as the endpoint dto
    
    Backend changes
     -add BoardPhaseDto to the endpoint
    GoncaloCanteiro committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    d46cc16 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    10f015e View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Configuration menu
    Copy the full SHA
    18fbd34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f964bdd View commit details
    Browse the repository at this point in the history
  3. fix: remove html tag

    GoncaloCanteiro committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    d4c835e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    03f9739 View commit details
    Browse the repository at this point in the history
  5. refactor: phase type

    GoncaloCanteiro committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    e75ec00 View commit details
    Browse the repository at this point in the history
  6. fix: remove if phase validation exists

    This validation is done before in the Dto
    GoncaloCanteiro committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    b22891d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6c389ab View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e579153 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bfe1397 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c98ce25 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    527c21a View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Configuration menu
    Copy the full SHA
    e629e96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ebd5ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48b33ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b829bef View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Configuration menu
    Copy the full SHA
    d6165a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44e8a1d View commit details
    Browse the repository at this point in the history
  3. feat: send message to slack when phase updated

    When board phase updated, the team is xgeeks and slack is enable
    sends message to the xgeeks SLACK_MASTER_CHANNEL_ID
    GoncaloCanteiro committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    52497ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8311912 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9402ee9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    362e529 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6f9ce5c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    59d5b78 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    01f0ec0 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Configuration menu
    Copy the full SHA
    c150c7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfd0339 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a47f6b4 View commit details
    Browse the repository at this point in the history