Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NoMongo: Postgres Migration Support for POST in orgDashboard #3707

Open
wants to merge 31 commits into
base: develop-postgres
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 8 commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
ae3c3c8
Made the posts render on the post page
NishantSinghhhhh Feb 18, 2025
55cdf39
Merge branch 'develop-postgres' into NoMongo-Post
NishantSinghhhhh Feb 18, 2025
50258b0
Made the createPost button work propoerly ,
NishantSinghhhhh Feb 18, 2025
eb9a909
Merge branch 'NoMongo-Post' of github.com:NishantSinghhhhh/talawa-adm…
NishantSinghhhhh Feb 18, 2025
c545381
restored functionality of update , delete
NishantSinghhhhh Feb 19, 2025
221ab61
Merge branch 'develop-postgres' into NoMongo-Post
NishantSinghhhhh Feb 19, 2025
200b3f8
added sorting
NishantSinghhhhh Feb 19, 2025
99c155f
Merge branch 'NoMongo-Post' of github.com:NishantSinghhhhh/talawa-adm…
NishantSinghhhhh Feb 19, 2025
ddf9da1
Merge branch 'develop-postgres' into NoMongo-Post
NishantSinghhhhh Feb 20, 2025
8ec58e9
Merge branch 'develop-postgres' into NoMongo-Post
NishantSinghhhhh Feb 21, 2025
bdb90c5
Added sorting functionality
NishantSinghhhhh Feb 21, 2025
13b5a63
Merge branch 'NoMongo-Post' of github.com:NishantSinghhhhh/talawa-adm…
NishantSinghhhhh Feb 21, 2025
3a04ae1
reduced lines in orgpost
NishantSinghhhhh Feb 21, 2025
89c67ed
Added searching functionality
NishantSinghhhhh Feb 21, 2025
674e2d8
Added post
NishantSinghhhhh Feb 21, 2025
6ba7211
Added search functionality
NishantSinghhhhh Feb 21, 2025
27ea1a3
Merge branch 'develop-postgres' into NoMongo-Post
NishantSinghhhhh Feb 21, 2025
4ab43f3
Adding user name
NishantSinghhhhh Feb 21, 2025
277cbb6
Merge branch 'NoMongo-Post' of github.com:NishantSinghhhhh/talawa-adm…
NishantSinghhhhh Feb 21, 2025
264c930
Adding user name
NishantSinghhhhh Feb 21, 2025
306de09
Added user name
NishantSinghhhhh Feb 21, 2025
0480610
Removed failing tests
NishantSinghhhhh Feb 22, 2025
c674a41
Merge branch 'develop-postgres' into NoMongo-Post
NishantSinghhhhh Feb 22, 2025
3ae3f3d
Merge branch 'develop-postgres' into NoMongo-Post
NishantSinghhhhh Feb 23, 2025
6dbbda5
Added test
NishantSinghhhhh Feb 23, 2025
6ac6b26
Merge branch 'NoMongo-Post' of github.com:NishantSinghhhhh/talawa-adm…
NishantSinghhhhh Feb 23, 2025
c2b43c5
Added tests
NishantSinghhhhh Feb 23, 2025
de59f01
Added tests
NishantSinghhhhh Feb 23, 2025
e4626ae
Merge branch 'develop-postgres' into NoMongo-Post
NishantSinghhhhh Feb 23, 2025
b6efa33
Added tests
NishantSinghhhhh Feb 23, 2025
e441b64
Merge branch 'NoMongo-Post' of github.com:NishantSinghhhhh/talawa-adm…
NishantSinghhhhh Feb 23, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

> `const` **ADD\_CUSTOM\_FIELD**: `DocumentNode`

