IbrahimBilal2005 / CampusPulse

0 stars 0 forks source link

Logout use case *NEW REQUEST #28

Closed IbrahimBilal2005 closed 5 days ago

IbrahimBilal2005 commented 6 days ago

I cherry-picked the commits from the old logout branch that mixed mongoDB commits and put them in a new branch focused just on logout.

As before, I've completed the logout use case files

W-Akrabi commented 6 days ago

After reviewing the changes, it looks good. Just want to know if the interactor is handling the actual login logic

IbrahimBilal2005 commented 6 days ago

This is the logout interactor, not login interactor. This interactor is essentially going to set the current user to null. This code will make more sense when the logout button and other related views and logic are completed.

W-Akrabi commented 6 days ago

my bad homie i meant to say logout, but this makes sense

W-Akrabi commented 5 days ago

I will merge it now after speaking with the rest of the group members