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/add card member to create new team page #517

Merged

Conversation

CatiaAntunes96
Copy link
Contributor

Relates to #516

Screenshots (if visual changes)

image

Proposed Changes

  • Add card with the user which is creating the team.
  • Card is only using hard coded information. Logic will be added after

This pull request closes #516

@CatiaAntunes96 CatiaAntunes96 added enhancement New feature or request frontend labels Oct 20, 2022
@CatiaAntunes96 CatiaAntunes96 added this to the Full Version milestone Oct 20, 2022
@CatiaAntunes96 CatiaAntunes96 requested a review from a team October 20, 2022 13:51
@CatiaAntunes96 CatiaAntunes96 self-assigned this Oct 20, 2022
Copy link
Contributor

@joaosantos99 joaosantos99 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • The "add team members" button, on the design only has a underline when is on hover

  • It misses the char counter
    Screenshot 2022-10-20 at 16 46 31

  • The tips are a little miss aligned
    Screenshot 2022-10-20 at 16 48 08

  • It's missing the line between the header and the body
    Screenshot 2022-10-20 at 16 50 51

  • Like we have talked you would be best if you store the styles inside an style.tsx file

@CatiaAntunes96 CatiaAntunes96 requested review from joaosantos99 and f-morgado and removed request for f-morgado October 21, 2022 13:03
Copy link
Contributor

@joaosantos99 joaosantos99 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀

@CatiaAntunes96 CatiaAntunes96 merged commit 9902862 into development Oct 21, 2022
@CatiaAntunes96 CatiaAntunes96 deleted the feat/add-card-member-to-create-new-team-page branch October 21, 2022 13:19
CatiaAntunes96 added a commit that referenced this pull request Nov 7, 2022
* feat: add page to create a team

* feat: add input for team name

* feat: add tipbar

* fix: fix esslint error on sprite

* feat: add margin bottom to team name title

* feat: add card member w/ hard coded info

* fix: fix layout of create new team and team card

* feat: add btn to add members

* feat: organize components by directory/add changes

* fix: fix joi error on refresh create team page

* feat: add count to input

* feat: add borderBottom to header

