cartodb-org / cartodb

Location Intelligence & Data Visualization tool
http://cartodb.com
BSD 3-Clause "New" or "Revised" License
3 stars 2 forks source link

Adds "Copy" suffix to name of exported maps #226

Closed acarrera42 closed 6 years ago

acarrera42 commented 6 years ago

In the use case of Samples 2.0 Save As the new map was requested to have "Copy" appended to the title. Since export functionality is only used by Samples 2.0 Save As in Bloomberg currently this was "hacked" in for the short term.

Design wise this was specifically created as an option to the export apis that is hard coded in the resque job. The intention is longer term Save As should be broken out into it's own end point and resque job. The Save As job will call out to the export/import apis directly and will be able to properly pass the necessary option(s). At this point the hard coded value will be removed from the resque Export job.