Skip to content

Fix: Standardize URL patterns for create pages (#355)#403

Merged
tompscanlan merged 1 commit into
OpenMeet-Team:mainfrom
Tharunraja7:fix/create-page-route-consistency
Mar 31, 2026
Merged

Fix: Standardize URL patterns for create pages (#355)#403
tompscanlan merged 1 commit into
OpenMeet-Team:mainfrom
Tharunraja7:fix/create-page-route-consistency

Conversation

@Tharunraja7

Copy link
Copy Markdown
Contributor

Fix: Standardize URL patterns for create pages (#355)

This PR resolves the inconsistency in URL patterns for create pages across the application.

Previously:

  • Groups: /dashboard/groups/create
  • Events: /events/create

Changes Made

  • Standardized create page URLs to follow a single consistent pattern:
    • /dashboard/{resource}/create
  • Updated routing for events to align with groups
  • Added redirects from old URLs to the new standardized routes to maintain backward compatibility

Result

  • Improved consistency and predictability in routing
  • Better overall user experience

Feedback

Please let me know if any changes are needed.

@tompscanlan tompscanlan merged commit c5c6321 into OpenMeet-Team:main Mar 31, 2026
3 checks passed
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.

2 participants