teamtrick icon indicating copy to clipboard operation
teamtrick copied to clipboard

Open source web application to implement Scrum built with Ruby on Rails.

Results 24 teamtrick issues
Sort by recently updated
recently updated
newest added

Only an administrator can create, edit or delete a task. The code suggests otherwise (task_controller.rb): ``` def show_authorized? current_user_is_admin_or?(:product_owner, :scrum_master, :team_member) end def create_authorized? current_user_is_admin_or?(:product_owner, :scrum_master, :team_member) end def update_authorized?...

Make PFC sample pending sprint to begin today instead of finishing today.

Follow the I18n steps here: http://guides.rubyonrails.org/i18n.html

Add the posibility of mail sending, when an account is created, for instance.

I pass some params on embedded scaffolds. Those params override the already existent, like project_id, causing problems. See http://github.com/manuelmorales/teamtrick/issues/#issue/37. There should be a way to merge the right ones.