nextcloud / nextcloud/activity
Activity tab in sidebar doesn’t show activity inside folder
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 145
- Forks
- 72
- Avg merge
- 6d 9h
- Merged PRs (30d)
- 42
Description
When I open the details pane of a folder, I want to know the activity of what happened inside it. Currently only creation and sharing is shown (in the future rename). I definitely expect to see all activity of files inside it right there.
@nickvergessen mentioned:
This can only be implemented if the file tree is stored in a different way in the database. We can get a list of files below the folder, but recursively getting all of them and all activities for them is not going to be nice, so this won't happen.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the Activity tab in the folder details pane and how the file tree and activities are represented in the database. The issue notes that recursive retrieval is currently impractical; done would mean showing activity from all files inside a folder, including nested contents, without that limitation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- backend, databases, frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100