2017-02-10 21:27:20 +08:00
|
|
|
<div class="panel panel-default module-large
|
2019-02-07 21:23:37 +08:00
|
|
|
<%= get_task_alert_color(my_module) %>"
|
2016-02-12 23:52:43 +08:00
|
|
|
id="<%= my_module.id %>"
|
|
|
|
data-module-id="<%= my_module.id %>"
|
|
|
|
data-module-name="<%= my_module.name %>"
|
|
|
|
<% if my_module.my_module_group.present? %>
|
|
|
|
data-module-group="<%= my_module.my_module_group.id %>"
|
|
|
|
<% end %>
|
|
|
|
data-module-x="<%= my_module.x %>"
|
|
|
|
data-module-y="<%= my_module.y %>"
|
|
|
|
data-module-conns="<%= construct_module_connections(my_module) %>"
|
2020-04-14 23:25:36 +08:00
|
|
|
data-module-users-tab-url="<%= index_old_my_module_user_my_modules_url(my_module_id: my_module.id, format: :json) %>"
|
2019-01-12 00:20:04 +08:00
|
|
|
data-module-tags-url="<%= my_module_tags_experiment_path(my_module.experiment, format: :json) %>">
|
2016-02-12 23:52:43 +08:00
|
|
|
|
2020-12-10 22:18:31 +08:00
|
|
|
<div data-view-mode="active">
|
2021-09-14 17:08:35 +08:00
|
|
|
<% if can_manage_my_module?(my_module) %>
|
2020-12-10 22:18:31 +08:00
|
|
|
<a class="edit-tags-link pull-right" data-remote="true" href="<%= my_module_tags_edit_url(my_module, format: :json) %>">
|
|
|
|
<%= render partial: "canvas/tags.html.erb", locals: { my_module: my_module } %>
|
|
|
|
</a>
|
|
|
|
<% else %>
|
|
|
|
<span class="edit-tags-link pull-right">
|
|
|
|
<%= render partial: "canvas/tags.html.erb", locals: { my_module: my_module } %>
|
|
|
|
</span>
|
|
|
|
<% end %>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div data-view-mode="archived">
|
2016-02-12 23:52:43 +08:00
|
|
|
<a class="edit-tags-link pull-right" data-remote="true" href="<%= my_module_tags_edit_url(my_module, format: :json) %>">
|
2018-02-09 23:14:40 +08:00
|
|
|
<%= render partial: "canvas/tags.html.erb", locals: { my_module: my_module } %>
|
2016-02-12 23:52:43 +08:00
|
|
|
</a>
|
2020-12-10 22:18:31 +08:00
|
|
|
</div>
|
2016-02-12 23:52:43 +08:00
|
|
|
|
2021-11-12 17:04:26 +08:00
|
|
|
<% unless my_module.experiment.archived_branch? || !can_restore_my_module?(my_module) %>
|
2021-01-22 16:47:00 +08:00
|
|
|
<div class="task-selector-container pull-left " data-view-mode="archived" data-task-id="<%= my_module.id %>">
|
|
|
|
<div class="sci-checkbox-container">
|
|
|
|
<input value="1" type="checkbox" class="sci-checkbox task-selector">
|
|
|
|
<span class="sci-checkbox-label"></span>
|
|
|
|
</div>
|
2020-12-11 18:52:24 +08:00
|
|
|
</div>
|
2021-01-22 16:47:00 +08:00
|
|
|
<% end %>
|
2020-12-11 18:52:24 +08:00
|
|
|
|
2016-02-12 23:52:43 +08:00
|
|
|
<div class="panel-heading">
|
|
|
|
<h3 class="panel-title">
|
2021-10-26 18:06:26 +08:00
|
|
|
<%= link_to_if can_read_experiment?(my_module.experiment), my_module.name, protocols_my_module_path(my_module), class: 'my-module-title' %>
|
2016-02-12 23:52:43 +08:00
|
|
|
</h3>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="panel-body">
|
2020-12-10 19:07:18 +08:00
|
|
|
<div class="overdue-date" data-view-mode="active">
|
2021-09-14 17:08:35 +08:00
|
|
|
<% if !my_module.completed? && can_manage_my_module?(my_module) %>
|
2020-09-09 20:33:25 +08:00
|
|
|
<%= link_to due_date_my_module_path(my_module, format: :json), remote: true,
|
|
|
|
class: "due-date-link due-date-refresh" do %>
|
|
|
|
<%= render partial: "my_modules/card_due_date_label.html.erb", locals: { my_module: my_module, format: :full_date } %>
|
|
|
|
<% end %>
|
|
|
|
<% else %>
|
2020-03-17 00:55:35 +08:00
|
|
|
<%= render partial: "my_modules/card_due_date_label.html.erb", locals: { my_module: my_module, format: :full_date } %>
|
2017-02-10 21:27:20 +08:00
|
|
|
<% end %>
|
2020-09-09 20:33:25 +08:00
|
|
|
</div>
|
2020-12-10 19:07:18 +08:00
|
|
|
|
|
|
|
<div class="archived-overdue-date" data-view-mode="archived">
|
|
|
|
<span class="date-label"><%= t('experiments.canvas.full_zoom.due_date') %></span>
|
|
|
|
<span class="date-value">
|
|
|
|
<%= my_module.due_date ? l(my_module.due_date, format: :full_date) : t('experiments.canvas.full_zoom.no_due_date') %>
|
|
|
|
</span>
|
|
|
|
|
|
|
|
<div>
|
|
|
|
<span class="date-label"><%= t('experiments.module_archive.archived_on') %></span>
|
|
|
|
<span class="date-value">
|
2021-01-12 22:15:57 +08:00
|
|
|
<%= my_module.archived_branch? ? l(my_module_archived_on(my_module), format: :full_date) : t('experiments.canvas.full_zoom.no_due_date') %>
|
2020-12-10 19:07:18 +08:00
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2020-09-01 20:56:48 +08:00
|
|
|
<div class="status-label" style="--state-color: <%= my_module.my_module_status.color %>">
|
2020-09-11 22:08:03 +08:00
|
|
|
<% if my_module.status_changing %>
|
|
|
|
<i class="fas fa-spinner fa-spin"></i>
|
|
|
|
<span><%= t('experiments.canvas.full_zoom.status_transitioning_label') %></span>
|
|
|
|
<% end %>
|
2020-09-01 20:56:48 +08:00
|
|
|
<%= my_module.my_module_status.name %>
|
2020-07-17 20:48:45 +08:00
|
|
|
</div>
|
2016-02-12 23:52:43 +08:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="panel-footer panel-footer-scinote buttons-container">
|
|
|
|
<ul class="nav nav-tabs nav-tabs-less" role="tablist">
|
2018-02-09 23:14:40 +08:00
|
|
|
<% if can_read_experiment?(my_module.experiment) %>
|
2016-02-12 23:52:43 +08:00
|
|
|
<li role="presentation">
|
2020-04-14 23:25:36 +08:00
|
|
|
<a class="btn btn-link task-card-view-users" href="<%= index_old_my_module_user_my_modules_url(my_module_id: my_module.id, format: :json) %>" aria-controls="<%= my_module.id %>_users" role="tab" data-remote="true">
|
2018-05-22 22:55:58 +08:00
|
|
|
<span class="fas fa-users" aria-hidden="true"></span>
|
2021-10-13 16:10:14 +08:00
|
|
|
<span class="badge badge-indicator users-badge-indicator <%= 'hidden' unless my_module.designated_users.count.positive? %>"
|
2017-05-08 23:32:55 +08:00
|
|
|
data-linked-id="<%= my_module.id %>">
|
2021-10-13 16:10:14 +08:00
|
|
|
<%= my_module.designated_users.count %>
|
2017-05-08 23:32:55 +08:00
|
|
|
</span>
|
2016-02-12 23:52:43 +08:00
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li role="presentation">
|
2019-04-02 17:14:36 +08:00
|
|
|
<a class="btn btn-link task-card-view-activities" href="<%= activities_my_module_url(id: my_module.id) %>" aria-controls="<%= my_module.id %>_activities" role="tab">
|
2018-05-22 22:55:58 +08:00
|
|
|
<span class="fas fa-list" aria-hidden="true"></span>
|
2016-02-12 23:52:43 +08:00
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li role="presentation">
|
2017-05-10 16:33:34 +08:00
|
|
|
<a class="btn btn-link task-card-view-comments" href="<%= my_module_my_module_comments_url(my_module_id: my_module.id, format: :json) %>" aria-controls="<%= my_module.id %>_comments" role="tab" data-remote="true">
|
2018-05-22 22:55:58 +08:00
|
|
|
<span class="fas fa-comment" aria-hidden="true"></span>
|
2019-06-04 20:40:21 +08:00
|
|
|
<span id="comment-counter-<%= my_module.id %>" class="badge badge-indicator comments-badge-indicator <%= 'hidden' unless my_module.task_comments.count.positive? %>"
|
2017-05-08 23:32:55 +08:00
|
|
|
data-linked-id="<%= my_module.id %>">
|
|
|
|
<%= my_module.task_comments.count %>
|
|
|
|
</span>
|
2016-02-12 23:52:43 +08:00
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<% end %>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
<!-- Tab panes -->
|
|
|
|
<div class="tab-content">
|
2018-02-09 23:14:40 +08:00
|
|
|
<% if can_read_experiment?(my_module.experiment) %>
|
2016-02-12 23:52:43 +08:00
|
|
|
<div role="tabpanel" class="tab-pane" id="<%= my_module.id %>_info" data-contents="info"></div>
|
|
|
|
<div role="tabpanel" class="tab-pane" id="<%= my_module.id %>_users" data-contents="users"></div>
|
|
|
|
<div role="tabpanel" class="tab-pane" id="<%= my_module.id %>_activities" data-contents="activities"></div>
|
|
|
|
<div role="tabpanel" class="tab-pane" id="<%= my_module.id %>_comments" data-contents="comments"></div>
|
|
|
|
<% end %>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|