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

feat: Admin can create/edit MembershipTemplates #54

Merged
merged 9 commits into from
Apr 28, 2024

Conversation

LobeTia
Copy link
Contributor

@LobeTia LobeTia commented Apr 13, 2024

πŸ”— Linked issue

Resolve #27

❓ Type of change

  • πŸ“– Documentation (updates to the documentation, readme or JSdoc annotations)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • πŸ‘Œ Enhancement (improving an existing functionality like performance)
  • ✨ New feature (a non-breaking change that adds functionality)
  • 🧹 Chore (updates to the build process or auxiliary tools and libraries)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

πŸ“š Description

MembershipTemplates are required in order to give the user multiple ways to subscribe to an association
SO:
Added a new admin section /membership/manage where users can manage the MembershipTemplates
Layout is handled by Next.js parallel routes + intercepting routes
^ This is potentially overkill but serves as a working example on how to handle modal+full page duality in features inside the project
Future PRs will rollout the template to the rest of the project (onboarding, members portal) and adapt the database

πŸ“ Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

@LobeTia LobeTia marked this pull request as ready for review April 13, 2024 08:48
@LobeTia LobeTia self-assigned this Apr 13, 2024
davideimola
davideimola previously approved these changes Apr 15, 2024
…ate-membership

# Conflicts:
#	src/app/admin/@unauthenticated/components/discordSignIn.tsx
#	src/app/admin/layout.tsx
#	src/app/devPage.tsx
#	src/app/members/@authenticated/page.tsx
#	src/app/page.tsx
#	src/app/signup/page.tsx
@LobeTia LobeTia merged commit dfda02a into main Apr 28, 2024
@LobeTia LobeTia deleted the feat/27/admin-can-create-membership branch April 28, 2024 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Admin can create membership
3 participants