Skip to content

active 2024-01-172024-01-25 (UTC)

Complete coverage26,690 / 26,690 hourly files (100%) · 2 absent upstream2023-08-152026-08-31 (UTC)
Events
16
Pushes
5
Pull requests
0
Issues
9
Stars
0
Forks
0

Activity over time

Daily event counts in the loaded window

Line chart, 9 days from 2024-01-17 to 2024-01-25. Pushes: 5 total, peak 2 in a day. Pull requests: 0 total, peak 0 in a day. Issues: 9 total, peak 9 in a day. Comments: 0 total, peak 0 in a day. Stars: 0 total, peak 0 in a day.

  • Pushes
  • Pull requests
  • Issues
  • Comments
  • Stars

Top contributors

Pushes, PRs, issues, reviews and comments — stars and forks excluded, so this is contribution rather than popularity

ContributorContributionsPushesPRsComments
giselacostamindera9000
DaveLRB5500

Recent activity

Latest issues, pull requests and releases

  • Issue#10giselacostamindera2024-01-25 22:18
    I would move this code to UserService class
  • Issue#9giselacostamindera2024-01-25 22:17
    I would move this Logic to the UserService and call userRepository.updateUser
  • Issue#8giselacostamindera2024-01-25 22:16
    I would move this Logic to the UserService and call userRepository.updateUser
  • Issue#6giselacostamindera2024-01-25 22:14
    I would move this logic to the service, this way if you have a new persistency layer (like DB), this logic was already on the service
  • Issue#5giselacostamindera2024-01-25 22:11
    The files always should be stored on the resource folder of the project so that you do not need to change the path to the file if other developer runs the project
  • Issue#4giselacostamindera2024-01-25 22:10
    Only one patch method for /user -> @PatchMapping("/{userId}") -> you just update the properties of the User that you receive on RequestBody
  • Issue#3giselacostamindera2024-01-25 22:08
    @PostMapping() -> If POST and path /user no need to specify on the path any action
  • Issue#2giselacostamindera2024-01-25 22:07
    extra line
  • Issue#1giselacostamindera2024-01-25 22:07
    @GetMapping() -> If GET and path /users -> not need to specify on the path getAllUsers

Totals cover only the window loaded into ClickHouse and count events, not GitHub's lifetime totals — 0 stars here means stars gained during the window, not the repo's star count.