Skip to content

Draft: Feat: wiki comments

Salihu Dickson requested to merge salihudickson/gitlab:feat/wiki-comments into master
  • Please check this box if this contribution uses AI-generated content as outlined in the GitLab DCO & CLA

What does this MR do and why?

This PR attempts to add a comment section to the Gitlab Wiki pages. Reference Epic: &14062

The changes made in this MR solely pertain to the first level of this feature (Top level discussion), as seen in issue and MR discussions. There is however some discussion here, about implementation details for the second level (contextual comments), this MR does not currently implement the contextual comments feature, therefore those discussions should be considered as suggestions on how the second iteration of this feature would be built.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
Screenshot from 2024-04-19 22-31-59.png Screenshot from 2024-04-19 22-28-31.png
Screenshot from 2024-04-19 22-22-51.png
Screencast from 17-05-2024 23:24:40.webm
Screencast from 17-05-2024 23:45:18.webm

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. Clone and setup the nodejs API currently being used for the comments demo, by following the instructions here
  2. Clone the branch related to this MR.
  3. Navigate to the wiki of any demo repo and you should be able to add and delete comments.
Edited by Brett Walker

Merge request reports