Stage Manager Dashboard


Active projects:

<% active_projects.each do |v| %> <% end %>
Video name Video serial Video channel Last updated
<%= v.name %> <%= serialize(v.serial) %> <%= v.channel.name %> <%= date_format(v.updated_at) %>

Recently updated videos:

<% videos.each do |v| %> <% end %>
Video name Video serial Video channel Last updated
<%= v.name %> <%= serialize(v.serial) %> <%= v.channel.name %> <%= date_format(v.updated_at) %>

Recently updated channels:

<% channels.each do |c| %> <% end %>
Channel name Open projects Total projects Last updated
<%= c.name %> <%= nullable(c.openProjects().length) %> <%= nullable(c.videos.length) %> <%= date_format(c.updated_at) %>