TSYS-Merchant / stumps

Apache License 2.0
3 stars 3 forks source link

stump file names should have name of stump in them #50

Closed rmcdonough-mw closed 10 years ago

rmcdonough-mw commented 10 years ago

When you create a stump and save it, there are 3 files created:

When a stump gets saved, instead of generating a unique name string (ex. iely5eq) the stump name should be used, ex.:

The files should remain unique since the stump name must be unique.

mwmharrington commented 10 years ago

This is done on purpose to avoid problems with names that don't match the Windows file name format, to simplify renaming an existing stump without having to rename all the files, and to provide a single identifier when using websites.

What would be the benefit of having the files named the same as the "name" of the stump?

dlachowicz-mw commented 10 years ago

I'm going to agree with Mike. The naming should be done at the folder level.

rmcdonough-mw commented 10 years ago

I agree with Dom's comment which assumes that the stump naming is done at the folder level. Right now all stumps are stored under the same folder. I entered issue #51 to change that.