Skip to content
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

Implement GitLab Project Integration with Topics Management #247

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

EphraimEM
Copy link

@EphraimEM EphraimEM commented Feb 26, 2025

Description

This pull request implements a new Vue.js component for configuring GitLab integration settings. The component includes toggle switches for enabling/disabling the integration and including/excluding archived projects, as well as a list for managing topics. The settings are saved to the server using an API call when the user clicks the "Update" button. The component also fetches the current configuration from the server when it is created and populates the UI with the existing values.

Addressed Issue

The addressed issue here is to implement a user interface for configuring GitLab integration settings. The settings include
enabling/disabling the integration, including/excluding archived projects, and managing topics

Additional Details

The code is written in Vue.js and utilizes the BootstrapVue library for styling. It consists of a card with two toggle switches for enabling/disabling the GitLab integration and including/excluding archived projects. A list of topics is displayed, with the ability to add, remove, and edit topics. The settings are saved to the server using an API call when the user clicks the "Update" button.

The code also handles fetching the current configuration from the server when the component is created, and populates the UI with the existing values.

Checklist

@EphraimEM EphraimEM marked this pull request as draft February 27, 2025 16:39
Signed-off-by: Ephraim Mensah <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant