-
-
Notifications
You must be signed in to change notification settings - Fork 362
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
explain that photos are useful [ready for review] #1452
Conversation
Does the wording "report" appear at some other place? I'd expect "note". |
I now used @rugk tip also here, text is now a placeholder of recycler view what removes most problems. It allows to mention a bit more (address plaques part is based on my experience with remote editing based on SC notes), but maybe just short hint that notes are useful should be added... |
BTW, is there some reason why you merge rather than squashing commits? (I am a bit curious why because I usually merge & squash with intention of making more readable history - and I wonder is there some reason to do it other way) |
And thanks for reviewing pull request so well and quickly! I was prepared to wait a long time for review and I think that once again no pull request is ready for a review! |
I do not like squash because it rewrites the history. Merge keeps it as it happened. As your commits are pretty good quality (also compared to mine... ;-) ) in that they are quite atomic and descriptive, I find it makes the history actually more readable. |
In that regard, I like the approach of Fossil SCM better than Git:
https://www.fossil-scm.org/home/doc/trunk/www/fossil-v-git.wiki |
Nice to hear it :)
That is a good summary. Now I think that I often treat squashing as "now I am victorious, and I overcome all that mistakes, dead ends and typos" ritual. |
During testing it turned out that people were strongly underestimating usefulness of photos in notes for other mappers. This attempts to counteract this.
Note that text field is poor - I want it at once to use as much as horizontal space as possible and prefer to use vertical spa and make it work independent of a text length (translations). I am unsure how to solve this and created PR to check whatever solution is obvious.