Skip to content

[PlatformAdmin] add views and CRUD logic for NGO management - #860

Merged
idormenco merged 92 commits into
commitglobal:mainfrom
imdeaconu:implement-super-admin-for-ngos
Feb 20, 2025
Merged

[PlatformAdmin] add views and CRUD logic for NGO management #860
idormenco merged 92 commits into
commitglobal:mainfrom
imdeaconu:implement-super-admin-for-ngos

Conversation

@imdeaconu

Copy link
Copy Markdown
Contributor

Changelog:

  • Implements NGO views and CRUD logic
  • adds a new custom hook for using debounced search params
  • add zod base schemas for search params

commit 742f250
Author: imdeaconu <imdeaconu@gmail.com>
Date: Wed Sep 11 19:54:55 2024 +0300
add read notification checkmark
commit ea11fa0
Author: imdeaconu <imdeaconu@gmail.com>
Date: Wed Sep 11 19:54:30 2024 +0300
add read notification column
commit d8833dc
Author: imdeaconu <imdeaconu@gmail.com>
Date: Fri Sep 13 13:29:31 2024 +0300
WIP: add selector functionality
commit 3608c0e
Author: imdeaconu <imdeaconu@gmail.com>
Date: Fri Sep 13 10:00:05 2024 +0300
WIP: create new tags input
@vercel

vercelBot commented Jan 31, 2025

Copy link
Copy Markdown

@imdeaconu is attempting to deploy a commit to the Code for Romania Team on Vercel.

A member of the Team first needs to authorize it.

Comment threadweb/src/routes/ngos/admin.$ngoId.$adminId.edit.tsx Fixed
@imdeaconu
imdeaconuforce-pushed the implement-super-admin-for-ngos branch from 8dc7826 to b81b39bCompareFebruary 18, 2025 07:05
Comment threadweb/src/features/ngos/components/CreateNGODialog.tsx Outdated
Comment threadweb/src/features/ngos/components/Dashboard/Dashboard.tsx Outdated
Comment threadweb/src/features/ngos/hooks/ngos-queriess.ts
Comment threadweb/src/features/ngos/hooks/ngo-admin-queries.ts Outdated
Comment threadweb/src/features/ngos/models/NGO.tsx Outdated
Comment threadweb/src/features/ngos/models/NGO.tsx Outdated
Comment threadweb/src/hooks/debounced-search.ts
Comment threadweb/src/routes/ngos/admin.$ngoId.$adminId.edit.tsx
Comment threadweb/src/routes/ngos/edit.$ngoId..tsx Outdated
Comment threadweb/src/features/ngos/components/CreateNGODialog.tsx Outdated
import { redirectIfNotAuth } from '@/lib/utils';
import { createFileRoute } from '@tanstack/react-router';
import { NGOStatus } from '@/features/ngos/models/NGO';
import { redirectIfNotAuth, redirectIfNotPlatformAdmin } from '@/lib/utils';

Check notice

Code scanning / CodeQL

Unused variable, import, function or class

Unused import redirectIfNotAuth.

@idormencoidormenco left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@idormenco
idormenco merged commit 923c9c9 into commitglobal:mainFeb 20, 2025
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@imdeaconu@idormenco@github-advanced-security