activist-org / activist

An open-source activism platform
https://activist.org
GNU Affero General Public License v3.0
209 stars 173 forks source link

Implement page checks that rely on UUIDs #920

Open andrewtavis opened 6 days ago

andrewtavis commented 6 days ago

Terms

Description

Till now the page check mechanisms we were using were based off of route parameters that just check for organizations, groups, etc, but not necessarily the full page route. Now that we're moving forward with hydration, we're now able to check for URLs based on the full route including UUIDs for the given pages. Such changes should be made to the page check mechanisms for components like the breadcrumbs and sidebar :)

Contribution

I'll be working on this soon! 😊

andrewtavis commented 6 days ago

CC @mattburnett-repo - this will cover the changes we were just discussing 😊