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

Editing a feature and then switching back to create a new feature doesn't allow it #1185

Open boatengjephthah27 opened 4 months ago

boatengjephthah27 commented 4 months ago

DESCRIPTION

When an admin tries to edit a feature and then goes back to manage new feature tab, and then tries to click on the new feature to create a new feature it doesn't allow as the forms still gets populated with the previous editing data

USER STORY


Possible Scenarios


Acceptance Criteria

BradHN1 commented 3 months ago

@boatengjephthah27 noted problems with this issue in testing: The current implementation assumes every user will click on the back button to go to the “manage feature flags” tab but as a user I am more likely to just click on the tab than having to click on the go back. And with the current implementation, navigating between tabs doesn’t clear the form. Also the go back button doesn't go the “manage feature flags” page

boatengjephthah27 commented 3 months ago

@BradHN1 Issue link