JanKaczmarski / heaven-in-mouth

Food-delivery app WIP
MIT License
1 stars 0 forks source link

Add user address resource and geocoding #86

Closed Volqano closed 4 months ago

Volqano commented 4 months ago
JanKaczmarski commented 4 months ago

So regarding testing and precisely the lack of it. I think we should wait for tests before merging. It's unwise to do it other way because we can possibly push buggy code and later on it might be hard to find the issue. So please wait a bit longer for tests to be fixed. I am close to fixing this issue with testing so the issue should be finished this weekend

JanKaczmarski commented 4 months ago

Please attach some tutorial for database rebuild, in comment under this PR

JanKaczmarski commented 4 months ago

Also, when creating PR attach 2 people for review this way you will let them know that their assistance is needed

Volqano commented 4 months ago

to rebuild database:

make stop
docker compose down --remove-orphans
sudo rm -rf /var/tmp/heaven_in_mouth_db_data/*
make init
JanKaczmarski commented 4 months ago

So regarding testing and precisely the lack of it. I think we should wait for tests before merging. It's unwise to do it other way because we can possibly push buggy code and later on it might be hard to find the issue. So please wait a bit longer for tests to be fixed. I am close to fixing this issue with testing so the issue should be finished this weekend

I already fixed the issue with make test in this #87 PR. So please proceed with adding tests