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

Multiple Assignee Tasks Search and TasksContent Component Refactor #915

Conversation

ajoykumardas12
Copy link
Contributor

@ajoykumardas12 ajoykumardas12 commented Oct 3, 2023

Closes the following Issues

Issue:

Multiple Assignee Tasks Search
TasksContent Component Refactor

Description:

Need to integrate multiple assignee tasks search support in frontend.
TasksContent component has become too large and contains unnecessary useState (s), resulting in hard to maintain and unnecessary re-renders. While integrating multiple assignee search support, unnecessary re-renders were causing bugs and test fail. So, have refactored the component in same PR.

Changes

  • TasksComponent Refactored
  • Multiple assignee tasks search integrated
  • Disabled spellCheck on tasks search box input.

Anything you would like to inform the reviewer about:

This PR addresses two issues.

Dev Tested:

  • Yes

Test Coverage

Screenshot_test

Images/video of the change:

2023-10-06.15-08-03.mp4

Video demonstrates multiple assignee tasks search and fixed unnecessary tasks api query.

@vercel
Copy link

vercel bot commented Oct 3, 2023

@ajoykumardas12 is attempting to deploy a commit to the RDS-Team Team on Vercel.

A member of the Team first needs to authorize it.

@ajoykumardas12 ajoykumardas12 marked this pull request as draft October 3, 2023 18:50
@ajoykumardas12 ajoykumardas12 changed the title Multiple Assignee Tasks Search Multiple Assignee Tasks Search and TasksContents Refactor Oct 6, 2023
@ajoykumardas12 ajoykumardas12 changed the title Multiple Assignee Tasks Search and TasksContents Refactor Multiple Assignee Tasks Search and TasksContent Refactor Oct 6, 2023
@ajoykumardas12 ajoykumardas12 changed the title Multiple Assignee Tasks Search and TasksContent Refactor Multiple Assignee Tasks Search and TasksContent Component Refactor Oct 6, 2023
@ajoykumardas12 ajoykumardas12 marked this pull request as ready for review October 6, 2023 13:54
Copy link
Member

@Achintya-Chatterjee Achintya-Chatterjee left a comment

Choose a reason for hiding this comment

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

LGTM

@iamitprakash iamitprakash merged commit 430c98b into Real-Dev-Squad:develop Oct 7, 2023
1 of 2 checks passed
@ajoykumardas12 ajoykumardas12 mentioned this pull request Oct 7, 2023
iamitprakash added a commit that referenced this pull request Oct 9, 2023
* fix/issue-866: the status page UI issues breaking on tab sized and small sized laptop like 1024px and smaller mobile devices 280px as in galaxy fold have been fixed

Signed-off-by: Aneena John Xavier <aneena_john_xavier@epam.com>

* Fix: alignment of signup with github btn fixed

Signed-off-by: Aneena John Xavier <aneena_john_xavier@epam.com>

* Removed commented code

Signed-off-by: Aneena John Xavier <aneena_john_xavier@epam.com>

* Updated px to rem on card scss module

Signed-off-by: Aneena John Xavier <aneena_john_xavier@epam.com>

* Resolved merge conflicts on tasks/card comp

Signed-off-by: Aneena John Xavier <aneena_john_xavier@epam.com>

* chore: updated media queries in rem to px in card css module as per Mahima's review

Signed-off-by: Aneena John Xavier <aneena_john_xavier@epam.com>

* Revert "Remove Feature Flag | Assign Issue (#908)"

This reverts commit 2525682.

* Multiple Assignee Tasks Search and TasksContent Component Refactor (#915)

---------

Signed-off-by: Aneena John Xavier <aneena_john_xavier@epam.com>
Co-authored-by: Aneena John Xavier <aneena_john_xavier@epam.com>
Co-authored-by: Sunny Sahsi <sahsisunny@gmail.com>
Co-authored-by: aneenajohn <75213145+aneenajohn@users.noreply.github.com>
Co-authored-by: Amit Prakash <34869115+iamitprakash@users.noreply.github.com>
Co-authored-by: Ajoy Kumar Das <87164140+ajoykumardas12@users.noreply.github.com>
iamitprakash added a commit that referenced this pull request Oct 14, 2023
…#938)

* Dev to main Sync (#914)

* fix/issue-866: the status page UI issues breaking on tab sized and small sized laptop like 1024px and smaller mobile devices 280px as in galaxy fold have been fixed

Signed-off-by: Aneena John Xavier <aneena_john_xavier@epam.com>

* Fix: alignment of signup with github btn fixed

Signed-off-by: Aneena John Xavier <aneena_john_xavier@epam.com>

* Removed commented code

Signed-off-by: Aneena John Xavier <aneena_john_xavier@epam.com>

* Updated px to rem on card scss module

Signed-off-by: Aneena John Xavier <aneena_john_xavier@epam.com>

* Resolved merge conflicts on tasks/card comp

Signed-off-by: Aneena John Xavier <aneena_john_xavier@epam.com>

* chore: updated media queries in rem to px in card css module as per Mahima's review

Signed-off-by: Aneena John Xavier <aneena_john_xavier@epam.com>

* Revert "Remove Feature Flag | Assign Issue (#908)"

This reverts commit 2525682.

* Multiple Assignee Tasks Search and TasksContent Component Refactor (#915)

---------

Signed-off-by: Aneena John Xavier <aneena_john_xavier@epam.com>
Co-authored-by: Aneena John Xavier <aneena_john_xavier@epam.com>
Co-authored-by: Sunny Sahsi <sahsisunny@gmail.com>
Co-authored-by: aneenajohn <75213145+aneenajohn@users.noreply.github.com>
Co-authored-by: Amit Prakash <34869115+iamitprakash@users.noreply.github.com>
Co-authored-by: Ajoy Kumar Das <87164140+ajoykumardas12@users.noreply.github.com>

* When the title text doesnt fit, it gets truncated and instead of setting no-wrap to white-space we let the text wrap preserving spaces by setting whhite-space to pre-wrap

Signed-off-by: Aneena John Xavier <aneena_john_xavier@epam.com>

---------

Signed-off-by: Aneena John Xavier <aneena_john_xavier@epam.com>
Co-authored-by: Ritik Jaiswal <57758447+RitikJaiswal75@users.noreply.github.com>
Co-authored-by: Aneena John Xavier <aneena_john_xavier@epam.com>
Co-authored-by: Sunny Sahsi <sahsisunny@gmail.com>
Co-authored-by: Amit Prakash <34869115+iamitprakash@users.noreply.github.com>
Co-authored-by: Ajoy Kumar Das <87164140+ajoykumardas12@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants