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

Virtual contributor Profile #6170

Merged
merged 43 commits into from
Jun 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
0f5d7e1
client-5862 virtual contributor profile init - basic info
bobbykolev May 10, 2024
5e177cf
client-5862 Virtual contributor label on profile page
bobbykolev May 13, 2024
a9f9e81
client-5862 Virtual contributor profile - tags, tagline, org
bobbykolev May 13, 2024
bdba4c0
client-5862 VC profile - styling the static part
bobbykolev May 14, 2024
fc9942d
Merge branch 'develop' into client-5862
valentinyanakiev May 22, 2024
223ac9b
Merge branch 'develop' into client-5862
bobbykolev May 28, 2024
1375df3
VC copy added to translations, icons fixes
bobbykolev May 28, 2024
931692b
Merge branch 'develop' into client-5862
bobbykolev May 28, 2024
2ce0615
VC rework the HostOrganization to Host supporting hostProfile prop
bobbykolev May 28, 2024
1cc2cce
Merge branch 'develop' into client-5862
bobbykolev May 28, 2024
2599604
VC Profile - VC Default space display + style improvements
bobbykolev May 28, 2024
5e72923
VC Profile - host section title from translations
bobbykolev May 28, 2024
32c70ea
Merge branch 'develop' into client-5862
bobbykolev May 29, 2024
c4c6a80
merge develop into client-5862
bobbykolev May 29, 2024
176fcf9
VC Profile - fix codegen; profile settings route and layout
bobbykolev May 29, 2024
13533ef
Removed prompt from the New Virtual Persona Form
valentinyanakiev May 29, 2024
6323622
VC Profile remove redundant file
bobbykolev May 30, 2024
891d0d9
VC Edit Profile init
bobbykolev May 30, 2024
f5c845e
VC Edti - working form with basic info updates
bobbykolev May 30, 2024
8353005
Revert "Removed prompt from the New Virtual Persona Form"
valentinyanakiev May 29, 2024
eb9f84f
Merge remote-tracking branch 'origin/client-5862' into client-5862
valentinyanakiev May 30, 2024
97a07ac
Revert prompt
valentinyanakiev May 30, 2024
59356b2
vc host related inputs
bobbykolev May 30, 2024
6177e16
vc profile - dynamic display of Host and BodyOfKnowledge subpace
bobbykolev May 30, 2024
cd959d3
Merge branch 'client-5862' into client-5911-edit-vc
bobbykolev May 30, 2024
b250a0b
fix display for legacy VCs with no account
bobbykolev May 30, 2024
4acbb5a
Merge branch 'client-5862' into client-5911-edit-vc
bobbykolev May 30, 2024
c725b28
show the edit profile option on Update privilege
bobbykolev May 30, 2024
42f4ee7
layout style improvements
bobbykolev May 30, 2024
5b9810c
pr fixes
bobbykolev May 30, 2024
68c4d5c
BodyOfKnowledge Name display
bobbykolev May 30, 2024
c709f15
Merge pull request #6273 from alkem-io/client-5911-edit-vc
bobbykolev May 30, 2024
b8bb9a7
PR fixes and improvements
bobbykolev May 30, 2024
92ec363
Create VC on Account init
bobbykolev May 31, 2024
d3c62be
display vc
bobbykolev May 31, 2024
0b8321b
VC on Space/Account Create, delete, confirm, display logic
bobbykolev May 31, 2024
285f9da
vc card url to profile instead of profile's settings
bobbykolev May 31, 2024
c438a9d
vc create privilege check
bobbykolev Jun 3, 2024
ebcb8d9
Merge branch 'develop' into client-5862
bobbykolev Jun 3, 2024
b157596
Merge branch 'client-5862' into client-6254
bobbykolev Jun 3, 2024
1421096
vc create form validation
bobbykolev Jun 3, 2024
69c099b
Merge pull request #6290 from alkem-io/client-6254
bobbykolev Jun 3, 2024
9fe2e0f
pr fixes
bobbykolev Jun 3, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/core/apollo/generated/apollo-helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export type AccountKeySpecifier = (
| 'license'
| 'spaceID'
| 'subscriptions'
| 'virtualContributors'
| AccountKeySpecifier
)[];
export type AccountFieldPolicy = {
Expand All @@ -28,6 +29,7 @@ export type AccountFieldPolicy = {
license?: FieldPolicy<any> | FieldReadFunction<any>;
spaceID?: FieldPolicy<any> | FieldReadFunction<any>;
subscriptions?: FieldPolicy<any> | FieldReadFunction<any>;
virtualContributors?: FieldPolicy<any> | FieldReadFunction<any>;
};
export type AccountSubscriptionKeySpecifier = ('expires' | 'name' | AccountSubscriptionKeySpecifier)[];
export type AccountSubscriptionFieldPolicy = {
Expand Down Expand Up @@ -1597,6 +1599,7 @@ export type MutationKeySpecifier = (
| 'deleteCallout'
| 'deleteCalloutTemplate'
| 'deleteCollaboration'
| 'deleteCommunityGuidelinesTemplate'
| 'deleteDiscussion'
| 'deleteDocument'
| 'deleteInnovationFlowTemplate'
Expand Down Expand Up @@ -1658,6 +1661,7 @@ export type MutationKeySpecifier = (
| 'updateCalloutsSortOrder'
| 'updateCommunityApplicationForm'
| 'updateCommunityGuidelines'
| 'updateCommunityGuidelinesTemplate'
| 'updateDiscussion'
| 'updateDocument'
| 'updateEcosystemModel'
Expand Down Expand Up @@ -1687,6 +1691,7 @@ export type MutationKeySpecifier = (
| 'updateUserGroup'
| 'updateUserPlatformSettings'
| 'updateVirtualContributor'
| 'updateVirtualContributorPlatformSettings'
| 'updateVirtualPersona'
| 'updateVisual'
| 'updateWhiteboard'
Expand Down Expand Up @@ -1754,6 +1759,7 @@ export type MutationFieldPolicy = {
deleteCallout?: FieldPolicy<any> | FieldReadFunction<any>;
deleteCalloutTemplate?: FieldPolicy<any> | FieldReadFunction<any>;
deleteCollaboration?: FieldPolicy<any> | FieldReadFunction<any>;
deleteCommunityGuidelinesTemplate?: FieldPolicy<any> | FieldReadFunction<any>;
deleteDiscussion?: FieldPolicy<any> | FieldReadFunction<any>;
deleteDocument?: FieldPolicy<any> | FieldReadFunction<any>;
deleteInnovationFlowTemplate?: FieldPolicy<any> | FieldReadFunction<any>;
Expand Down Expand Up @@ -1815,6 +1821,7 @@ export type MutationFieldPolicy = {
updateCalloutsSortOrder?: FieldPolicy<any> | FieldReadFunction<any>;
updateCommunityApplicationForm?: FieldPolicy<any> | FieldReadFunction<any>;
updateCommunityGuidelines?: FieldPolicy<any> | FieldReadFunction<any>;
updateCommunityGuidelinesTemplate?: FieldPolicy<any> | FieldReadFunction<any>;
updateDiscussion?: FieldPolicy<any> | FieldReadFunction<any>;
updateDocument?: FieldPolicy<any> | FieldReadFunction<any>;
updateEcosystemModel?: FieldPolicy<any> | FieldReadFunction<any>;
Expand Down Expand Up @@ -1844,6 +1851,7 @@ export type MutationFieldPolicy = {
updateUserGroup?: FieldPolicy<any> | FieldReadFunction<any>;
updateUserPlatformSettings?: FieldPolicy<any> | FieldReadFunction<any>;
updateVirtualContributor?: FieldPolicy<any> | FieldReadFunction<any>;
updateVirtualContributorPlatformSettings?: FieldPolicy<any> | FieldReadFunction<any>;
updateVirtualPersona?: FieldPolicy<any> | FieldReadFunction<any>;
updateVisual?: FieldPolicy<any> | FieldReadFunction<any>;
updateWhiteboard?: FieldPolicy<any> | FieldReadFunction<any>;
Expand Down