Changes between Initial Version and Version 1 of Ticket #5097, comment 9


Ignore:
Timestamp:
2016-09-01T09:18:59+02:00 (9 years ago)
Author:
openstreetmap.org-user-d1g

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5097, comment 9

    initial v1  
    44If you serialize all actions and their crucial parameters as text, you could select only commands you need to re-execute:
    55
    6 1. save them in a script file.
    7 2. send these commands over communication channels.
    8 
     61. save them in a script file, name this file
     72. send these commands over communication channels, so that others can adapt them
    98
    109IMO plug-in specific commands should be prefixes with plug-in name (more likely) and possibly version (less likely, only if plug-in is frequently updated). Reason is that "action" in the script will be "outdated", you never want to update scripts manually as user.