Defined in: [src/GraphQl/Mutations/OrganizationMutations.ts:237](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/GraphQl/Mutations/OrganizationMutations.ts#L237)
Defined in: [src/GraphQl/Mutations/OrganizationMutations.ts:240](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/GraphQl/Mutations/OrganizationMutations.ts#L240)

GraphQL mutation to add a custom field to an organization.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

> `const` **CANCEL\_MEMBERSHIP\_REQUEST**: `DocumentNode`

Defined in: [src/GraphQl/Mutations/OrganizationMutations.ts:295](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/GraphQl/Mutations/OrganizationMutations.ts#L295)
Defined in: [src/GraphQl/Mutations/OrganizationMutations.ts:298](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/GraphQl/Mutations/OrganizationMutations.ts#L298)
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

> `const` **JOIN\_PUBLIC\_ORGANIZATION**: `DocumentNode`

Defined in: [src/GraphQl/Mutations/OrganizationMutations.ts:287](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/GraphQl/Mutations/OrganizationMutations.ts#L287)
Defined in: [src/GraphQl/Mutations/OrganizationMutations.ts:290](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/GraphQl/Mutations/OrganizationMutations.ts#L290)
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

> `const` **REMOVE\_CUSTOM\_FIELD**: `DocumentNode`

Defined in: [src/GraphQl/Mutations/OrganizationMutations.ts:260](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/GraphQl/Mutations/OrganizationMutations.ts#L260)
Defined in: [src/GraphQl/Mutations/OrganizationMutations.ts:263](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/GraphQl/Mutations/OrganizationMutations.ts#L263)

GraphQL mutation to remove a custom field from an organization.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

> `const` **SEND\_MEMBERSHIP\_REQUEST**: `DocumentNode`

Defined in: [src/GraphQl/Mutations/OrganizationMutations.ts:272](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/GraphQl/Mutations/OrganizationMutations.ts#L272)
Defined in: [src/GraphQl/Mutations/OrganizationMutations.ts:275](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/GraphQl/Mutations/OrganizationMutations.ts#L275)
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@

> `const` **ADD\_ADVERTISEMENT\_MUTATION**: `DocumentNode`


Defined in: [src/GraphQl/Mutations/mutations.ts:531](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/GraphQl/Mutations/mutations.ts#L531)

Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

> `const` **ADD\_PLUGIN\_MUTATION**: `DocumentNode`


Defined in: [src/GraphQl/Mutations/mutations.ts:513](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/GraphQl/Mutations/mutations.ts#L513)

## Remarks
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@

> `const` **DELETE\_ADVERTISEMENT\_BY\_ID**: `DocumentNode`


Defined in: [src/GraphQl/Mutations/mutations.ts:581](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/GraphQl/Mutations/mutations.ts#L581)

Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@

> `const` **DELETE\_POST\_MUTATION**: `DocumentNode`


Defined in: [src/GraphQl/Mutations/mutations.ts:442](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/GraphQl/Mutations/mutations.ts#L442)
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@

> `const` **DONATE\_TO\_ORGANIZATION**: `DocumentNode`


Defined in: [src/GraphQl/Mutations/mutations.ts:740](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/GraphQl/Mutations/mutations.ts#L740)

Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
> `const` **FORGOT\_PASSWORD\_MUTATION**: `DocumentNode`

Defined in: [src/GraphQl/Mutations/mutations.ts:458](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/GraphQl/Mutations/mutations.ts#L458)

Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@

> `const` **GENERATE\_OTP\_MUTATION**: `DocumentNode`


Defined in: [src/GraphQl/Mutations/mutations.ts:450](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/GraphQl/Mutations/mutations.ts#L450)

Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@

> `const` **LIKE\_POST**: `DocumentNode`


Defined in: [src/GraphQl/Mutations/mutations.ts:666](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/GraphQl/Mutations/mutations.ts#L666)

Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@

> `const` **REGISTER\_EVENT**: `DocumentNode`


Defined in: [src/GraphQl/Mutations/mutations.ts:682](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/GraphQl/Mutations/mutations.ts#L682)

Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@

> `const` **RESET\_COMMUNITY**: `DocumentNode`


Defined in: [src/GraphQl/Mutations/mutations.ts:734](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/GraphQl/Mutations/mutations.ts#L734)
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@

> `const` **UNLIKE\_POST**: `DocumentNode`


Defined in: [src/GraphQl/Mutations/mutations.ts:674](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/GraphQl/Mutations/mutations.ts#L674)

Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@

> `const` **UPDATE\_ADVERTISEMENT\_MUTATION**: `DocumentNode`


Defined in: [src/GraphQl/Mutations/mutations.ts:556](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/GraphQl/Mutations/mutations.ts#L556)

Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@

> `const` **UPDATE\_COMMUNITY\_PG**: `DocumentNode`


Defined in: [src/GraphQl/Mutations/mutations.ts:690](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/GraphQl/Mutations/mutations.ts#L690)

Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@

> `const` **UPDATE\_EVENT\_MUTATION**: `DocumentNode`


Defined in: [src/GraphQl/Mutations/mutations.ts:612](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/GraphQl/Mutations/mutations.ts#L612)

Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@

> `const` **UPDATE\_INSTALL\_STATUS\_PLUGIN\_MUTATION**: `DocumentNode`


Defined in: [src/GraphQl/Mutations/mutations.ts:479](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/GraphQl/Mutations/mutations.ts#L479)


## Remarks

used to toggle `installStatus` (boolean value) of a Plugin
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

> `const` **UPDATE\_ORG\_STATUS\_PLUGIN\_MUTATION**: `DocumentNode`


Defined in: [src/GraphQl/Mutations/mutations.ts:496](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/GraphQl/Mutations/mutations.ts#L496)

## Remarks
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@

> `const` **UPDATE\_POST\_MUTATION**: `DocumentNode`


Defined in: [src/GraphQl/Mutations/mutations.ts:590](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/GraphQl/Mutations/mutations.ts#L590)

Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@

> `const` **UPDATE\_SESSION\_TIMEOUT\_PG**: `DocumentNode`


Defined in: [src/GraphQl/Mutations/mutations.ts:724](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/GraphQl/Mutations/mutations.ts#L724)

Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[Admin Docs](/)

***

# Variable: FILTERED\_ORGANIZATION\_POSTS

> `const` **FILTERED\_ORGANIZATION\_POSTS**: `DocumentNode`

Defined in: [src/GraphQl/Queries/OrganizationQueries.ts:49](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/GraphQl/Queries/OrganizationQueries.ts#L49)
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

> `const` **ORGANIZATION\_ADMINS\_LIST**: `DocumentNode`

Defined in: [src/GraphQl/Queries/OrganizationQueries.ts:314](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/GraphQl/Queries/OrganizationQueries.ts#L314)
Defined in: [src/GraphQl/Queries/OrganizationQueries.ts:340](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/GraphQl/Queries/OrganizationQueries.ts#L340)

GraphQL query to retrieve the list of admins for a specific organization.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

> `const` **ORGANIZATION\_ADVERTISEMENT\_LIST**: `DocumentNode`

Defined in: [src/GraphQl/Queries/OrganizationQueries.ts:134](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/GraphQl/Queries/OrganizationQueries.ts#L134)
Defined in: [src/GraphQl/Queries/OrganizationQueries.ts:160](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/GraphQl/Queries/OrganizationQueries.ts#L160)
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

> `const` **ORGANIZATION\_FUNDS**: `DocumentNode`

Defined in: [src/GraphQl/Queries/OrganizationQueries.ts:335](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/GraphQl/Queries/OrganizationQueries.ts#L335)
Defined in: [src/GraphQl/Queries/OrganizationQueries.ts:361](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/GraphQl/Queries/OrganizationQueries.ts#L361)

GraphQL query to retrieve the list of members for a specific organization.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

> `const` **ORGANIZATION\_POST\_LIST**: `DocumentNode`

Defined in: [src/GraphQl/Queries/OrganizationQueries.ts:15](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/GraphQl/Queries/OrganizationQueries.ts#L15)
Defined in: [src/GraphQl/Queries/OrganizationQueries.ts:16](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/GraphQl/Queries/OrganizationQueries.ts#L16)

GraphQL query to retrieve the list of organizations.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

> `const` **ORGANIZATION\_USER\_TAGS\_LIST**: `DocumentNode`

Defined in: [src/GraphQl/Queries/OrganizationQueries.ts:83](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/GraphQl/Queries/OrganizationQueries.ts#L83)
Defined in: [src/GraphQl/Queries/OrganizationQueries.ts:109](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/GraphQl/Queries/OrganizationQueries.ts#L109)

GraphQL query to retrieve the list of user tags belonging to an organization.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

> `const` **USER\_CREATED\_ORGANIZATIONS**: `DocumentNode`

Defined in: [src/GraphQl/Queries/OrganizationQueries.ts:276](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/GraphQl/Queries/OrganizationQueries.ts#L276)
Defined in: [src/GraphQl/Queries/OrganizationQueries.ts:302](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/GraphQl/Queries/OrganizationQueries.ts#L302)

GraphQL query to retrieve organizations created by a user.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

> `const` **USER\_JOINED\_ORGANIZATIONS**: `DocumentNode`

Defined in: [src/GraphQl/Queries/OrganizationQueries.ts:238](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/GraphQl/Queries/OrganizationQueries.ts#L238)
Defined in: [src/GraphQl/Queries/OrganizationQueries.ts:264](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/GraphQl/Queries/OrganizationQueries.ts#L264)

GraphQL query to retrieve organizations joined by a user.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

> `const` **USER\_ORGANIZATION\_CONNECTION**: `DocumentNode`

Defined in: [src/GraphQl/Queries/OrganizationQueries.ts:182](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/GraphQl/Queries/OrganizationQueries.ts#L182)
Defined in: [src/GraphQl/Queries/OrganizationQueries.ts:208](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/GraphQl/Queries/OrganizationQueries.ts#L208)

GraphQL query to retrieve organizations based on user connection.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

> `const` **VENUE\_LIST**: `DocumentNode`

Defined in: [src/GraphQl/Queries/OrganizationQueries.ts:357](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/GraphQl/Queries/OrganizationQueries.ts#L357)
Defined in: [src/GraphQl/Queries/OrganizationQueries.ts:383](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/GraphQl/Queries/OrganizationQueries.ts#L383)

GraphQL query to retrieve the list of venues for a specific organization.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,7 @@

> **default**(`props`): `JSX.Element`

Defined in: [src/components/OrgPostCard/OrgPostCard.tsx:43](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/components/OrgPostCard/OrgPostCard.tsx#L43)

## CSS Strategy Explanation:

To ensure consistency across the application and reduce duplication, common styles
(such as button styles) have been moved to the global CSS file. Instead of using
component-specific classes (e.g., `.greenregbtnOrganizationFundCampaign`, `.greenregbtnPledge`), a single reusable
class (e.g., .addButton) is now applied.

### Benefits:
- **Reduces redundant CSS code.
- **Improves maintainability by centralizing common styles.
- **Ensures consistent styling across components.

### Global CSS Classes used:
- `.modalHeader`
- `.inputField`
- `.removeButton`
- `.addButton`

For more details on the reusable classes, refer to the global CSS file.
Defined in: [src/components/OrgPostCard/OrgPostCard.tsx:53](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/components/OrgPostCard/OrgPostCard.tsx#L53)

## Parameters

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
[Admin Docs](/)

***

# Interface: InterfacePostFormNew

Defined in: [src/components/OrgPostCard/OrgPostCard.tsx:43](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/components/OrgPostCard/OrgPostCard.tsx#L43)

## CSS Strategy Explanation:

To ensure consistency across the application and reduce duplication, common styles
(such as button styles) have been moved to the global CSS file. Instead of using
component-specific classes (e.g., `.greenregbtnOrganizationFundCampaign`, `.greenregbtnPledge`), a single reusable
class (e.g., .addButton) is now applied.

### Benefits:
- **Reduces redundant CSS code.
- **Improves maintainability by centralizing common styles.
- **Ensures consistent styling across components.

### Global CSS Classes used:
- `.modalHeader`
- `.inputField`
- `.removeButton`
- `.addButton`

For more details on the reusable classes, refer to the global CSS file.

## Properties

### pinned

> **pinned**: `boolean`

Defined in: [src/components/OrgPostCard/OrgPostCard.tsx:48](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/components/OrgPostCard/OrgPostCard.tsx#L48)

***

### postinfo

> **postinfo**: `string`

Defined in: [src/components/OrgPostCard/OrgPostCard.tsx:45](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/components/OrgPostCard/OrgPostCard.tsx#L45)

***

### postphoto

> **postphoto**: `string`

Defined in: [src/components/OrgPostCard/OrgPostCard.tsx:46](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/components/OrgPostCard/OrgPostCard.tsx#L46)

***

### postphotoMimeType?

> `optional` **postphotoMimeType**: `string`

Defined in: [src/components/OrgPostCard/OrgPostCard.tsx:49](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/components/OrgPostCard/OrgPostCard.tsx#L49)

***

### posttitle

> **posttitle**: `string`

Defined in: [src/components/OrgPostCard/OrgPostCard.tsx:44](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/components/OrgPostCard/OrgPostCard.tsx#L44)

***

### postvideo

> **postvideo**: `string`

Defined in: [src/components/OrgPostCard/OrgPostCard.tsx:47](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/components/OrgPostCard/OrgPostCard.tsx#L47)

***

### postvideoMimeType?

> `optional` **postvideoMimeType**: `string`

Defined in: [src/components/OrgPostCard/OrgPostCard.tsx:50](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/components/OrgPostCard/OrgPostCard.tsx#L50)
Loading
Loading