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

Admin panel members list #8224

Merged
merged 5 commits into from
Jan 12, 2023
Merged

Admin panel members list #8224

merged 5 commits into from
Jan 12, 2023

Conversation

lookacat
Copy link
Contributor

@lookacat lookacat commented Jan 12, 2023

Description

See #8219

Related Issue

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Technical debt
  • Tests

Checklist:

  • Code changes
  • Unit tests added
  • Acceptance tests added
  • Documentation ticket raised:

@lookacat lookacat marked this pull request as ready for review January 12, 2023 15:23
@@ -0,0 +1,107 @@
<template>
<div class="oc-ml-s">
<div v-if="spaceResource.spaceRoles.manager.length" class="oc-mb-m">
Copy link
Contributor

Choose a reason for hiding this comment

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

Fyi: Here is quite some code duplication going on. We like to leave that for now though because the structure of the members object will change as soon as we have the filter. After than we can think about using dedicated components to minimize code duplication.

@owncloud owncloud deleted a comment from update-docs bot Jan 12, 2023
Copy link
Member

@kulmann kulmann left a comment

Choose a reason for hiding this comment

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

nice 👏 would love to see some test coverage as soon as it makes sense (unit test coverage probably only after the code deduplication in the members panel).

@sonarcloud
Copy link

sonarcloud bot commented Jan 12, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

71.0% 71.0% Coverage
0.0% 0.0% Duplication

@lookacat lookacat merged commit 697a6fa into master Jan 12, 2023
@delete-merged-branch delete-merged-branch bot deleted the admin-panel-members-list branch January 12, 2023 16:13
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.

4 participants