CSC207-fiveguys / music-java-app

MIT License
1 stars 1 forks source link

Implementing AddFriends / RemoveFriends Service #10

Closed umututku03 closed 11 months ago

umututku03 commented 11 months ago

Description Currently, the implementation of the Spotify API call is pending. However, this should not hinder progress on the parallel task of incorporating features for adding and removing friends from a user's profile. The existing code base is robust enough to accommodate these additions.

Work delegation Utku and Ibrahim will collaborate on addressing this issue.

An example of this use-case

TO-DO [ ] Implement the AddFriend and RemoveFriend services (emphasis on the underlying implementation). [ ] Develop test cases for these two services to ensure robust functionality. [ ] Adhere strictly to the principles of Clean Architecture and SOLID design. [ ] Explore the application of Design Patterns where feasible to enhance the overall structure and maintainability of the codebase.

umututku03 commented 11 months ago

These use-cases are now on the product line!