Skip to content

Issue #559: Remove obsolete Team.qml file - #687

Open
ArsalanAnwer0 wants to merge 1 commit into
3C-SCSU:mainfrom
ArsalanAnwer0:chore-remove-old-team-qml-559
Open

Issue #559: Remove obsolete Team.qml file#687
ArsalanAnwer0 wants to merge 1 commit into
3C-SCSU:mainfrom
ArsalanAnwer0:chore-remove-old-team-qml-559

Conversation

@ArsalanAnwer0

Copy link
Copy Markdown
Contributor

Issue

Closes #559

Summary

This PR completes the Team to Developers rename by removing the obsolete Team.qml file. The functionality was already migrated to Developers.qml in a previous commit, and all references in the codebase now point to the Developers component.

Changes

  • Removed Team.qml (no longer referenced)
  • Developers.qml remains as the active implementation
  • No code changes needed - just file cleanup
  • Updated developer contribution charts (bronze, silver, gold)

Results

Thoroughly searched the codebase and confirmed:

  • main.qml uses Developers component
  • GUI5.py imports and uses developersBackend
  • No remaining references to Team.qml found via grep search
  • Developers.qml provides all Team.qml functionality with improved layout

Testing

  • Tested locally with python GUI5.py
  • Developers tab loads correctly
  • No console errors
  • All functionality preserved
  • Developer charts display properly

Additional Context

This cleanup match with the project's file naming conventions where UI components match their Python backend packages (Developers.qml matches Developers/ package).

The functionality has been migrated to Developers.qml which is already
in use by main.qml and GUI5.py. Team.qml is no longer referenced
anywhere in the codebase and can be safely removed.

Changes:
- Removed Team.qml (obsolete file)
- Developers.qml remains as the active implementation
- All references already point to Developers component
- Updated developer contribution charts

Investigation confirmed:
- main.qml uses Developers component
- GUI5.py uses developersBackend
- No remaining references to Team.qml found via grep search
- Developers.qml has superior layout and functionality
- Application tested successfully after removal
@emensah23

Copy link
Copy Markdown

Great work

@Shariq80

Copy link
Copy Markdown
Contributor

Excellent clean code update! This PR correctly renames Team.qml to Developers.qml as requested in issue #559 to improve the project's organization and file management consistency.

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.

Clean Code: rename file

3 participants