✅ Daniel Danielecki

Results 70 issues of ✅ Daniel Danielecki

Sometimes it's try {}, catch {}, finally {}, sometimes then(), catch(), finally(). Unify everything to try {}, catch {}, finally {}.

enhancement

When the application will have a user base we could have `staging` environment to test changes on pre-`production` before going to `production`. https://stackoverflow.com/questions/58338572/how-to-set-staging-development-and-live-environment-in-react-native and https://medium.com/simform-engineering/how-to-set-up-different-environments-in-react-native-9f7902ebf282 looks like a good starting...

enhancement

`TamoTam` could support offline data persistence for the `usersEvents` stored in `Cloud Firstore`. More details: https://firebase.google.com/docs/firestore/manage-data/enable-offline

enhancement

Now, the MapScreen loads without what the user will change. That's the desired behavior for API-fetched events, but not when user will add it.

bug

It's important to keep the user's focus when the user clicks on the Market and Callout pops up. `zIndex` might be helpful to achieve so.

enhancement

The placeholder has been dropped in [c551129](https://github.com/tamotam-com/tamotam-app/commit/c551129d72aad90bf1bc6126901008b7e9dfdc32) due to the reason we won't need it in `1.0.0`. [React Native Paper's Searchbar](https://callstack.github.io/react-native-paper/searchbar.html) looks promising btw.

enhancement

Try to set up forms with `dispatchFormState`, `formReducer`, and `formState`. Commit [896cd44](https://github.com/tamotam-com/tamotam-app/commit/896cd448a509994621c43fb2f1c9a6805975bbf6) has some old logic, which worked partially.

enhancement

https://github.com/shadowwalker/next-pwa and https://medium.com/geekculture/how-to-make-a-next-js-app-a-pwa-a5e2b13da548 should make it happen!

enhancement

It's currently not possible to review & rate the products. I've tried to integrate it with the most popular Shopify's Review plugin `Judge.me Reviews`, but the setup fails due to...

While being on https://shop.ditectrev.com I'm clicking `Proceed to Checkout` and it redirects me to https://122d98.myshopify.com/checkouts/cn/ABC..., instead of leveraging the custom domain such as https://shop.ditectrev.com/checkouts/cn/ABC.... I'm sending my domain redirects. The...