* feat: add requested changes on ListCardMembers
CatiaAntunes96 added a commit that referenced this pull request Nov 7, 2022
* feat(NI): update main branch (#507)

* feat(NI): update main with development (#508)

* [BUG] Adding cards to closed sub-board (#509)

feat: add socket at merge board

* [FIX]: adding cards to closed sub boad eslint issues (#510)

* feat: add socket at merge board

* fix: eslint fix

* fix: lint issues react unknown property

Co-authored-by: Catia Barroco <104831678+CatiaBarroco-xgeeks@users.noreply.github.com>

* fix(NI): ESLint errors on Sprite (#511)

* [FEATURE]: disable teams button from sidebar menu (#513)

feat: disable teams btn from sidebar menu

* [FIX]: fix card team layout (#505)

fix: fix card team layout

* [BUG] Accessing a deleted board (#522)

feat: add socket to deleted boards

* [BUG]: Board Settings Info cancel button to reset info (#490)

feat: reset board settings info

* [REFACTOR]: update readme (#531)

Add usage icon and `/boards` url

* docs: add CatiaAntunes96 as a contributor for code, doc, and review (#533)

* docs: update README.md

* docs: update .all-contributorsrc

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* docs: add mourabraz as a contributor for code, doc, and review (#534)

* docs: update README.md

* docs: update .all-contributorsrc

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* docs: add miguel-felix1 as a contributor for code, bug, and 2 more (#535)

* docs: update README.md

* docs: update .all-contributorsrc

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Nuno Caseiro <90208434+nunocaseiro@users.noreply.github.com>

* chore(deps): bump vm2 from 3.9.10 to 3.9.11 in /backend (#537)

Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.10 to 3.9.11.
- [Release notes](https://github.com/patriksimek/vm2/releases)
- [Changelog](https://github.com/patriksimek/vm2/blob/master/CHANGELOG.md)
- [Commits](patriksimek/vm2@3.9.10...3.9.11)

---
updated-dependencies:
- dependency-name: vm2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* [FIX]:  Board list bottom cut off (#554)

fix: scrollable content height fixed

* [REFACTOR]: list boards without showing subboards  (#557)

feat: change initial state to false

* [FIX]: stakeholders, delete cron job (#559)

* [FEATURE]: show boards members  (#560)

* feat: show users on board page

* fix: fix listUsers if user is not found

* fix: change users.length for const usersCount

* fix: change numbersOfAvatars to ternary condition

* Feat/add page for creating a new team (#515)

* feat: add page to create a team

* feat: add input for team name

* feat: add tipbar

* fix: fix esslint error on sprite

* feat: add margin bottom to team name title

* feat: change page title

* Feat/add card member to create new team page (#517)

* feat: add page to create a team

* feat: add input for team name

* feat: add tipbar

* fix: fix esslint error on sprite

* feat: add margin bottom to team name title

* feat: add card member w/ hard coded info

* fix: fix layout of create new team and team card

* feat: add btn to add members

* feat: organize components by directory/add changes

* fix: fix joi error on refresh create team page

* feat: add count to input

* feat: add borderBottom to header

* feat: add requested changes on ListCardMembers

* [FEATURE]: add form buttons to create team page (#520)

feat: add layout of cancel and create team btn

* [FEATURE]: Drawer with members (#523)

* feat: add drawer layout to display members list

* feat: add schema to search member form

* [FEATURE]: add users controller (#526)

* feat: add users controller

* fix: remove commented line from code

* feat: add requested changes

* fix: remove password and token from user response

* Feat/change searchinput (#529)

* feat: add new organization

* feat: change search input

* fix: fix onChange with function reference

* [FEATURE]: checklist with members (#532)

* feat: add user endpoint to api

* fix: fix search member input

* feat: render list of users with checkboxes

* fix: fix layout of the list with users

* feat: add toastState to listMembers

* fix: change button name to add

* fix: change onChange to function reference

* fix: fix create team title

* fix: fix imports and remove duplicated component

* fix: fix name of searchInput

* fix: remove useEffect from listMembers

* feat: list with checks is being preserved

* [FEATURE]: filter users list (#536)

* feat: add user endpoint to api

* fix: fix search member input

* feat: render list of users with checkboxes

* fix: fix layout of the list with users

* feat: add toastState to listMembers

* fix: change button name to add

* fix: change onChange to function reference

* fix: fix create team title

* fix: fix imports and remove duplicated component

* fix: fix name of searchInput

* fix: remove useEffect from listMembers

* feat: list with checks is being preserved

* feat: add filtered function to input

* feat: refine search user function

* [FEATURE]: list of selected users on recoil (#540)

* feat: add user endpoint to api

* fix: fix search member input

* feat: render list of users with checkboxes

* fix: fix layout of the list with users

* feat: add toastState to listMembers

* fix: change button name to add

* fix: change onChange to function reference

* fix: fix create team title

* fix: fix imports and remove duplicated component

* fix: fix name of searchInput

* fix: remove useEffect from listMembers

* feat: list with checks is being preserved

* feat: add filtered function to input

* feat: refine search user function

* feat: add team atom to recoil

* feat: change method find to some

* feat: add listUsersWithCheck to recoil

* [FEATURE]: endoint to get the teams of a user (#543)

* feat: add getTeamOfUser to controller

* feat: change to getTeamsOfUser endpoint

* feat: add suggested change

* feat: change userId to requestWithUser

* [FEATURE]: render members card (#547)

* feat: change type of membersList

* feat: render members cards

* fix: fix layout of the card member

* [FEATURE]: add newbee tip if members are > 1 (#549)

* [FEATURE]: show btn if scroll exists (#550)

feat: show btn if scroll exists

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Daniel Sousa <104842894+dsousa12@users.noreply.github.com>
Co-authored-by: Cátia Barroco <104831678+CatiaBarroco-xgeeks@users.noreply.github.com>
Co-authored-by: f-morgado <99803749+f-morgado@users.noreply.github.com>
Co-authored-by: Nuno Caseiro <90208434+nunocaseiro@users.noreply.github.com>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
CatiaAntunes96 added a commit that referenced this pull request Nov 22, 2022
* fix(NI): ESLint errors (#506)

* Feat/add page for creating a new team (#515)

* feat: add page to create a team

* feat: add input for team name

* feat: add tipbar

* fix: fix esslint error on sprite

* feat: add margin bottom to team name title

* feat: change page title

* Feat/add card member to create new team page (#517)

* feat: add page to create a team

* feat: add input for team name

* feat: add tipbar

* fix: fix esslint error on sprite

* feat: add margin bottom to team name title

* feat: add card member w/ hard coded info

* fix: fix layout of create new team and team card

* feat: add btn to add members

* feat: organize components by directory/add changes

* fix: fix joi error on refresh create team page

* feat: add count to input

* feat: add borderBottom to header

* feat: add requested changes on ListCardMembers

* [FEATURE]: add form buttons to create team page (#520)

feat: add layout of cancel and create team btn

* [FEATURE]: Drawer with members (#523)

* feat: add drawer layout to display members list

* feat: add schema to search member form

* [FEATURE]: add users controller (#526)

* feat: add users controller

* fix: remove commented line from code

* feat: add requested changes

* fix: remove password and token from user response

* Feat/change searchinput (#529)

* feat: add new organization

* feat: change search input

* fix: fix onChange with function reference

* [FEATURE]: checklist with members (#532)

* feat: add user endpoint to api

* fix: fix search member input

* feat: render list of users with checkboxes

* fix: fix layout of the list with users

* feat: add toastState to listMembers

* fix: change button name to add

* fix: change onChange to function reference

* fix: fix create team title

* fix: fix imports and remove duplicated component

* fix: fix name of searchInput

* fix: remove useEffect from listMembers

* feat: list with checks is being preserved

* [FEATURE]: filter users list (#536)

* feat: add user endpoint to api

* fix: fix search member input

* feat: render list of users with checkboxes

* fix: fix layout of the list with users

* feat: add toastState to listMembers

* fix: change button name to add

* fix: change onChange to function reference

* fix: fix create team title

* fix: fix imports and remove duplicated component

* fix: fix name of searchInput

* fix: remove useEffect from listMembers

* feat: list with checks is being preserved

* feat: add filtered function to input

* feat: refine search user function

* [FEATURE]: list of selected users on recoil (#540)

* feat: add user endpoint to api

* fix: fix search member input

* feat: render list of users with checkboxes

* fix: fix layout of the list with users

* feat: add toastState to listMembers

* fix: change button name to add

* fix: change onChange to function reference

* fix: fix create team title

* fix: fix imports and remove duplicated component

* fix: fix name of searchInput

* fix: remove useEffect from listMembers

* feat: list with checks is being preserved

* feat: add filtered function to input

* feat: refine search user function

* feat: add team atom to recoil

* feat: change method find to some

* feat: add listUsersWithCheck to recoil

* [FEATURE]: endoint to get the teams of a user (#543)

* feat: add getTeamOfUser to controller

* feat: change to getTeamsOfUser endpoint

* feat: add suggested change

* feat: change userId to requestWithUser

* [FEATURE]: render members card (#547)

* feat: change type of membersList

* feat: render members cards

* fix: fix layout of the card member

* [FEATURE]: add newbee tip if members are > 1 (#549)

* [FEATURE]: show btn if scroll exists (#550)

feat: show btn if scroll exists

* Refactor/update development (#561)

* feat(NI): update main branch (#507)

* feat(NI): update main with development (#508)

* [BUG] Adding cards to closed sub-board (#509)

feat: add socket at merge board

* [FIX]: adding cards to closed sub boad eslint issues (#510)

* feat: add socket at merge board

* fix: eslint fix

* fix: lint issues react unknown property

Co-authored-by: Catia Barroco <104831678+CatiaBarroco-xgeeks@users.noreply.github.com>

* fix(NI): ESLint errors on Sprite (#511)

* [FEATURE]: disable teams button from sidebar menu (#513)

feat: disable teams btn from sidebar menu

* [FIX]: fix card team layout (#505)

fix: fix card team layout

* [BUG] Accessing a deleted board (#522)

feat: add socket to deleted boards

* [BUG]: Board Settings Info cancel button to reset info (#490)

feat: reset board settings info

* [REFACTOR]: update readme (#531)

Add usage icon and `/boards` url

* docs: add CatiaAntunes96 as a contributor for code, doc, and review (#533)

* docs: update README.md

* docs: update .all-contributorsrc

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* docs: add mourabraz as a contributor for code, doc, and review (#534)

* docs: update README.md

* docs: update .all-contributorsrc

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* docs: add miguel-felix1 as a contributor for code, bug, and 2 more (#535)

* docs: update README.md

* docs: update .all-contributorsrc

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Nuno Caseiro <90208434+nunocaseiro@users.noreply.github.com>

* chore(deps): bump vm2 from 3.9.10 to 3.9.11 in /backend (#537)

Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.10 to 3.9.11.
- [Release notes](https://github.com/patriksimek/vm2/releases)
- [Changelog](https://github.com/patriksimek/vm2/blob/master/CHANGELOG.md)
- [Commits](patriksimek/vm2@3.9.10...3.9.11)

---
updated-dependencies:
- dependency-name: vm2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* [FIX]:  Board list bottom cut off (#554)

fix: scrollable content height fixed

* [REFACTOR]: list boards without showing subboards  (#557)

feat: change initial state to false

* [FIX]: stakeholders, delete cron job (#559)

* [FEATURE]: show boards members  (#560)

* feat: show users on board page

* fix: fix listUsers if user is not found

* fix: change users.length for const usersCount

* fix: change numbersOfAvatars to ternary condition

* Feat/add page for creating a new team (#515)

* feat: add page to create a team

* feat: add input for team name

* feat: add tipbar

* fix: fix esslint error on sprite

* feat: add margin bottom to team name title

* feat: change page title

* Feat/add card member to create new team page (#517)

* feat: add page to create a team

* feat: add input for team name

* feat: add tipbar

* fix: fix esslint error on sprite

* feat: add margin bottom to team name title

* feat: add card member w/ hard coded info

* fix: fix layout of create new team and team card

* feat: add btn to add members

* feat: organize components by directory/add changes

* fix: fix joi error on refresh create team page

* feat: add count to input

* feat: add borderBottom to header

* feat: add requested changes on ListCardMembers

* [FEATURE]: add form buttons to create team page (#520)

feat: add layout of cancel and create team btn

* [FEATURE]: Drawer with members (#523)

* feat: add drawer layout to display members list

* feat: add schema to search member form

* [FEATURE]: add users controller (#526)

* feat: add users controller

* fix: remove commented line from code

* feat: add requested changes

* fix: remove password and token from user response

* Feat/change searchinput (#529)

* feat: add new organization

* feat: change search input

* fix: fix onChange with function reference

* [FEATURE]: checklist with members (#532)

* feat: add user endpoint to api

* fix: fix search member input

* feat: render list of users with checkboxes

* fix: fix layout of the list with users

* feat: add toastState to listMembers

* fix: change button name to add

* fix: change onChange to function reference

* fix: fix create team title

* fix: fix imports and remove duplicated component

* fix: fix name of searchInput

* fix: remove useEffect from listMembers

* feat: list with checks is being preserved

* [FEATURE]: filter users list (#536)

* feat: add user endpoint to api

* fix: fix search member input

* feat: render list of users with checkboxes

* fix: fix layout of the list with users

* feat: add toastState to listMembers

* fix: change button name to add

* fix: change onChange to function reference

* fix: fix create team title

* fix: fix imports and remove duplicated component

* fix: fix name of searchInput

* fix: remove useEffect from listMembers

* feat: list with checks is being preserved

* feat: add filtered function to input

* feat: refine search user function

* [FEATURE]: list of selected users on recoil (#540)

* feat: add user endpoint to api

* fix: fix search member input

* feat: render list of users with checkboxes

* fix: fix layout of the list with users

* feat: add toastState to listMembers

* fix: change button name to add

* fix: change onChange to function reference

* fix: fix create team title

* fix: fix imports and remove duplicated component

* fix: fix name of searchInput

* fix: remove useEffect from listMembers

* feat: list with checks is being preserved

* feat: add filtered function to input

* feat: refine search user function

* feat: add team atom to recoil

* feat: change method find to some

* feat: add listUsersWithCheck to recoil

* [FEATURE]: endoint to get the teams of a user (#543)

* feat: add getTeamOfUser to controller

* feat: change to getTeamsOfUser endpoint

* feat: add suggested change

* feat: change userId to requestWithUser

* [FEATURE]: render members card (#547)

* feat: change type of membersList

* feat: render members cards

* fix: fix layout of the card member

* [FEATURE]: add newbee tip if members are > 1 (#549)

* [FEATURE]: show btn if scroll exists (#550)

feat: show btn if scroll exists

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Daniel Sousa <104842894+dsousa12@users.noreply.github.com>
Co-authored-by: Cátia Barroco <104831678+CatiaBarroco-xgeeks@users.noreply.github.com>
Co-authored-by: f-morgado <99803749+f-morgado@users.noreply.github.com>
Co-authored-by: Nuno Caseiro <90208434+nunocaseiro@users.noreply.github.com>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* [FEATURE]: change role of team member (#566)

* feat: add popover with options

* fix: team members avatar fixed

* feat: add popover as select to change roles

* fix: fix goBack btn as it is on main

* fix: scrollbar height

* fix: add requested changes

* [REFACTOR]: change create teams logic (#570)

* feat: add isNewbie attribute

* refactor: remove userId from createTeams

* fix: fix countTeams of user

* refactor: remove createTeam from user module

* fix: fix undefined users error

* refactor: show teams refactor

* fix: patch on the signUp error

* refactor: add count()

* [FEATURE]: newbee prop (#568)

* feat: add popover with options

* fix: team members avatar fixed

* feat: add popover as select to change roles

* fix: fix goBack btn as it is on main

* fix: scrollbar height

* fix: add requested changes

* feat: add newbee functionality

* fix: refactor code

* refactor: change from sort to unshift

* fix: change newbee to newbie

* fix: change Newbie name / add changes

* [REFACTOR]: fix card team (#574)

* feat: add boards service

* feat: add boardsCount attribute

* fix: fix layout of cardBody

* fix: fix cardBody

* fix: conditionally map data

* fix: change px to token

* fix: change returned type to LeanDocument<Team>

* [FEATURE]: submit created team (#572)

* fix: change attribute name

* refactor: add useTeam with queries/mutations

* feat: save new team function

* fix: fix return data from new team page

* [BUG]: fix docker-compose.dev (#586)

fix: change file to accept redis

* [FEATURE]: add get team endpoint (#592)

* fix: fix returned information and attribute name

* fix: remove link to boards page/change blob color

* fix: fix members list layout

* feat: add animation to tooltip

* feat: add getTeam query as hook

* fix: resolve requested changes

* [FEATURE]: Team Page (#603)

* feat: add layout to display the team page

* fix: add requested changes

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Daniel Sousa <104842894+dsousa12@users.noreply.github.com>
Co-authored-by: Cátia Barroco <104831678+CatiaBarroco-xgeeks@users.noreply.github.com>
Co-authored-by: f-morgado <99803749+f-morgado@users.noreply.github.com>
Co-authored-by: Nuno Caseiro <90208434+nunocaseiro@users.noreply.github.com>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
rpvsilva pushed a commit that referenced this pull request Nov 22, 2022
* fix(NI): ESLint errors (#506)

* Feat/add page for creating a new team (#515)

* feat: add page to create a team

* feat: add input for team name

* feat: add tipbar

* fix: fix esslint error on sprite

* feat: add margin bottom to team name title

* feat: change page title

* Feat/add card member to create new team page (#517)

* feat: add page to create a team

* feat: add input for team name

* feat: add tipbar

* fix: fix esslint error on sprite

* feat: add margin bottom to team name title

* feat: add card member w/ hard coded info

* fix: fix layout of create new team and team card

* feat: add btn to add members

* feat: organize components by directory/add changes

* fix: fix joi error on refresh create team page

* feat: add count to input

* feat: add borderBottom to header

* feat: add requested changes on ListCardMembers

* [FEATURE]: add form buttons to create team page (#520)

feat: add layout of cancel and create team btn

* [FEATURE]: Drawer with members (#523)

* feat: add drawer layout to display members list

* feat: add schema to search member form

* [FEATURE]: add users controller (#526)

* feat: add users controller

* fix: remove commented line from code

* feat: add requested changes

* fix: remove password and token from user response

* Feat/change searchinput (#529)

* feat: add new organization

* feat: change search input

* fix: fix onChange with function reference

* [FEATURE]: checklist with members (#532)

* feat: add user endpoint to api

* fix: fix search member input

* feat: render list of users with checkboxes

* fix: fix layout of the list with users

* feat: add toastState to listMembers

* fix: change button name to add

* fix: change onChange to function reference

* fix: fix create team title

* fix: fix imports and remove duplicated component

* fix: fix name of searchInput

* fix: remove useEffect from listMembers

* feat: list with checks is being preserved

* [FEATURE]: filter users list (#536)

* feat: add user endpoint to api

* fix: fix search member input

* feat: render list of users with checkboxes

* fix: fix layout of the list with users

* feat: add toastState to listMembers

* fix: change button name to add

* fix: change onChange to function reference

* fix: fix create team title

* fix: fix imports and remove duplicated component

* fix: fix name of searchInput

* fix: remove useEffect from listMembers

* feat: list with checks is being preserved

* feat: add filtered function to input

* feat: refine search user function

* [FEATURE]: list of selected users on recoil (#540)

* feat: add user endpoint to api

* fix: fix search member input

* feat: render list of users with checkboxes

* fix: fix layout of the list with users

* feat: add toastState to listMembers

* fix: change button name to add

* fix: change onChange to function reference

* fix: fix create team title

* fix: fix imports and remove duplicated component

* fix: fix name of searchInput

* fix: remove useEffect from listMembers

* feat: list with checks is being preserved

* feat: add filtered function to input

* feat: refine search user function

* feat: add team atom to recoil

* feat: change method find to some

* feat: add listUsersWithCheck to recoil

* [FEATURE]: endoint to get the teams of a user (#543)

* feat: add getTeamOfUser to controller

* feat: change to getTeamsOfUser endpoint

* feat: add suggested change

* feat: change userId to requestWithUser

* [FEATURE]: render members card (#547)

* feat: change type of membersList

* feat: render members cards

* fix: fix layout of the card member

* [FEATURE]: add newbee tip if members are > 1 (#549)

* [FEATURE]: show btn if scroll exists (#550)

feat: show btn if scroll exists

* Refactor/update development (#561)

* feat(NI): update main branch (#507)

* feat(NI): update main with development (#508)

* [BUG] Adding cards to closed sub-board (#509)

feat: add socket at merge board

* [FIX]: adding cards to closed sub boad eslint issues (#510)

* feat: add socket at merge board

* fix: eslint fix

* fix: lint issues react unknown property

Co-authored-by: Catia Barroco <104831678+CatiaBarroco-xgeeks@users.noreply.github.com>

* fix(NI): ESLint errors on Sprite (#511)

* [FEATURE]: disable teams button from sidebar menu (#513)

feat: disable teams btn from sidebar menu

* [FIX]: fix card team layout (#505)

fix: fix card team layout

* [BUG] Accessing a deleted board (#522)

feat: add socket to deleted boards

* [BUG]: Board Settings Info cancel button to reset info (#490)

feat: reset board settings info

* [REFACTOR]: update readme (#531)

Add usage icon and `/boards` url

* docs: add CatiaAntunes96 as a contributor for code, doc, and review (#533)

* docs: update README.md

* docs: update .all-contributorsrc

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* docs: add mourabraz as a contributor for code, doc, and review (#534)

* docs: update README.md

* docs: update .all-contributorsrc

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* docs: add miguel-felix1 as a contributor for code, bug, and 2 more (#535)

* docs: update README.md

* docs: update .all-contributorsrc

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Nuno Caseiro <90208434+nunocaseiro@users.noreply.github.com>

* chore(deps): bump vm2 from 3.9.10 to 3.9.11 in /backend (#537)

Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.10 to 3.9.11.
- [Release notes](https://github.com/patriksimek/vm2/releases)
- [Changelog](https://github.com/patriksimek/vm2/blob/master/CHANGELOG.md)
- [Commits](patriksimek/vm2@3.9.10...3.9.11)

---
updated-dependencies:
- dependency-name: vm2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* [FIX]:  Board list bottom cut off (#554)

fix: scrollable content height fixed

* [REFACTOR]: list boards without showing subboards  (#557)

feat: change initial state to false

* [FIX]: stakeholders, delete cron job (#559)

* [FEATURE]: show boards members  (#560)

* feat: show users on board page

* fix: fix listUsers if user is not found

* fix: change users.length for const usersCount

* fix: change numbersOfAvatars to ternary condition

* Feat/add page for creating a new team (#515)

* feat: add page to create a team

* feat: add input for team name

* feat: add tipbar

* fix: fix esslint error on sprite

* feat: add margin bottom to team name title

* feat: change page title

* Feat/add card member to create new team page (#517)

* feat: add page to create a team

* feat: add input for team name

* feat: add tipbar

* fix: fix esslint error on sprite

* feat: add margin bottom to team name title

* feat: add card member w/ hard coded info

* fix: fix layout of create new team and team card

* feat: add btn to add members

* feat: organize components by directory/add changes

* fix: fix joi error on refresh create team page

* feat: add count to input

* feat: add borderBottom to header

* feat: add requested changes on ListCardMembers

* [FEATURE]: add form buttons to create team page (#520)

feat: add layout of cancel and create team btn

* [FEATURE]: Drawer with members (#523)

* feat: add drawer layout to display members list

* feat: add schema to search member form

* [FEATURE]: add users controller (#526)

* feat: add users controller

* fix: remove commented line from code

* feat: add requested changes

* fix: remove password and token from user response

* Feat/change searchinput (#529)

* feat: add new organization

* feat: change search input

* fix: fix onChange with function reference

* [FEATURE]: checklist with members (#532)

* feat: add user endpoint to api

* fix: fix search member input

* feat: render list of users with checkboxes

* fix: fix layout of the list with users

* feat: add toastState to listMembers

* fix: change button name to add

* fix: change onChange to function reference

* fix: fix create team title

* fix: fix imports and remove duplicated component

* fix: fix name of searchInput

* fix: remove useEffect from listMembers

* feat: list with checks is being preserved

* [FEATURE]: filter users list (#536)

* feat: add user endpoint to api

* fix: fix search member input

* feat: render list of users with checkboxes

* fix: fix layout of the list with users

* feat: add toastState to listMembers

* fix: change button name to add

* fix: change onChange to function reference

* fix: fix create team title

* fix: fix imports and remove duplicated component

* fix: fix name of searchInput

* fix: remove useEffect from listMembers

* feat: list with checks is being preserved

* feat: add filtered function to input

* feat: refine search user function

* [FEATURE]: list of selected users on recoil (#540)

* feat: add user endpoint to api

* fix: fix search member input

* feat: render list of users with checkboxes

* fix: fix layout of the list with users

* feat: add toastState to listMembers

* fix: change button name to add

* fix: change onChange to function reference

* fix: fix create team title

* fix: fix imports and remove duplicated component

* fix: fix name of searchInput

* fix: remove useEffect from listMembers

* feat: list with checks is being preserved

* feat: add filtered function to input

* feat: refine search user function

* feat: add team atom to recoil

* feat: change method find to some

* feat: add listUsersWithCheck to recoil

* [FEATURE]: endoint to get the teams of a user (#543)

* feat: add getTeamOfUser to controller

* feat: change to getTeamsOfUser endpoint

* feat: add suggested change

* feat: change userId to requestWithUser

* [FEATURE]: render members card (#547)

* feat: change type of membersList

* feat: render members cards

* fix: fix layout of the card member

* [FEATURE]: add newbee tip if members are > 1 (#549)

* [FEATURE]: show btn if scroll exists (#550)

feat: show btn if scroll exists

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Daniel Sousa <104842894+dsousa12@users.noreply.github.com>
Co-authored-by: Cátia Barroco <104831678+CatiaBarroco-xgeeks@users.noreply.github.com>
Co-authored-by: f-morgado <99803749+f-morgado@users.noreply.github.com>
Co-authored-by: Nuno Caseiro <90208434+nunocaseiro@users.noreply.github.com>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* [FEATURE]: change role of team member (#566)

* feat: add popover with options

* fix: team members avatar fixed

* feat: add popover as select to change roles

* fix: fix goBack btn as it is on main

* fix: scrollbar height

* fix: add requested changes

* [REFACTOR]: change create teams logic (#570)

* feat: add isNewbie attribute

* refactor: remove userId from createTeams

* fix: fix countTeams of user

* refactor: remove createTeam from user module

* fix: fix undefined users error

* refactor: show teams refactor

* fix: patch on the signUp error

* refactor: add count()

* [FEATURE]: newbee prop (#568)

* feat: add popover with options

* fix: team members avatar fixed

* feat: add popover as select to change roles

* fix: fix goBack btn as it is on main

* fix: scrollbar height

* fix: add requested changes

* feat: add newbee functionality

* fix: refactor code

* refactor: change from sort to unshift

* fix: change newbee to newbie

* fix: change Newbie name / add changes

* [REFACTOR]: fix card team (#574)

* feat: add boards service

* feat: add boardsCount attribute

* fix: fix layout of cardBody

* fix: fix cardBody

* fix: conditionally map data

* fix: change px to token

* fix: change returned type to LeanDocument<Team>

* [FEATURE]: submit created team (#572)

* fix: change attribute name

* refactor: add useTeam with queries/mutations

* feat: save new team function

* fix: fix return data from new team page

* [BUG]: fix docker-compose.dev (#586)

fix: change file to accept redis

* [FEATURE]: add get team endpoint (#592)

* fix: fix returned information and attribute name

* fix: remove link to boards page/change blob color

* fix: fix members list layout

* feat: add animation to tooltip

* feat: add getTeam query as hook

* fix: resolve requested changes

* [FEATURE]: Team Page (#603)

* feat: add layout to display the team page

* fix: add requested changes

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Daniel Sousa <104842894+dsousa12@users.noreply.github.com>
Co-authored-by: Cátia Barroco <104831678+CatiaBarroco-xgeeks@users.noreply.github.com>
Co-authored-by: f-morgado <99803749+f-morgado@users.noreply.github.com>
Co-authored-by: Nuno Caseiro <90208434+nunocaseiro@users.noreply.github.com>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request frontend
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants