Skip to content

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

Merged
idormenco merged 92 commits intocommitglobal: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 intocommitglobal: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
Copy link
Copy Markdown

vercel Bot commented Jan 31, 2025

@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 thread web/src/routes/ngos/admin.$ngoId.$adminId.edit.tsx Fixed
@imdeaconu imdeaconu force-pushed the implement-super-admin-for-ngos branch from 8dc7826 to b81b39b Compare February 18, 2025 07:05
Comment thread web/src/features/ngos/components/CreateNGODialog.tsx Outdated
Comment thread web/src/features/ngos/components/Dashboard/Dashboard.tsx Outdated
Comment thread web/src/features/ngos/hooks/ngos-queriess.ts
Comment thread web/src/features/ngos/hooks/ngo-admin-queries.ts Outdated
Comment thread web/src/features/ngos/models/NGO.tsx Outdated
Comment thread web/src/features/ngos/models/NGO.tsx Outdated
Comment thread web/src/hooks/debounced-search.ts
Comment thread web/src/routes/ngos/admin.$ngoId.$adminId.edit.tsx
Comment thread web/src/routes/ngos/edit.$ngoId..tsx Outdated
Comment thread web/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.
Copy link
Copy Markdown
Contributor

@idormenco idormenco left a comment

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:main Feb 20, 2025
Sign up for free to 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