Add Commit Tagging and Filtering Feature for Code Reviews #230
Description
Is your feature request related to a problem? Please describe.
Currently, the system does not provide an easy way to track specific commits that impact certain files. This causes difficulties during collaboration and code reviews, especially in larger repositories.
Describe the solution you’d like.
I would like a feature where commits can be tagged with labels (e.g., UI, Backend, Bugfix) and later filtered during the review process. This would help reviewers focus on specific changes quickly.
Describe alternatives you’ve considered.
I tried using an external tool to manage and tag commits, but it required exporting data manually and wasn’t well-integrated with the repository. It added unnecessary complexity to the workflow.
Additional context
Attached is a screenshot of a similar tagging system from another tool. This could be a reference for design and functionality.