Arick Bulakali

Results 18 issues of Arick Bulakali

The objective of this task is to **clean up redundant UI components** in the `apps/web` application by replacing all local `shadcn`-based components with our centralized design system located in `packages/ui`...

WEB
Improvement
Ever Teams

### Is there already an issue for this bug? - [ ] I have checked existing issues ### Current behavior On the `/timesheet/[...params]` page, when trying to interact with a...

bug

- [x] I have checked existing issues ### Current behavior When a second user is added to a team and marked as isManager = true, they only receive the EMPLOYEE...

bug
WEB
Ever Teams

After organizing `core/types`, the next step is to isolate and move only the **global, app-agnostic types** into a separate reusable package: `@ever-teams/types`. These types will be used by multiple apps...

WEB
Improvement
Ever Teams

Introduce [`@tanstack/react-query`](https://tanstack.com/query/latest) (React Query) into **Ever Teams** to handle **client-side data fetching**, **caching**, and **mutation flows** more effectively and scalably across the application. React Query is more powerful and scalable...

enhancement
WEB
Improvement
Ever Teams

In Ever Teams, we rely heavily on data returned from the **Gauzy API** (`https://api.ever.team`). However, data structures in the API often change unexpectedly, which causes runtime issues or silent bugs...

enhancement
feature
WEB
Ever Teams

The goal of this task is to **extract all globally reusable hooks** from `core/hooks/` and place them in a shared package: `packages/hooks → @ever-teams/hooks` This will allow us to: -...

enhancement
WEB
Improvement
Ever Teams

We are setting up a central shared package @ever-teams/services for core reusable services. As part of Ever Teams modularization, we are creating a shared services package under `packages/services`. Its purpose...