massenergize / frontend-admin

Frontend for the Admin Portal. This web interface is used by Community Admins (cadmins) to administer community-specific portals and by Super Admins to administer the entire MassEnergize web platform.
4 stars 3 forks source link

Fix: #1217 Text Modifications, Bug Fix, and Feature Flags #1221

Closed frimpongopoku closed 2 months ago

frimpongopoku commented 2 months ago

Summary / Highlights

Details (Give details about what this PR accomplishes, include any screenshots etc.)

Testing Steps (Provide details on how your changes can be tested)

Requirements

Transparency (Project board)

What kind of change does this PR introduce? (check at least one)

Does this PR introduce a breaking change? (check one)

If yes, please describe the impact and migration path for existing applications:

The PR fulfills these requirements:

Other information: Any otherthing we need to know

boatengjephthah27 commented 2 months ago
  • [x] 1. Please put the menu editing option behind a feature flag. We may decide to allow all communities or just some to do this. Now under a feature flag with key customize-navigation-menu-feature-flag. So simply create a flag with name Customize Navigation Menu

@frimpongopoku

This requirement is ticked as done, however, the current implementation doesn't seem to have it. I believe feature flags are to be used to provide customized features we want accessible to certain communities. Though the checkbox is ticked as complete, I don't see any such feature flag as Customize Navigation Menu in the feature flags list, yet from the test done the feature seems accessible to all communities.