Preferences
From OpenStreetMap Wiki
We have a preferences column in the users table ([1]). See API v0.5#Preferences.
There is a long-standing wish among developers (http://trac.openstreetmap.org/ticket/149) for users to be able to set preferences, so that (for example) you could have your own favourite tag presets no matter which editor or computer you were using.
What needs doing
- Decide how prefs are to be encoded in the 'text' column (serialised Ruby hash? or =/; separated like node/segment tags?)
- My Account page - option to edit prefs
- API to set/retrieve prefs
Possible uses for preferences
- Tag presets
- Preferred online editor (Potlatch/Java applet)