#4 - users CRUD #24
Reference in New Issue
Block a user
Delete Branch "#4-users-crud"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It should close #4
Wouldn't
EmploymenyForma better name?I would create some "business" namespace for that and all other legal/corporate stuff.
Maybe add more descriptive key?
@@ -0,0 +31,4 @@return $this->generator->rounded()->background($this->getColor($user->name))->color("#F4F8FD")->smooth()Maybe this would be better?
@@ -0,0 +33,4 @@->color("#F4F8FD")->smooth()->fontSize(0.33)->generateSvg($user->name);Have you checked if that works with Polish signs? Is
Łukasz Żbika valid name for this package?@@ -11,2 +11,4 @@public static $wrap = false;public function toArray($request): array{I wouldn't use
trashedword anywhere outside Laravel. It has bad connotations. ;)I would use Polish routes for frontend. Backend can be in English.
Could you enforce trailing commas in eslint?
@@ -0,0 +33,4 @@->color("#F4F8FD")->smooth()->fontSize(0.33)->generateSvg($user->name);It works.

You mean all GET routes in polish and POST/PUT/DELETE in english?