-
Notifications
You must be signed in to change notification settings - Fork 3
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
Organization List View #762
Conversation
# Conflicts: # save-backend/src/main/kotlin/org/cqfn/save/backend/repository/LnkUserOrganizationRepository.kt
### What's done: * Added new user settings window that shows the list of user's organizations * Added new icon for organizations * Added new endpoint "/organizations/by-user/not-deleted" (#731)
Codecov Report
@@ Coverage Diff @@
## master #762 +/- ##
============================================
- Coverage 63.23% 62.98% -0.25%
Complexity 545 545
============================================
Files 72 72
Lines 3087 3099 +12
Branches 223 225 +2
============================================
Hits 1952 1952
- Misses 982 994 +12
Partials 153 153
Continue to review full report at Codecov.
|
save-backend/src/main/kotlin/org/cqfn/save/backend/controllers/LnkUserOrganizationController.kt
Outdated
Show resolved
Hide resolved
save-backend/src/main/kotlin/org/cqfn/save/backend/controllers/LnkUserOrganizationController.kt
Outdated
Show resolved
Hide resolved
save-backend/src/main/kotlin/org/cqfn/save/backend/controllers/LnkUserOrganizationController.kt
Outdated
Show resolved
Hide resolved
...rg/cqfn/save/frontend/components/views/usersettingsview/UserSettingsOrganizationsMenuView.kt
Outdated
Show resolved
Hide resolved
...src/main/kotlin/org/cqfn/save/frontend/components/views/usersettingsview/UserSettingsView.kt
Outdated
Show resolved
Hide resolved
...src/main/kotlin/org/cqfn/save/frontend/components/views/usersettingsview/UserSettingsView.kt
Outdated
Show resolved
Hide resolved
### What's done: * Added new user settings window that shows the list of user's organizations * Added new icon for organizations * Added new endpoint "/organizations/by-user/not-deleted" (#731)
### What's done: * Added new user settings window that shows the list of user's organizations * Added new icon for organizations * Added new endpoint "/organizations/by-user/not-deleted" (#731)
### What's done: * Added new user settings window that shows the list of user's organizations * Added new icon for organizations * Added new endpoint "/organizations/by-user/not-deleted" (#731)
### What's done: * Added new user settings window that shows the list of user's organizations * Added new icon for organizations * Added new endpoint "/organizations/by-user/not-deleted" (#731)
…into feature/organization_list_view
* OrganizationListView ### What's done: * Added new user settings window that shows the list of user's organizations * Added new icon for organizations * Added new endpoint "/organizations/by-user/not-deleted" (#731)
This PR closes #731.
What's done:
Here is an example of how it looks: