Content
View differences
Updated by Oliver Günther over 5 years ago
Green plus button in header that opens a drop down menu with the following options:
* Work package
* Opens work package form. The current project is pre-selected.
* Project (To be clarified: Creates a new project with the current project set as parent)
* Add user, if you have
* the global permission to create/invite users OR
* if you are in a project AND you have the right to add members or placeholder users to that project
Affects:
* Header layout. In order to avoid overlapping elements we need to take space away from other header elements. Maybe from the search input? Or we could move the "Help" menu somewhere else?
**Open**
* How to get the user's permissions (create/invite/add user to a project…)
* The options of the button's menu will vary between projects so we would need to have an API to get the menu's config from.
* The header is Ruby territory so we need to clarify how to inject an Angular component there.
* Work package
* Opens work package form. The current project is pre-selected.
* Project (To be clarified: Creates a new project with the current project set as parent)
* Add user, if you have
* the global permission to create/invite users OR
* if you are in a project AND you have the right to add members or placeholder users to that project
Affects:
* Header layout. In order to avoid overlapping elements we need to take space away from other header elements. Maybe from the search input? Or we could move the "Help" menu somewhere else?
**Open**
* How to get the user's permissions (create/invite/add user to a project…)
* The options of the button's menu will vary between projects so we would need to have an API to get the menu's config from.
* The header is Ruby territory so we need to clarify how to inject an Angular component there.