Closed ghost closed 1 year ago
Created unit tests for the FirebaseSystem, Controller, Data, Interactor, Response, and Presenter Class in the Profile Customization Use Case
Created JavaDocs for all the methods in the profile_customization_use_case and also the methods in DBService that Profile Customization uses
Fixes # (issue)
Changed CustomizationGatewayImplementation to CustomizationFirebaseSystem to match the proper naming convention
Modified the existName method in DBService so that it correctly checks the newly chosen name instead of userID which was what it was checking before
Please mention which - if any - design patterns that you have implemented in this pull request.
Please mention which - if any - SOLID principles you have followed in this pull request.
Description
Created unit tests for the FirebaseSystem, Controller, Data, Interactor, Response, and Presenter Class in the Profile Customization Use Case
Created JavaDocs for all the methods in the profile_customization_use_case and also the methods in DBService that Profile Customization uses
Fixes # (issue)
Changed CustomizationGatewayImplementation to CustomizationFirebaseSystem to match the proper naming convention
Modified the existName method in DBService so that it correctly checks the newly chosen name instead of userID which was what it was checking before
Design Patterns
Please mention which - if any - design patterns that you have implemented in this pull request.
SOLID Principles
Please mention which - if any - SOLID principles you have followed in this pull request.
Breaking Change
Checklist: