-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
MembershipTemplates are displayed in products #58
Conversation
package.json
Outdated
@@ -57,7 +61,7 @@ | |||
"devDependencies": { | |||
"@types/eslint": "^8.56.2", | |||
"@types/lodash": "^4.17.0", | |||
"@types/node": "^20.11.20", | |||
"@types/node": "^20.12.7", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we using the node 20.12.7 version?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are using node 20 lts (iron)
I aligned the corresponding .nvm file to always point to the latest lts version and updated package semver to fetch the latest version, please note that types and node are now always aligned
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe it's time to prioritise the i18n issue #9
β¦mplate-support # Conflicts: # src/app/actions/createMembership.ts # src/app/members/@authenticated/page.tsx # src/app/signup/page.tsx # src/components/molecules/membershipTemplateCard.tsx
Created seeding utility to avoid code-repetition
π Linked issue
Resolves #56
β Type of change
π Description
Link Membership and MembershipTemplates and tracks the used Membership in the database, MembershipsTemplates are also display in the member portal and in the SignUp form
π Checklist