Skip to content

Commit

Permalink
RoleSet + cleaned up api (#6931)
Browse files Browse the repository at this point in the history
* codegen updated + running

* code in progress to update to new api

* started moving RoleSet related code to separate folder; fixed additional compile errors

* additional tidy up

* additional tidy up

* no compilation errors

* moved myROles myMembership to be on RoleSet

* fixed error with graphql file

* updated for latest api

* fixed last error; regenerate with latest from server

* 0.72.0

* 0.72.1

* 0.72.2

* 0.72.3

* Client changes to accommodated server side master (#6868)

* a helper sync-check

* wip

* wip

* wip

* fixed double connection

* removed subscription, save button, redundant code

* room-saved event handled

* absolute code removed

* code improvements

* fixed ts issues

* redundant type

* removed scene_init update type

* translation changed for last saved

* addressed own comments

---------

Co-authored-by: Carlos Cano <carlos@alkem.io>

* Actions menu in Subspace List * (#6885)

* Subspace list created with JourneyCardHorizontal, challenge renamings
* Subspace list - searchable, prep for admin list table
* duplicate and save as template menu options
* the new list + menu options for opportunities
* disable the menu options that are not implemented yet
* update admin tables with avatars, fix VC table
* fix Account Tab layout
---------

Co-authored-by: Carlos Cano <carlos@alkem.io>

* fix merge

* updated retrieval of community application form

* fix picking up authorization from roleSet instead of community

* additional fixes to get the right roleset ID; remove passing of community + rename entities

* Fixes

* fix build

* a bit more refactor

* entityDashboardRoleSet

* Fix application button

* Fixes

* Fix roleSetId instead of communityId

* Another communityId

* small bugfix

---------

Co-authored-by: bobbykolev <bobbykolev@abv.bg>
Co-authored-by: Svetoslav Petkov <svetoslav@alkem.io>
Co-authored-by: Carlos Cano <carlos@alkem.io>
  • Loading branch information
4 people authored Oct 1, 2024
1 parent 63efb34 commit 5168231
Show file tree
Hide file tree
Showing 115 changed files with 11,284 additions and 11,572 deletions.
6 changes: 3 additions & 3 deletions src/core/apollo/config/typePolicies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ export const typePolicies: TypedTypePolicies = {
Metadata: {
merge: true,
},
Community: {
RoleSet: {
fields: {
availableLeadUsers: paginationFieldPolicy(['filter'], 'User'),
availableMemberUsers: paginationFieldPolicy(['filter'], 'User'),
availableUsersForLeadRole: paginationFieldPolicy(['filter'], 'User'),
availableUsersForMemberRole: paginationFieldPolicy(['filter'], 'User'),
},
},
Post: {
Expand Down
207 changes: 113 additions & 94 deletions src/core/apollo/generated/apollo-helpers.ts

Large diffs are not rendered by default.

Loading

0 comments on commit 5168231

Please sign in to comment.