-
-
Notifications
You must be signed in to change notification settings - Fork 892
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* EventManagement refactored * instanbul remove * EventRegistrantsModal refractor * event stats refactor * GroupChat refractor --------- Co-authored-by: JaiPannu-IITI <[email protected]>
- Loading branch information
1 parent
02400f3
commit 0920cd9
Showing
163 changed files
with
1,885 additions
and
2,141 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
103 changes: 103 additions & 0 deletions
103
...ts/EventManagement/EventAttendance/EventAttendanceMocks/variables/MOCKDETAIL.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,103 @@ | ||
[Admin Docs](/) | ||
|
||
*** | ||
|
||
# Variable: MOCKDETAIL | ||
|
||
> `const` **MOCKDETAIL**: `object`[] | ||
Defined in: [src/components/EventManagement/EventAttendance/EventAttendanceMocks.ts:27](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/components/EventManagement/EventAttendance/EventAttendanceMocks.ts#L27) | ||
|
||
## Type declaration | ||
|
||
### request | ||
|
||
> **request**: `object` | ||
#### request.query | ||
|
||
> **query**: `DocumentNode` = `EVENT_DETAILS` | ||
#### request.variables | ||
|
||
> **variables**: `object` | ||
#### request.variables.id | ||
|
||
> **id**: `string` = `'event123'` | ||
### result | ||
|
||
> **result**: `object` | ||
#### result.data | ||
|
||
> **data**: `object` | ||
#### result.data.event | ||
|
||
> **event**: `object` = `MOCKEVENT` | ||
#### result.data.event.\_id | ||
|
||
> **\_id**: `string` = `'event123'` | ||
#### result.data.event.allDay | ||
|
||
> **allDay**: `boolean` = `false` | ||
#### result.data.event.attendees | ||
|
||
> **attendees**: `object`[] | ||
#### result.data.event.baseRecurringEvent | ||
|
||
> **baseRecurringEvent**: `object` | ||
#### result.data.event.baseRecurringEvent.\_id | ||
|
||
> **\_id**: `string` = `'recurringEvent123'` | ||
#### result.data.event.description | ||
|
||
> **description**: `string` = `'This is a test event description'` | ||
#### result.data.event.endDate | ||
|
||
> **endDate**: `string` = `'2023-05-02'` | ||
#### result.data.event.endTime | ||
|
||
> **endTime**: `string` = `'17:00:00'` | ||
#### result.data.event.location | ||
|
||
> **location**: `string` = `'Test Location'` | ||
#### result.data.event.organization | ||
|
||
> **organization**: `object` | ||
#### result.data.event.organization.\_id | ||
|
||
> **\_id**: `string` = `'org456'` | ||
#### result.data.event.organization.members | ||
|
||
> **members**: `object`[] | ||
#### result.data.event.recurring | ||
|
||
> **recurring**: `boolean` = `true` | ||
#### result.data.event.startDate | ||
|
||
> **startDate**: `string` = `'2023-05-01'` | ||
#### result.data.event.startTime | ||
|
||
> **startTime**: `string` = `'09:00:00'` | ||
#### result.data.event.title | ||
|
||
> **title**: `string` = `'Test Event'` |
75 changes: 75 additions & 0 deletions
75
...nts/EventManagement/EventAttendance/EventAttendanceMocks/variables/MOCKEVENT.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
[Admin Docs](/) | ||
|
||
*** | ||
|
||
# Variable: MOCKEVENT | ||
|
||
> `const` **MOCKEVENT**: `object` | ||
Defined in: [src/components/EventManagement/EventAttendance/EventAttendanceMocks.ts:3](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/components/EventManagement/EventAttendance/EventAttendanceMocks.ts#L3) | ||
|
||
## Type declaration | ||
|
||
### \_id | ||
|
||
> **\_id**: `string` = `'event123'` | ||
### allDay | ||
|
||
> **allDay**: `boolean` = `false` | ||
### attendees | ||
|
||
> **attendees**: `object`[] | ||
### baseRecurringEvent | ||
|
||
> **baseRecurringEvent**: `object` | ||
#### baseRecurringEvent.\_id | ||
|
||
> **\_id**: `string` = `'recurringEvent123'` | ||
### description | ||
|
||
> **description**: `string` = `'This is a test event description'` | ||
### endDate | ||
|
||
> **endDate**: `string` = `'2023-05-02'` | ||
### endTime | ||
|
||
> **endTime**: `string` = `'17:00:00'` | ||
### location | ||
|
||
> **location**: `string` = `'Test Location'` | ||
### organization | ||
|
||
> **organization**: `object` | ||
#### organization.\_id | ||
|
||
> **\_id**: `string` = `'org456'` | ||
#### organization.members | ||
|
||
> **members**: `object`[] | ||
### recurring | ||
|
||
> **recurring**: `boolean` = `true` | ||
### startDate | ||
|
||
> **startDate**: `string` = `'2023-05-01'` | ||
### startTime | ||
|
||
> **startTime**: `string` = `'09:00:00'` | ||
### title | ||
|
||
> **title**: `string` = `'Test Event'` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
73 changes: 0 additions & 73 deletions
73
...ttendance/InterfaceEvents/interfaces/InterfaceAttendanceStatisticsModalProps.md
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.