Technical Debt List #1410
bryce-mcmath
started this conversation in
Ideas
Replies: 1 comment
-
@MosCD3 @fc-santos @timbl-ont @jcdrouin21 @thiagoromanos FYI. Feel free to add to or comment on this list |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is an ongoing list of noted technical debt, ordered roughly by which fix would have the most positive impact. If you are a Bifold maintainer, feel free to add to this list, if you are not you should still be able to add a comment with your suggestion and one of the maintainers will add it on your behalf.
Proof request logic
Onboarding logic
Simplify OCA logic
useBranding
hook and maker wider use of itoca
packageNavigation structure / componentization
Screens
enum should only be for one screen, none used more than once in different stacks. eg.Screens.EnterPIN
being used in two separate stacks for both wallet unlock and biometrics change confirmation would becomeScreens.EnterPIN
for the former andScreens.VerifyPIN
for the latter, with only components in commonRefactor
mainStack
into it's own fileRootStack
componentFolder structure
Releases
@bifold
namespace (or@bifold-wallet
, whichever is available)Beta Was this translation helpful? Give feedback.
All reactions