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

Remove FileTypes Enum and Update References #867

Merged
merged 2 commits into from
Oct 15, 2024

Conversation

Azher2Ali
Copy link
Contributor

@Azher2Ali Azher2Ali commented Oct 3, 2024

This PR addresses the changes outlined in issue #852.

The FileTypes enum, located in song-core/src/main/java/bio/overture/song/core/model/enums/FileTypes.java, has been removed from the codebase as it is no longer necessary due to the recent implementation updates.

Key changes include:

  • Removal of the FileTypes enum from the project.

  • Updates to the FileEntity class in the SCORe server to no longer reference the FileTypes enum, and removal of overloaded methods that accepted FileTypes as arguments.

  • Modifications to several test cases where FileTypes was used, replacing those references with plain string values to represent file types.

These changes simplify the codebase, removing redundant functionality while ensuring that all test cases continue to pass.

@Azher2Ali Azher2Ali merged commit d8ce615 into develop Oct 15, 2024
2 checks passed
@Azher2Ali Azher2Ali deleted the refactor/remove_enum_fileTypes branch October 15, 2024 13:50
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