-
## ♻️ Debt/Refactor
The user model is too big - it encompasses multiple use cases. This makes permission checks and efficient caching difficult. We want to split it up based on use cases. An extensio…
-
I'm trying to get my form validation more than 1 fields.
Is it possible?
$form = \DataForm::source(new ProjectAssignment());
$form->add('project_id', 'P ID' , 'select')->options(Project::All()->pluck…
-
Add all the classes, curricula, languages, employees, sites, etc. This makes it easier to test and just a nice experience when sourcing the DB.
-
# FIGMA DESIGN OF APP
### 1. **Splash Screen**
- A branded welcome screen with your app's logo.
- Shows for a few seconds as the app loads.
### 2. **Onboarding Screens**
- A series…
-
-- b. Найти имена работников и стаж их непрерывной работы (на одной должности и в одном отделе).
SELECT
FullName,
DATEDIFF(YY, EmploymentDate, ISNULL(DismissalDate, GETDATE())) AS Exper…
-
![image.png](https://raw.githubusercontent.com/huanghao1998/pe/main/files/9be6d604-e68d-4ff2-85b9-beae9e96ccb6.png)
As shown on the image above
1. I click and focus on the command box and execute a c…
-
On the https://examples-marekting-contentful-next-app-all-in.vercel.app/ all-in demo, I experience some odd navigation experience. Sometimes, navigating from one page to another by following links doe…
-
-
**Issue Description: New Employee Training and Development**
_In line with my responsibilities as a part of the HR team, I will be taking on the crucial task of training new employees. This trainin…
-
In [ISP](https://github.com/jupeter/clean-code-php/blob/master/README.md#interface-segregation-principle-isp) there are severe design flaws which clearly indicate you have no experience with goverment…