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

Duplicate Endpoint #695

Merged

Conversation

pedramk
Copy link
Contributor

@pedramk pedramk commented Aug 26, 2022

@pedramk pedramk requested a review from brdandu August 26, 2022 13:06
Copy link
Contributor

@jingteng25742 jingteng25742 left a comment

Choose a reason for hiding this comment

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

Screen Shot 2022-08-26 at 11 26 58 AM

During the call, I believe the agreed intention is to remove all the text (Edit/Copy/etc) and only leave icons.
The tooltips can include the texts.
For the expand / un-expand, let's use the default up / down arrow

e.g.
Screen Shot 2022-08-26 at 11 28 43 AM

@@ -20,1160 +20,1202 @@
*
* @module DB API: user configuration queries against the database.
*/
const dbApi = require('./db-api.js')
Copy link
Contributor

Choose a reason for hiding this comment

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

The whole file seem to have changed and makes it very difficult to actually review the changes.
Can you fix this?

Copy link
Contributor

Choose a reason for hiding this comment

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

Fixed

Copy link
Contributor

Choose a reason for hiding this comment

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

Screen Shot 2022-08-26 at 11 26 58 AM

During the call, I believe the agreed intention is to remove all the text (Edit/Copy/etc) and only leave icons. The tooltips can include the texts. For the expand / un-expand, let's use the default up / down arrow

e.g. Screen Shot 2022-08-26 at 11 28 43 AM

I am still the same issue for the UI.

@@ -20,744 +20,789 @@
*
* @module REST API: user data
*/
const fs = require('fs')
Copy link
Contributor

Choose a reason for hiding this comment

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

The whole file seem to have changed and makes it very difficult to actually review the changes.
Can you fix this?

Copy link
Contributor

Choose a reason for hiding this comment

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

Fixed

@@ -14,803 +14,820 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import Vue from 'vue'
Copy link
Contributor

Choose a reason for hiding this comment

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

The whole file seem to have changed and makes it very difficult to actually review the changes.
Can you fix this?

Copy link
Contributor

Choose a reason for hiding this comment

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

Fixed

@@ -15,198 +15,215 @@
* limitations under the License.
*/

import * as Util from './util'
Copy link
Contributor

Choose a reason for hiding this comment

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

The whole file seem to have changed and makes it very difficult to actually review the changes.
Can you fix this?

Copy link
Contributor

Choose a reason for hiding this comment

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

Fixed

attrubute)
})
})
} catch (err) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Instead of catching the error here, the exception should just bubble to httpPostDuplicateEndpointType() and the error should be printed / responded there. otherwise httpPostDuplicateEndpointType() would just fail silently.

@@ -394,8 +427,9 @@ export default {
},
created() {
if (this.$serverGet != null) {
this.selectedAttributes= []
this.selectedReporting =[]
this.selectedservers = []
Copy link
Contributor

Choose a reason for hiding this comment

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

typo selectedservers?

Copy link
Contributor

Choose a reason for hiding this comment

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

Fixed

@brdandu brdandu linked an issue Sep 9, 2022 that may be closed by this pull request
@jingteng25742 jingteng25742 marked this pull request as ready for review September 9, 2022 16:43
@jingteng25742 jingteng25742 merged commit 6b91620 into project-chip:master Sep 9, 2022
paulr34 pushed a commit to paulr34/zap that referenced this pull request Nov 29, 2022
* chore: resolve conflicts

* chore: clean space

* chore: resolving conflict

* fix: fix duplicate issue after rebase

* chore: fix  typo issue and remove catch for duplicate function

Co-authored-by: A.ghasemkhani <a.ghasemkhaniii@gmail.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.

Feature Request: Duplicate endpoint configuration
3 participants