def completed_view
      @wells
        .dup
        .tap { |wells| complete(wells) }
        .each_with_index