-
Notifications
You must be signed in to change notification settings - Fork 159
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
Add Nav-Items to left sidebar #9239
Comments
@tbsbdr adjusted the user story slightly from
to
stability of the APIs is not a user story for this requirement, but for the extension system in general. |
@elizavetaRa @diocas @labkode what exactly is the requirement here? Adding external links to the left sidebar, which then open in a new tab? Or adding external links to the left sidebar, which are then rendered in an iframe (requires correct CORS settings on the server!)? |
From what I know this is to be configured per app. You want it for the files app. It should be generic, so that an admin can add different nav items for different apps. Please confirm if/that this is correct. |
I believe this is a duplicate of #5460. But since we have a different idea for the CEPH integration (#6649) this requirement is bit open in the air. |
@kulmann on this one I would say that we need a possibility to "register" a navigation item with some weight (to control its position) where the "logic" can be:
|
Implemented via #9814. Please see the PR description for detailed information about how to add a nav item. |
Description
User Stories
Value
Acceptance Criteria
Definition of ready
[ ] everybody needs to understand the value written in the user story
[ ] acceptance criteria has to be defined
[ ] all dependencies of the user story need to be identified
[ ] feature should be seen from an end user perspective
[ ] user story has to be estimated
[ ] story points need to be less then 20
Definition of done
[ ] functionality described in the user story works
[ ] acceptance criteria are fulfilled
[ ] code review happened
[ ] CI is green
[ ] critical code received unit tests by the developer
[ ] automated tests passed (if automated tests are not available, this test needs to be created and passed
[ ] no sonar cloud issues
relates to d5d936c
The text was updated successfully, but these errors were encountered: