Swent-team-6 / icebreakrr

2 stars 1 forks source link

feature : block-backend #118

Closed louiscrc closed 1 week ago

louiscrc commented 1 week ago

New Feature: Block Users

You can now really block a user!

(I already blocked @BotondAKovacs after his last review on my PR)

How does it work?

The Profile data class has been updated to include a hasBlocked field, which is a List<String> containing the user IDs of any users you have blocked.

Implementation Details:

⚠️ Caution:


Next Steps:

sonarcloud[bot] commented 1 week ago

Quality Gate Passed Quality Gate passed

Issues
1 New issue
0 Accepted issues

Measures
0 Security Hotspots
75.3% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarQube Cloud

louiscrc commented 1 week ago

You can already review my current implementation, this is the chore of the PR. Any further commits is about adapting the rest of the code to my new implementation, and adapting / creating tests.

louiscrc commented 1 week ago

This PR was closed as I renamed the branch correctly.