-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Add basic documentation on projects #1589
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -16,4 +16,5 @@ Files & synchronization | |
| large_file_upload | ||
| quota | ||
| version_control | ||
| projects | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,35 @@ | ||
| ======================= | ||
| Projects | ||
| ======================= | ||
wiswedel marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| Users can add files, chats and other items to projects. The various apps will present these items in a list, allowing users to immediately jump to them. Projects are Nextcloud wide, that is, when a user shares files that are part of a project, the other user can see the project with the shared files. A click on any of the items in a project leads right to it, be it a chat, a file or a task. | ||
wiswedel marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| Create a new project | ||
| ------------------------------- | ||
|
|
||
| A new project can be created by linking two items together. Start off by opening a file or folders sharing sidebar. | ||
|
|
||
| .. figure:: ../images/projects1.png | ||
|
|
||
| After clicking the *Add to a project* section and selecting the type of item you want to link with the current file/folder a selector will open that allows you selecting a Talk room for example. | ||
|
|
||
| .. figure:: ../images/projects2.png | ||
|
|
||
| Once the item has been selected a new project is being created and listed in the sharing tab of the sidebar. The same project will also appear in the sharing sidebar of the linked items. | ||
|
|
||
| .. figure:: ../images/projects3.png | ||
|
|
||
| The list entry shows quick links to a limited number of items. By opening the context menu, the project can be renamed and the full list of items can be expanded. | ||
|
|
||
|
|
||
| Adding more entries to a project | ||
| ---------------------------------------------- | ||
|
|
||
| If another item should be added to an already existing project this can be done by searching for the project name in the *Add to a project* picker. | ||
|
|
||
| .. figure:: ../images/projects4.png | ||
|
|
||
| Visibility of projects | ||
| ---------------------- | ||
|
|
||
| Projects do not influence the access to the different items. Users will only see projects of other users if they have access to all containing items. | ||
wiswedel marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.