fedbiomed/fedbiomed

rename `job_id` to `experiment_id`

Closed this issue · 0 comments

Rename job_id to experiment_id to avoid confusion.
In previous implementation it was discussed what would be the better naming.
In new implementation job_id is misleading, as the job is now a transient (one-round, one-request-response) notion (does not have a long life cycle like an Experiment)

  • minimal: researcher side

    • includes updating in Experiment and Job
    • includes updating researcher configuration database (SecaggServkey) format version
  • optionally full replacement for clarity which includes:

    • communications: Messages
    • node side (Round, Node). Probably also means updating node configuration database format version (SecaggServkey, Node_States will change)

Other/misc linked tasks:

  • add missing check for __messaging_protocol_version__ compatibility
  • add component version for secagg database (__secagg_version)