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/users page layout #604

Closed
wants to merge 23 commits into from
Closed

Feat/users page layout #604

wants to merge 23 commits into from

Conversation

GuiSanto
Copy link
Contributor

Relates to #594

Screenshots (if visual changes)

image

Proposed Changes

  • Added User page with title layout
  • The "Users" button on the sidebar redirects to the users page

This pull request closes #595

dsousa12 and others added 23 commits October 19, 2022 10:42
* 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 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
feat: add layout of cancel and create team btn
* feat: add drawer layout to display members list

* feat: add schema to search member form
* feat: add users controller

* fix: remove commented line from code

* feat: add requested changes

* fix: remove password and token from user response
* feat: add new organization

* feat: change search input

* fix: fix onChange with function reference
* 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 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 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
* feat: add getTeamOfUser to controller

* feat: change to getTeamsOfUser endpoint

* feat: add suggested change

* feat: change userId to requestWithUser
* feat: change type of membersList

* feat: render members cards

* fix: fix layout of the card member
feat: show btn if scroll exists
* 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>
* 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 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()
* 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
* 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>
* fix: change attribute name

* refactor: add useTeam with queries/mutations

* feat: save new team function

* fix: fix return data from new team page
fix: change file to accept redis
* 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
@GuiSanto GuiSanto added this to the Full Version milestone Nov 18, 2022
@GuiSanto GuiSanto requested a review from nunocaseiro November 18, 2022 15:13
@GuiSanto GuiSanto self-assigned this Nov 18, 2022
@GuiSanto GuiSanto linked an issue Nov 18, 2022 that may be closed by this pull request
@GuiSanto GuiSanto deleted the feat/users-page-layout branch November 21, 2022 12:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[FEATURE]: Users page layout
5 participants