OpenTreeMap / otm-core

OpenTreeMap is a collaborative platform for crowdsourced tree inventory, ecosystem services calculations, urban forestry analysis, and community engagement.
www.opentreemap.org
Other
186 stars 88 forks source link

Importer: distinguish imports by more than ID number #1851

Open RickMohr opened 9 years ago

RickMohr commented 9 years ago

On the importer page you see only e.g. "Tree Import #25". If you have multiple imports it's hard to know which is which. Possible solutions:

steventlamb commented 9 years ago

I think these are good solutions. The date/time is a win-win. Filename and naming could have limited usefulness though - choosing names is hard for all users of all technical levels, whether they be on the filesystem or in a web dialog. At least the former doesn't require us to put a new UI control in.

andrewbt commented 9 years ago

If showing the name of the file imported is easier from a technical standpoint than naming an import (just a DB column, no UI needed for naming/editing) I'd say that's good and also do date/time. The user has to pick a name for the file on their own filesystem anyway - picking yet another name might be a bit unnecessary. And if they import the same file twice the date/time can help de-confuse later on.

On Wed, Dec 10, 2014 at 2:41 PM, Steve Lamb notifications@github.com wrote:

I think these are good solutions. The date/time is a win-win. Filename and naming could have limited usefulness though - choosing names is hard for all users of all technical levels, whether they be on the filesystem or in a web dialog. At least the former doesn't require us to put a new UI control in.

— Reply to this email directly or view it on GitHub https://github.com/OpenTreeMap/OTM2/issues/1851#issuecomment-66510636.

Andrew Thompson, Community Evangelist

Azavea | 340 N 12th St, Ste 402, Philadelphia, PA athompson@azavea.com | T 215.701.7689 | F 215.925.2663 Web azavea.com http://www.azavea.com/ | Blog azavea.com/blogs http://www.azavea.com/Blogs | Twitter @azavea http://twitter.com/azavea

Join our community! Google Groups: Cicero API http://www.azavea.com/products/cicero/community/user-community/ | OpenTreeMap https://groups.google.com/forum/?fromgroups#!forum/opentreemap-user | GeoTrellis https://groups.google.com/forum/?fromgroups#!forum/geotrellis-user | OpenDataCatalog https://groups.google.com/forum/?fromgroups#!forum/opendatacatalog-user

steventlamb commented 9 years ago

+1 @andrewbt's comment

dboyer commented 9 years ago

My vote is also Date/Time and the name of the file imported. Adding the ability to rename the import might be a future enhancement, but it's not necessary now. I also don't think this is an issue blocking shipping the feature, but it would be good to address some time in January.