SEG491X-W2023-T42 / mikado-machine

A multi-platform web-app for managing tasks and goals using the Mikado Method.
https://mikadomachine.uottawaesports.ca/
1 stars 0 forks source link

Implement feature toggle #117

Closed jodiqiao closed 1 year ago

jodiqiao commented 1 year ago

Feature toggle (as defined here) might be useful to allow our client to experience different user interface configurations, allowing us to test and compare the usability of feature implementations. Additionally, we may use feature toggles to hide incomplete or benched features so we only demo polished features to our client.

Explore how to implement feature toggles effectively in our React app.