Closed AlainJobs closed 4 years ago
Will review first thing in the morning! Thanks Alain!
After running npm i
, run the following command:
expo r -c
In order to clear the cache for all the package additions
The MapData.js refactor is really good. Great documentation & makes the code look cleaner. I ran our Debt tracker on your file & it's all green ✅
I tried to break the MoreDetails/Search, I noticed this:
The addresses should not be in the search bar. Also, the code coverage sky rocketed down from 77% to 62%. I think it's due to route stack. @bkenza can help you get the coverage back up 📈
Thanks @mohanad, I'll update the PR instructions and I will remove the addresses, it doesn't make sense to have them.
Amazing Job on the refactoring, a lot code was reduced in MapData and MoreDetails! Very clean! Concise documentation! ✅
I tested on my end by selecting items from the search bar and then pressing on the arrow up to go to MoreDetails and it works well. And its still smooth too.
Also I noticed on that certain MoreDetails screens that the number when left _empty" is not displaying N/A
anymore.
The MapData.js refactor is really good. Great documentation & makes the code look cleaner. I ran our Debt tracker on your file & it's all green ✅
I tried to break the MoreDetails/Search, I noticed this:
The addresses should not be in the search bar. Also, the code coverage sky rocketed down from 77% to 62%. I think it's due to route stack. @bkenza can help you get the coverage back up 📈
He's right the code coverage has reduced significantly to 62%, however I don't think its because of the route stack since its doesn't have any methods.
On my end, not sure if it's locally, but the some tests are failing and maybe not covering the code properly
The MapData.js refactor is really good. Great documentation & makes the code look cleaner. I ran our Debt tracker on your file & it's all green ✅ I tried to break the MoreDetails/Search, I noticed this: The addresses should not be in the search bar. Also, the code coverage sky rocketed down from 77% to 62%. I think it's due to route stack. @bkenza can help you get the coverage back up 📈
He's right the code coverage has reduced significantly to 62%, however I don't think its because of the route stack since its doesn't have any methods.
On my end, not sure if it's locally, but the some tests are failing and maybe not covering the code properly
I will take care of the code coverage!
@csbduzi For the N/A, it should work now.
I get this error when one of from/To is "Grey nuns Building" and i click on view routes.
I get this error when one of from/To is "Grey nuns Building" and i click on view routes.
Thank you, I know why!
Please guys, for any error, post those in the review section of Github in the appropriate file that broke, its easier to resolve and make the PR less hard to read.
Please Test
Because I made some refactoring in important components (MapData.js), please make sure to test the app and try to break the Search and/or MoreDetails components, I believe in you all!
Bug fixed
Implementation
Implemented what was asked in issue #161
More
Even More
npm install
.Refactoring
Test
feature/#166
npm install
before running the app with expo startWe move 🤝