Skip to content

Conversation

@yama11299
Copy link
Collaborator

Removed attendee, bot and lingo-ui folder as it was unused code.

@Ashviniv Ashviniv requested a review from Copilot November 11, 2025 06:00
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR removes unused code from the project by deleting three main folders: attendee, cli, and lingo-ui. The changes reflect a cleanup effort to eliminate unused components from the codebase.

  • Removed the lingo-ui folder containing a frontend UI application
  • Removed the attendee folder containing a Django-based meeting bot application
  • Removed the cli folder containing Python command-line interface tools
  • Updated docker-compose.yml to reflect new service naming conventions and add networking configuration

Reviewed Changes

Copilot reviewed 166 out of 257 changed files in this pull request and generated 1 comment.

File Description
docker-compose.yml Renamed services, added network configuration, and commented out postgres dependency
lingo-ui/* Removed entire lingo-ui folder including HTML, config files, and documentation
cli/* Removed CLI tools including logging, model loading, and entity extraction scripts
attendee/* Removed Django application including templates, tests, bot adapters, and management code

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

volumes:
- ./app:/lingo/app
- lingo-ai
#- postgres
Copy link

Copilot AI Nov 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The indentation is inconsistent. Line 15 has the correct indentation with 6 spaces, but the commented line 16 has 8 spaces. Even though it's commented, this should be corrected or removed.

Suggested change
#- postgres
#- postgres

Copilot uses AI. Check for mistakes.
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.

4 participants