Marcelo Morgado

Results 32 issues of Marcelo Morgado

- iOS apps aren't removing `SecureStorage` after app uninstallation. - Since v0.0.18 app is storing the `isFirstAppUse` flag (Using AsyncStorage). The next step is to remove users' account if it...

enhancement
important and urgent

UX should take advantage of events from contracts and actions.

question
tech debt
important and urgent

Motion / animations: https://github.com/IjzerenHein/react-native-magic-move https://popmotion.io/pose/learn/native-get-started/ Extracted from: https://github.com/tasitlabs/tasit/issues/88

enhancement
good first issue

1. [Rename `userAction` reducer](https://github.com/tasitlabs/tasit/pull/333#discussion_r277878914) 2. [Use keyed-object for `useraction`](https://github.com/tasitlabs/tasit/pull/333#discussion_r277883320) 3. [Change a message from info to warn](https://github.com/tasitlabs/tasit/pull/333#discussion_r277888035)

tech debt

We are using `Land` as a generic term for Decentraland assets (Estate / Parcel). Will be better if we changed it to `Asset`? i.e.: `ListLandForSale` => `ListAssetsForSale` `BuyLand` => `BuyAsset`...

tech debt
legacy-apps

We are encapsulating both `account` and `assetsList` loading states inside of their objects (on redux reducers). Should we keep that way or keep them on the same higher level? This...

question
tech debt

The `MyAccountScreen` is looking to `redux` state to show creation progress - use already written code (from helpers/index.js > restoreCreationStateOfAccountFromBlockchain) to check progress from the blockchain. Should this screen update...

enhancement
tech debt

Issue related by @pcowgill : > For some reason even after uninstalling the app on my iOS device and reinstalling it from TestFlight, it still was using the same account...

bug

The current approach is reading the config from a file manually. Related to https://github.com/tasitlabs/TasitSDK/issues/184

tech debt

Renaming `_toAssetForSale` to `_reformatAssetForSale`. Refs: https://github.com/tasitlabs/tasit/pull/259#discussion_r272658190

tech debt
legacy-apps