Export comments js as dedicated `@nextcloud/comments` lib
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 36.9k
- Forks
- 5.2k
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 713
Description
https://github.com/nextcloud/server/blob/d89a75be0b01f0423a7c1ad2d58aac73c3cc1f3a/lib/private/Comments/Manager.php#L1306-L1309
https://github.com/nextcloud/server/blob/d89a75be0b01f0423a7c1ad2d58aac73c3cc1f3a/apps/comments/src/comments-app.js#L23
Announcement center is using it, so is deck.
It make sense to have this as a dedicated lib so people can import it directly as a vue component
cc @juliushaertl @nickvergessen
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 with lib/private/Comments/Manager.php lines 1306-1309 and apps/comments/src/comments-app.js, then inspect the Announcement Center App.vue reference. Trace how the comments code is consumed by Announcement Center and Deck, and define done as a dedicated @nextcloud/comments library that can be imported directly as a Vue component.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100