conveyal / analysis-backend

Server component of Conveyal Analysis
http://conveyal.com/analysis
MIT License
23 stars 12 forks source link

Allow importing a single modification from another project #202

Closed abyrd closed 5 years ago

abyrd commented 5 years ago

Currently you can import all modifications from one project into another project, but you can't import a single modification or a subset of modifications.

Example use case: someone draws a complicated route for an add-trips modification and they want to copy it into three different projects, using different timetables in each project.

A workaround might be: you could copy all the modifications into a dummy buffer project, delete all the modifications from the dummy project except the template you want to duplicate, then re-import that dummy project into the target projects.

This is pretty awkward though. We should allow people to copy modifications around pretty freely.

ansoncfit commented 5 years ago

Addressed for now in https://github.com/conveyal/analysis-ui/pull/847