Skip to content

[PROPOSAL-3139] Datasource selection changes from radio to select#3142

Merged
qiaozhanwei merged 9 commits intoapache:devfrom
wuchunfu:dev
Jul 13, 2020
Merged

[PROPOSAL-3139] Datasource selection changes from radio to select#3142
qiaozhanwei merged 9 commits intoapache:devfrom
wuchunfu:dev

Conversation

@wuchunfu
Copy link
Copy Markdown
Member

@wuchunfu wuchunfu commented Jul 5, 2020

What is the purpose of the pull request

Datasource selection changes from radio to select. #3139

Brief change log

  • Add selectInput.vue file.
  • Modified the createDataSource.vue file

Verify this pull request

This pull request is code cleanup without any test coverage.

mounted () {
},
components: { mPopup, mListBoxF }
components: { mPopup, mListBoxF, mSelectInput }
Copy link
Copy Markdown
Contributor

@yangyichao-mango yangyichao-mango Jul 6, 2020

Choose a reason for hiding this comment

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

Hi,
What is the purpose of introducing mSelectInput component?
If you want to add drop-down filtering options, Ans-UI native is supported.
image

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Sorry, this is my question. Thank you very much for your code review.

@yangyichao-mango
Copy link
Copy Markdown
Contributor

yangyichao-mango commented Jul 6, 2020

Thx a lot for your contribution, LGTM.

@davidzollo davidzollo linked an issue Jul 6, 2020 that may be closed by this pull request
@qiaozhanwei
Copy link
Copy Markdown
Contributor

@break60

@break60
Copy link
Copy Markdown
Contributor

break60 commented Jul 10, 2020

I think the difference between changing and changing is not very big. Selecting the radio button allows users to easily understand more data, but there are too many values here, beyond the scope of the page display, you can also change to select

Copy link
Copy Markdown
Contributor

@break60 break60 left a comment

Choose a reason for hiding this comment

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

+1

@sonarqubecloud
Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Copy link
Copy Markdown
Contributor

@qiaozhanwei qiaozhanwei left a comment

Choose a reason for hiding this comment

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

+1

@qiaozhanwei qiaozhanwei merged commit 6c9ac84 into apache:dev Jul 13, 2020
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.

[PROPOSAL] Datasource selection changes from radio to select

5 participants