You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In FeedbackItem schema: boolean mentee is replaced with MemberType memberType.
memberType is mandatory field (not null). (please see screenshot below)
FeedbackSection added to LandingPage
Additional info: All memberTypes fields in json files are capitalized. For example, COLLABORATOR/collaborator is now diplayed (serialized in json files) as Collaborator.
The text was updated successfully, but these errors were encountered:
@dricazenck@stepsen89 These changes are not deployed to the fly server yet - @dricazenck please share with us if you have some time frame when you plan to upload the changes. Thank you!
It is needed to update schemas due to the changes in the backend.
Change in the backend:Women-Coding-Community/wcc-backend#289
Update page schemas:
In FeedbackItem schema:
boolean mentee
is replaced withMemberType memberType.
memberType is mandatory field (not null). (please see screenshot below)
FeedbackSection added to LandingPage
Additional info: All memberTypes fields in json files are capitalized. For example, COLLABORATOR/collaborator is now diplayed (serialized in json files) as Collaborator.
The text was updated successfully, but these errors were encountered: