-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MBL-854] Gate Creator Dashboard Behind Feature Flag (#1828)
* Gate tab view controller instantiations and tab data creation behind feature flag pre-planning * update RootViewModelTests the cases where the flag is true is currently not testable due to RemoteConfig's OBJ-C initializer not being available. Still looking into this. * add override to MockRemoteConfigValue RemoteConfigValue has no exposed initializer in the public API from Firebase so this is how can change boolValue for testing. * update tests now that we can effectively control the flag's boolValue * gate access to switch to dashboard from RootTabBarViewController * gate access to the creator dashboard project activities * gate access to creator dashboard creator messages + formatting * gate access to creator dashboard from the project page * refactor if/else and add suffix to test * formatting * refresh the tabbar when toggling the creator dashboard feature flag * corrected dashboard tabs/vcs inconsistency. * removed unused test - because the tabs are no longer based on the feature flag. --------- Co-authored-by: Mubarak Sadoon <msadoon@gmail.com>
- Loading branch information
1 parent
e629b80
commit ea00943
Showing
5 changed files
with
292 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.