Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Usability: Anyhow show why a user does not see projects (in some scopes) and document when user does not see tasks resp. how to change this (in the future also show needed qualifications) #60

Open
volontarian opened this issue Mar 19, 2015 · 0 comments
Assignees

Comments

@volontarian
Copy link
Member

E.g. if you don't set foreign languages und /users/:user_id/edit (Settings) you don't see stories with tasks:

class Product::TextCreation::Story < Story
  ...

  def self.for_user(user)
    active.where(:language.in => user.languages)
  end

 ...
end
@volontarian volontarian self-assigned this Mar 19, 2015
@volontarian volontarian changed the title Usability: Anhow show why a user does not see projects (in some scopes) and document when user does not see tasks resp. how to change this (in the future also show needed qualifications) Usability: Anyhow show why a user does not see projects (in some scopes) and document when user does not see tasks resp. how to change this (in the future also show needed qualifications) Mar 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant