IbrahimBilal2005 / CampusPulse

0 stars 0 forks source link

made a view for the use case for accepting and denying as an admin #19

Closed Towaiji closed 1 day ago

Towaiji commented 1 week ago

also added the files for the usecase

Towaiji commented 5 days ago

please review the implementations of the usecases

W-Akrabi commented 3 days ago

I was just going through your and you are adhering to SOLID and clean architecture pretty well but i noticed that no tests have been added. Just want to remind you of that.

TanayLanghe commented 1 day ago

Well done following SOLID, basic set up for use case is there now you just need to incorporate the Data Access to complete the logic required. Great job overall!