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

[WEB-454]: module dropdown display inconsistency and tooltip enhancement #3716

Merged

Conversation

gurusainath
Copy link
Collaborator

Problem:
In the module dropdown while showing the count of modules selected we are showing the count for single module selection and in the tooltip, we are showing the module count

Solution:
To resolve this issue, we've implemented the following solutions:

  1. Module Dropdown Display: Now, when a single module is selected, the module title is displayed, while if more than one module is selected, the module count is shown.
  2. Tooltip Enhancement: The tooltip now displays the selected module names separated by commas, providing clear visibility of the selected modules.

Affected Places:
This update impacts the following areas within the application:

  1. Issue Creation Modal
  2. Issue Peek Overview Modal
  3. Issue Detail Page

Screenshots:
Screenshot 2024-02-20 at 3 57 09 PM
Screenshot 2024-02-20 at 3 57 43 PM

Screenshot 2024-02-20 at 3 58 52 PM Screenshot 2024-02-20 at 3 59 13 PM

@gurusainath gurusainath marked this pull request as draft February 20, 2024 10:31
@gurusainath gurusainath changed the title chore: module dropdown display inconsistency and tooltip enhancement [WEB-454]: module dropdown display inconsistency and tooltip enhancement Feb 20, 2024
@gurusainath gurusainath changed the base branch from develop to perf/cycle-module-endpoints February 20, 2024 11:56
@gurusainath gurusainath marked this pull request as ready for review February 20, 2024 12:03
@rahulramesha rahulramesha merged commit 27cf553 into perf/cycle-module-endpoints Feb 20, 2024
7 of 9 checks passed
sriramveeraghanta pushed a commit that referenced this pull request Feb 21, 2024
…3711)

* dev: improve performance for cycle apis

* dev: reduce module endpoints and create a new endpoint for getting issues by list

* dev: remove unwanted fields from module

* dev: update module endpoints

* dev: optimize cycle endpoints

* change module and cycle types

* dev: module optimizations

* dev: fix the issues check

* dev: fix issues endpoint

* dev: update module detail serializer

* modify adding issues to modules and cycles

* dev: update cycle issues

* fix module links

* dev: optimize issue list endpoint

* fix: removing issues from the module when removing module_id from issue peekoverview

* fix: updated the tooltip and ui for cycle select (#3718)

* fix: updated the tooltip and ui for module select (#3716)

---------

Co-authored-by: rahulramesha <[email protected]>
Co-authored-by: gurusainath <[email protected]>
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.

3 participants