Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Users Authentication Requests/Responses (#53)
* Created Users module, and added FreelancerRegister request and response * Updated added builder annotation to FreelancerRegisterResponse and removed redundant @nonnull * Removed the NonNull annotation to make the class compatible with the Builder annotation * Addressed @Ahmad45123's comments and created a test to verify the serialization process. * Deleted commented file Signed-off-by: Akram-Fahim <akramadel2001@gmail.com> * Revert "Deleted commented file" This reverts commit f9b11cf. * Added all required Authentication (register/login) requests and responses Signed-off-by: Akram-Fahim <akramadel2001@gmail.com> * Deleted useless file Signed-off-by: Akram-Fahim <akramadel2001@gmail.com> * Created Users module, and added FreelancerRegister request and response * Updated added builder annotation to FreelancerRegisterResponse and removed redundant @nonnull * Removed the NonNull annotation to make the class compatible with the Builder annotation * Addressed @Ahmad45123's comments and created a test to verify the serialization process. * Deleted commented file Signed-off-by: Akram-Fahim <akramadel2001@gmail.com> * Revert "Deleted commented file" This reverts commit f9b11cf. * Added all required Authentication (register/login) requests and responses Signed-off-by: Akram-Fahim <akramadel2001@gmail.com> * Deleted useless file Signed-off-by: Akram-Fahim <akramadel2001@gmail.com> * Created Users module, and added FreelancerRegister request and response * Updated added builder annotation to FreelancerRegisterResponse and removed redundant @nonnull * Removed the NonNull annotation to make the class compatible with the Builder annotation * Addressed @Ahmad45123's comments and created a test to verify the serialization process. * Deleted commented file Signed-off-by: Akram-Fahim <akramadel2001@gmail.com> * Revert "Deleted commented file" This reverts commit f9b11cf. * Added all required Authentication (register/login) requests and responses Signed-off-by: Akram-Fahim <akramadel2001@gmail.com> * Deleted useless file Signed-off-by: Akram-Fahim <akramadel2001@gmail.com> * Updated the annotations to match the ones requested by @Ahmad45123 Signed-off-by: Akram-Fahim <akramadel2001@gmail.com> * Linting Signed-off-by: Akram-Fahim <akramadel2001@gmail.com> * Linting Signed-off-by: Akram-Fahim <akramadel2001@gmail.com> * Handled Inheritance bug Signed-off-by: Akram-Fahim <akramadel2001@gmail.com> * Removed the success boolean as suggested by @Ahmad45123 Signed-off-by: Akram-Fahim <akramadel2001@gmail.com> * Addressed Noureldin's comments Signed-off-by: Akram-Fahim <akramadel2001@gmail.com> * Created Users module, and added FreelancerRegister request and response * Addressed @Ahmad45123's comments and created a test to verify the serialization process. * Created Users module, and added FreelancerRegister request and response * Addressed @Ahmad45123's comments and created a test to verify the serialization process. * Added all required Authentication (register/login) requests and responses Signed-off-by: Akram-Fahim <akramadel2001@gmail.com> * Created Users module, and added FreelancerRegister request and response * Addressed @Ahmad45123's comments and created a test to verify the serialization process. * Added all required Authentication (register/login) requests and responses Signed-off-by: Akram-Fahim <akramadel2001@gmail.com> * Updated the annotations to match the ones requested by @Ahmad45123 Signed-off-by: Akram-Fahim <akramadel2001@gmail.com> * Linting Signed-off-by: Akram-Fahim <akramadel2001@gmail.com> * Handled Inheritance bug Signed-off-by: Akram-Fahim <akramadel2001@gmail.com> * Removed the success boolean as suggested by @Ahmad45123 Signed-off-by: Akram-Fahim <akramadel2001@gmail.com> * Addressed Noureldin's comments Signed-off-by: Akram-Fahim <akramadel2001@gmail.com> --------- Signed-off-by: Akram-Fahim <akramadel2001@gmail.com>
- Loading branch information