Skip to content
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

Add "what's new in iD" notification on new versions #1856

Closed
Stalfur opened this issue Sep 28, 2013 · 5 comments
Closed

Add "what's new in iD" notification on new versions #1856

Stalfur opened this issue Sep 28, 2013 · 5 comments
Labels
new-feature A new feature for iD

Comments

@Stalfur
Copy link
Contributor

Stalfur commented Sep 28, 2013

I've started work on this, basically a modal window that announces changes from last major version.

Originally spurred by changes in 1.2 which changed shortcuts (orthogonalize now also straightens lines, shortcut changed from Q to S) and usage (adding a line to a line did not continue it anymore, instead use A from endpoint) I thought this needed to be communicated better to users who do not read the version changes on github.

However looking at all that this entails I'm beginning to have doubts. This is due to translations, I'm sure the majority of users use English but the translations into various languages are probably not without any userbase behind them.

What each (major update) would require then is to write down key changes (like in shortcuts and usability, minor error fixes might be too much information to be of use to casual users) in English and have translated into each language. Or completely ignore the extra languages and only display this in English (sort of defeats purpose for non-English speakers admittedly).

Thoughts on this?

@Zverik
Copy link
Contributor

Zverik commented Sep 28, 2013

Why a modal window, when, if I remember correctly, there was a decision to move as much as possible to non-modal sidebar?

As for translations, just keep changelogs in transifex and notify translation teams beforehand. Even being on it, I still find out of new versions only the next day they are out.

@Stalfur
Copy link
Contributor Author

Stalfur commented Sep 28, 2013

It would have saved 2 issues here and lots of confusion for me, personally, if a modal window had appeared with 1.2 update telling me that Q was now S and I had to use A to extend a line. Giving an option to turn off these announcements is of course on the list, you see it first time, say "No thanks, I don't want to see these messages" and you never see it again.

I think it would be too much to display every single bug-fix but major features integrated or changed definitely belong there.

@jfirebaugh
Copy link
Member

I'm not too worried about translations. The way this should work is that when a relevant change in functionality is made it should include an update to this changelog in the same commit. Translators can start right away. This also implies that the changelog needs to be broken down into individual items -- it shouldn't just be a big blob of markdown text.

@lxbarth
Copy link
Contributor

lxbarth commented Mar 10, 2014

I think this is a great addition. Trick is going to be to find an unobtrusive, but visible way to present this to the user. This is how helpscout does it.

screen shot 2014-03-10 at 4-1 07 06 pm

@lxbarth
Copy link
Contributor

lxbarth commented Mar 10, 2014

I like how they use casual language and occasional links.

@bhousel bhousel changed the title LastVersion - modal window tracking version changes Add "what's new in iD" notification on new versions Nov 1, 2016
@bhousel bhousel added the new-feature A new feature for iD label Nov 1, 2016
@bhousel bhousel closed this as completed in a2a121a Mar 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-feature A new feature for iD
Projects
None yet
Development

No branches or pull requests

5 participants