-
Notifications
You must be signed in to change notification settings - Fork 49
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
Handle case of asset having no tasks #434
Comments
That's a good point. Let's make this issue about telling the user that no task has been assigned (rather than actually assigning any), and that one can be created via the Project Manager. Then we can delegate authentication (in whatever form) to there. |
I've added this, but there's a large amount of technical debt in the Context Manager.
The list goes on.. this affects #412 too. Wouldn't bother repairing these, the combined Context Manager and Workfiler should be a new project altogether. |
Could you describe how one would do that? How can the view capture the errors of the model, code-wise that is. Do you have an example?
Could you elaborate on how you feel this should be centralised to
I believe this was to support multiple columns. I recall the list not supporting it. Basically the project manager allows to also list the amount a specific tasks is present (when you select multiple assets at the same time). We use that quite a bit to easily figure out if one task might be missing one one or more assets among 10s of assets.
This would conflict if someone had a family they called "default". Keep that in mind. The cross-referencing is part of what the Also, subjective cosmetic note... shouldn't it be "No tasks" as opposed to "No task". It almost sounds as if only a single task could be present. Also, should it be italic or something to show that it's special? |
Sorry, those should really have been marked "Note to self", was typing too quickly there. |
Problem
With #403 merged, a user may find himself without ability to select a task, nor any indication of why or how to address it.
Solution
Either tell the user, or give the user an option to assign a task from the Context Manager.
The text was updated successfully, but these errors were encountered: