The SIO2 project
  1. The SIO2 project
  2. SIO-1333

Add an option to save all contestants' submissions in a contest to a .tgz

    Details

    • Type: New Feature New Feature
    • Status: Closed Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: Current Version
    • Fix Version/s: Near Future
    • Component/s: OIOIOI
    • Labels:
      None

      Activity

      Hide
      Gerrit Gerrit added a comment -
      Change I1068719ac990805784fa6fc2f614310313db9e78, patchset 15
      https://gerrit.sio2project.mimuw.edu.pl/2490

      SIO-1333 Add an option to save all contestants' submissions in a contest to a .tgz

      The similarsubmits module was (is?) quite a mess. So the specific
      changes are:
      * Slightly bump (to 1.7.4) required django version to avoid
        reimplementing the framework.
      * Extract the exporting from management
      * Move the functionality to the new app - export_szubrawcy
      * Refactor it so that retrieving data and filtering isn't coupled
        too much with the archive, the csv format inside etc.
      * Make it possible to export submissions from www interface.
      * Add tests. As for now only for the new/refactored part.
      * Change (unrelated to other changes, but nearby) function call
        from deprecated to the recommended equivalent.

      Change-Id: I1068719ac990805784fa6fc2f614310313db9e78
      Sidenote: I hate fixtures.
      Show
      Gerrit Gerrit added a comment - Change I1068719ac990805784fa6fc2f614310313db9e78, patchset 15 https://gerrit.sio2project.mimuw.edu.pl/2490 SIO-1333 Add an option to save all contestants' submissions in a contest to a .tgz The similarsubmits module was (is?) quite a mess. So the specific changes are: * Slightly bump (to 1.7.4) required django version to avoid   reimplementing the framework. * Extract the exporting from management * Move the functionality to the new app - export_szubrawcy * Refactor it so that retrieving data and filtering isn't coupled   too much with the archive, the csv format inside etc. * Make it possible to export submissions from www interface. * Add tests. As for now only for the new/refactored part. * Change (unrelated to other changes, but nearby) function call   from deprecated to the recommended equivalent. Change-Id: I1068719ac990805784fa6fc2f614310313db9e78 Sidenote: I hate fixtures.
      Hide
      Gerrit Gerrit added a comment -
      Change I1068719ac990805784fa6fc2f614310313db9e78, patchset 16
      https://gerrit.sio2project.mimuw.edu.pl/2490

      SIO-1333 Add an option to save all contestants' submissions in a contest to a .tgz

      The similarsubmits module was (is?) quite a mess. So the specific
      changes are:
      * Slightly bump (to 1.7.4) required django version to avoid
        reimplementing the framework.
      * Extract the exporting from management
      * Move the functionality to the new app - export_szubrawcy
      * Refactor it so that retrieving data and filtering isn't coupled
        too much with the archive, the csv format inside etc.
      * Make it possible to export submissions from www interface.
      * Add tests. As for now only for the new/refactored part.
      * Change (unrelated to other changes, but nearby) function call
        from deprecated to the recommended equivalent.

      Change-Id: I1068719ac990805784fa6fc2f614310313db9e78
      Sidenote: I hate fixtures.
      Show
      Gerrit Gerrit added a comment - Change I1068719ac990805784fa6fc2f614310313db9e78, patchset 16 https://gerrit.sio2project.mimuw.edu.pl/2490 SIO-1333 Add an option to save all contestants' submissions in a contest to a .tgz The similarsubmits module was (is?) quite a mess. So the specific changes are: * Slightly bump (to 1.7.4) required django version to avoid   reimplementing the framework. * Extract the exporting from management * Move the functionality to the new app - export_szubrawcy * Refactor it so that retrieving data and filtering isn't coupled   too much with the archive, the csv format inside etc. * Make it possible to export submissions from www interface. * Add tests. As for now only for the new/refactored part. * Change (unrelated to other changes, but nearby) function call   from deprecated to the recommended equivalent. Change-Id: I1068719ac990805784fa6fc2f614310313db9e78 Sidenote: I hate fixtures.
      Hide
      Gerrit Gerrit added a comment -
      Change I1068719ac990805784fa6fc2f614310313db9e78, patchset 17
      https://gerrit.sio2project.mimuw.edu.pl/2490

      SIO-1333 Add an option to save all contestants' submissions in a contest to a .tgz

      The similarsubmits module was (is?) quite a mess. So the specific
      changes are:
      * Slightly bump (to 1.7.4) required django version to avoid
        reimplementing the framework.
      * Extract the exporting from management
      * Move the functionality to the new app - export_szubrawcy
      * Refactor it so that retrieving data and filtering isn't coupled
        too much with the archive, the csv format inside etc.
      * Make it possible to export submissions from www interface.
      * Add tests. As for now only for the new/refactored part.
      * Change (unrelated to other changes, but nearby) function call
        from deprecated to the recommended equivalent.

      Change-Id: I1068719ac990805784fa6fc2f614310313db9e78
      Sidenote: I hate fixtures.
      Show
      Gerrit Gerrit added a comment - Change I1068719ac990805784fa6fc2f614310313db9e78, patchset 17 https://gerrit.sio2project.mimuw.edu.pl/2490 SIO-1333 Add an option to save all contestants' submissions in a contest to a .tgz The similarsubmits module was (is?) quite a mess. So the specific changes are: * Slightly bump (to 1.7.4) required django version to avoid   reimplementing the framework. * Extract the exporting from management * Move the functionality to the new app - export_szubrawcy * Refactor it so that retrieving data and filtering isn't coupled   too much with the archive, the csv format inside etc. * Make it possible to export submissions from www interface. * Add tests. As for now only for the new/refactored part. * Change (unrelated to other changes, but nearby) function call   from deprecated to the recommended equivalent. Change-Id: I1068719ac990805784fa6fc2f614310313db9e78 Sidenote: I hate fixtures.
      Hide
      Gerrit Gerrit added a comment -
      Change I1068719ac990805784fa6fc2f614310313db9e78, patchset 18
      https://gerrit.sio2project.mimuw.edu.pl/2490

      SIO-1333 Add an option to save all contestants' submissions in a contest to a .tgz

      The similarsubmits module was (is?) quite a mess. So the specific
      changes are:
      * Slightly bump (to 1.7.4) required django version to avoid
        reimplementing the framework.
      * Extract the exporting from management
      * Move the functionality to the new app - export_szubrawcy
      * Refactor it so that retrieving data and filtering isn't coupled
        too much with the archive, the csv format inside etc.
      * Make it possible to export submissions from www interface.
      * Add tests. As for now only for the new/refactored part.
      * Change (unrelated to other changes, but nearby) function call
        from deprecated to the recommended equivalent.

      Change-Id: I1068719ac990805784fa6fc2f614310313db9e78
      Sidenote: I hate fixtures.
      Show
      Gerrit Gerrit added a comment - Change I1068719ac990805784fa6fc2f614310313db9e78, patchset 18 https://gerrit.sio2project.mimuw.edu.pl/2490 SIO-1333 Add an option to save all contestants' submissions in a contest to a .tgz The similarsubmits module was (is?) quite a mess. So the specific changes are: * Slightly bump (to 1.7.4) required django version to avoid   reimplementing the framework. * Extract the exporting from management * Move the functionality to the new app - export_szubrawcy * Refactor it so that retrieving data and filtering isn't coupled   too much with the archive, the csv format inside etc. * Make it possible to export submissions from www interface. * Add tests. As for now only for the new/refactored part. * Change (unrelated to other changes, but nearby) function call   from deprecated to the recommended equivalent. Change-Id: I1068719ac990805784fa6fc2f614310313db9e78 Sidenote: I hate fixtures.
      Hide
      Gerrit Gerrit added a comment -
      Change I1068719ac990805784fa6fc2f614310313db9e78, patchset 23
      https://gerrit.sio2project.mimuw.edu.pl/2490

      SIO-1333 Add an option to save all contestants' submissions in a contest to a .tgz

      The similarsubmits module was (is?) quite a mess. So the specific
      changes are:
      * Slightly bump (to 1.7.4) required django version to avoid
        reimplementing the framework.
      * Extract the exporting from management
      * Move the functionality to the new app - export_szubrawcy
      * Refactor it so that retrieving data and filtering isn't coupled
        too much with the archive, the csv format inside etc.
      * Make it possible to export submissions from www interface.
      * Add tests. As for now only for the new/refactored part.
      * Change (unrelated to other changes, but nearby) function call
        from deprecated to the recommended equivalent.

      Change-Id: I1068719ac990805784fa6fc2f614310313db9e78
      Sidenote: I hate fixtures.
      Show
      Gerrit Gerrit added a comment - Change I1068719ac990805784fa6fc2f614310313db9e78, patchset 23 https://gerrit.sio2project.mimuw.edu.pl/2490 SIO-1333 Add an option to save all contestants' submissions in a contest to a .tgz The similarsubmits module was (is?) quite a mess. So the specific changes are: * Slightly bump (to 1.7.4) required django version to avoid   reimplementing the framework. * Extract the exporting from management * Move the functionality to the new app - export_szubrawcy * Refactor it so that retrieving data and filtering isn't coupled   too much with the archive, the csv format inside etc. * Make it possible to export submissions from www interface. * Add tests. As for now only for the new/refactored part. * Change (unrelated to other changes, but nearby) function call   from deprecated to the recommended equivalent. Change-Id: I1068719ac990805784fa6fc2f614310313db9e78 Sidenote: I hate fixtures.

        People

        • Assignee:
          Szymon Acedański
          Reporter:
          Szymon Acedański
          TAG Developer:
          Stanisław Barzowski
          TAG Reviewer:
          Adam Paszke
        • Votes:
          0 Vote for this issue
          Watchers:
          3 Start watching this issue

          Dates

          • Created:
            Updated:
            Resolved: