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

Improvement/lfx 1957 unused code #2759

Merged
merged 4 commits into from
Jan 13, 2025
Merged

Conversation

emlimlf
Copy link
Collaborator

@emlimlf emlimlf commented Jan 13, 2025

Changes proposed ✍️

What

  • Removed unused components from the shared module
  • Removed unused components from the various modules
  • Moved some files into more logical folders

Why

Code clean up

LFX-1957

Checklist ✅

  • Label appropriately with Feature, Improvement, or Bug.
  • Add screenshots to the PR description for relevant FE changes
  • New backend functionality has been unit-tested.
  • API documentation has been updated (if necessary) (see docs on API documentation).
  • Quality standards are met.

Summary by CodeRabbit

Based on the provided summary, here are the release notes:

  • Removed Components

    • Deleted multiple Vue components across various modules, including integration, member, filter, and shared components
    • Removed service classes and utility functions related to events, excel export, and filtering
  • Code Organization

    • Restructured import paths for utility functions, moving them from specific to more general directories
    • Simplified project structure by removing components and services
  • Impact

    • Potential reduction in application features and user interface complexity
    • Streamlining of frontend codebase and removal of potentially unused or redundant components

Note: This appears to be a significant cleanup and refactoring of frontend components and utilities.

Copy link

coderabbitai bot commented Jan 13, 2025

Walkthrough

This pull request involves the removal of multiple Vue components, services, and utility files across various modules in the frontend directory. The changes primarily focus on removing components related to integrations, member management, filtering, form handling, and shared utilities. The removals suggest a significant refactoring or restructuring of the frontend codebase, potentially simplifying the application's architecture or preparing for a new implementation approach.

Changes

File Path Change Summary
frontend/src/config/integrations/ Removed GitLab and Groups.io related components for connection and input handling
frontend/src/modules/activity/ Removed activity-model.js defining the ActivityModel class
frontend/src/modules/layout/ Removed system status component
frontend/src/modules/lf/ Removed several components related to member form, layout, and segments
frontend/src/modules/member/ Removed multiple components for member management, including bio, dropdown, emails, and global attributes
frontend/src/shared/ Removed various utility files and components for alerts, avatars, events, Excel export, fields, filtering, form editing, and teleport functionality

Suggested Labels

Improvement

Suggested Reviewers

  • gaspergrom

Poem

🐰 Farewell, components old and wise,
Code pruning brings a fresh surprise!
Deleted lines, a clean slate gleams,
Refactoring dances in our dreams 🌟
Hop, hop, hooray for simpler code!


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between bbbb00d and 774d4a8.

📒 Files selected for processing (31)
  • frontend/src/config/integrations/gitlab/components/gitlab-connect-finishing-modal.vue (0 hunks)
  • frontend/src/config/integrations/gitlab/components/project-list.vue (0 hunks)
  • frontend/src/config/integrations/groupsio/components/groupsio-array-input.vue (0 hunks)
  • frontend/src/modules/activity/activity-model.js (0 hunks)
  • frontend/src/modules/layout/components/system-status/system-status.vue (0 hunks)
  • frontend/src/modules/lf/layout/components/lf-integrations-page-header.vue (0 hunks)
  • frontend/src/modules/lf/member/components/form/lf-member-form-affiliations.vue (0 hunks)
  • frontend/src/modules/lf/member/components/view/lf-member-aside-sub-projects.vue (0 hunks)
  • frontend/src/modules/lf/segments/components/filter/lf-checkbox-cascader.vue (0 hunks)
  • frontend/src/modules/member/components/member-bio.vue (0 hunks)
  • frontend/src/modules/member/components/member-dropdown.vue (0 hunks)
  • frontend/src/modules/member/components/member-emails.vue (0 hunks)
  • frontend/src/modules/member/components/member-global-attributes-drawer.vue (0 hunks)
  • frontend/src/shared/alert/alert.vue (0 hunks)
  • frontend/src/shared/avatar/squared-avatar.vue (0 hunks)
  • frontend/src/shared/events/tenant-event.service.js (0 hunks)
  • frontend/src/shared/excel/excel.js (0 hunks)
  • frontend/src/shared/fields/activity-channels-field.js (0 hunks)
  • frontend/src/shared/fields/activity-date-field.js (0 hunks)
  • frontend/src/shared/fields/sentiment-field.js (0 hunks)
  • frontend/src/shared/filter/components/filter-list-item.vue (0 hunks)
  • frontend/src/shared/filter/components/type/filter-type-select-multi.vue (0 hunks)
  • frontend/src/shared/filter/helpers/operators.js (0 hunks)
  • frontend/src/shared/filter/helpers/query-filter.js (0 hunks)
  • frontend/src/shared/form/editor.vue (0 hunks)
  • frontend/src/shared/form/string-array-input.vue (0 hunks)
  • frontend/src/shared/shared-module.js (0 hunks)
  • frontend/src/shared/store/actions.js (1 hunks)
  • frontend/src/shared/store/getters.js (1 hunks)
  • frontend/src/shared/tags/tags.vue (0 hunks)
  • frontend/src/shared/teleport/teleport.vue (0 hunks)
💤 Files with no reviewable changes (29)
  • frontend/src/modules/member/components/member-emails.vue
  • frontend/src/modules/activity/activity-model.js
  • frontend/src/config/integrations/gitlab/components/project-list.vue
  • frontend/src/modules/member/components/member-bio.vue
  • frontend/src/shared/events/tenant-event.service.js
  • frontend/src/modules/lf/member/components/form/lf-member-form-affiliations.vue
  • frontend/src/shared/fields/activity-channels-field.js
  • frontend/src/config/integrations/groupsio/components/groupsio-array-input.vue
  • frontend/src/shared/avatar/squared-avatar.vue
  • frontend/src/shared/alert/alert.vue
  • frontend/src/shared/filter/components/filter-list-item.vue
  • frontend/src/shared/form/string-array-input.vue
  • frontend/src/modules/lf/member/components/view/lf-member-aside-sub-projects.vue
  • frontend/src/shared/teleport/teleport.vue
  • frontend/src/modules/member/components/member-dropdown.vue
  • frontend/src/config/integrations/gitlab/components/gitlab-connect-finishing-modal.vue
  • frontend/src/shared/fields/sentiment-field.js
  • frontend/src/modules/layout/components/system-status/system-status.vue
  • frontend/src/shared/filter/helpers/query-filter.js
  • frontend/src/modules/member/components/member-global-attributes-drawer.vue
  • frontend/src/shared/filter/components/type/filter-type-select-multi.vue
  • frontend/src/shared/form/editor.vue
  • frontend/src/modules/lf/layout/components/lf-integrations-page-header.vue
  • frontend/src/modules/lf/segments/components/filter/lf-checkbox-cascader.vue
  • frontend/src/shared/filter/helpers/operators.js
  • frontend/src/shared/fields/activity-date-field.js
  • frontend/src/shared/tags/tags.vue
  • frontend/src/shared/excel/excel.js
  • frontend/src/shared/shared-module.js
✅ Files skipped from review due to trivial changes (2)
  • frontend/src/shared/store/actions.js
  • frontend/src/shared/store/getters.js

🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Beta)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@emlimlf emlimlf requested a review from gaspergrom January 13, 2025 10:45
@gaspergrom gaspergrom merged commit fe8a5fb into main Jan 13, 2025
6 checks passed
@gaspergrom gaspergrom deleted the improvement/LFX-1957-unused-code branch January 13, 2025 13:05
garrrikkotua pushed a commit that referenced this pull request Jan 14, 2025
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.

2 participants