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

Add delete button to allow coordinators to drop sections #443

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Mooved coordinator check before student check, made delete section pr…

c8b1998
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

Add delete button to allow coordinators to drop sections #443

Mooved coordinator check before student check, made delete section pr…
c8b1998
Select commit
Loading
Failed to load commit list.
GitHub Actions / ESLint succeeded Oct 10, 2023 in 0s

52 warnings

ESLint found 52 warnings

Annotations

Check warning on line 58 in csm_web/frontend/src/components/CourseMenu.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

csm_web/frontend/src/components/CourseMenu.tsx#L58

'show_enrollment_times' is assigned a value but never used (@typescript-eslint/no-unused-vars)

Check warning on line 2 in csm_web/frontend/src/components/course/CreateSectionModal.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

csm_web/frontend/src/components/course/CreateSectionModal.tsx#L2

'dayOfWeekToEnglishString' is defined but never used (@typescript-eslint/no-unused-vars)

Check warning on line 12 in csm_web/frontend/src/components/enrollment_automation/EnrollmentAutomationTypes.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

csm_web/frontend/src/components/enrollment_automation/EnrollmentAutomationTypes.tsx#L12

Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)

Check warning on line 319 in csm_web/frontend/src/components/enrollment_automation/calendar/Calendar.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

csm_web/frontend/src/components/enrollment_automation/calendar/Calendar.tsx#L319

'day' is defined but never used (@typescript-eslint/no-unused-vars)

Check warning on line 319 in csm_web/frontend/src/components/enrollment_automation/calendar/Calendar.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

csm_web/frontend/src/components/enrollment_automation/calendar/Calendar.tsx#L319

'interval' is defined but never used (@typescript-eslint/no-unused-vars)

Check warning on line 338 in csm_web/frontend/src/components/enrollment_automation/calendar/Calendar.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

csm_web/frontend/src/components/enrollment_automation/calendar/Calendar.tsx#L338

'e' is defined but never used (@typescript-eslint/no-unused-vars)

Check warning on line 15 in csm_web/frontend/src/components/enrollment_automation/calendar/CalendarTypes.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

csm_web/frontend/src/components/enrollment_automation/calendar/CalendarTypes.tsx#L15

Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)

Check warning on line 21 in csm_web/frontend/src/components/enrollment_automation/calendar/CalendarTypes.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

csm_web/frontend/src/components/enrollment_automation/calendar/CalendarTypes.tsx#L21

Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)

Check warning on line 54 in csm_web/frontend/src/components/enrollment_automation/coordinator/ConfigureStage.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

csm_web/frontend/src/components/enrollment_automation/coordinator/ConfigureStage.tsx#L54

Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)

Check warning on line 94 in csm_web/frontend/src/components/enrollment_automation/coordinator/ConfigureStage.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

csm_web/frontend/src/components/enrollment_automation/coordinator/ConfigureStage.tsx#L94

'e' is defined but never used (@typescript-eslint/no-unused-vars)

Check warning on line 74 in csm_web/frontend/src/components/enrollment_automation/coordinator/CreateStage.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

csm_web/frontend/src/components/enrollment_automation/coordinator/CreateStage.tsx#L74

'matcherConfigMutation' is assigned a value but never used (@typescript-eslint/no-unused-vars)

Check warning on line 307 in csm_web/frontend/src/components/enrollment_automation/coordinator/CreateStage.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

csm_web/frontend/src/components/enrollment_automation/coordinator/CreateStage.tsx#L307

'e' is defined but never used (@typescript-eslint/no-unused-vars)

Check warning on line 40 in csm_web/frontend/src/components/enrollment_automation/coordinator/EditStage.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

csm_web/frontend/src/components/enrollment_automation/coordinator/EditStage.tsx#L40

Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)

Check warning on line 40 in csm_web/frontend/src/components/enrollment_automation/coordinator/EditStage.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

csm_web/frontend/src/components/enrollment_automation/coordinator/EditStage.tsx#L40

Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)

Check warning on line 297 in csm_web/frontend/src/components/enrollment_automation/coordinator/EditStage.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

csm_web/frontend/src/components/enrollment_automation/coordinator/EditStage.tsx#L297

Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)

Check warning on line 624 in csm_web/frontend/src/components/enrollment_automation/coordinator/EditStage.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

csm_web/frontend/src/components/enrollment_automation/coordinator/EditStage.tsx#L624

Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)

Check warning on line 43 in csm_web/frontend/src/components/section/CoordinatorAddStudentModal.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

csm_web/frontend/src/components/section/CoordinatorAddStudentModal.tsx#L43

Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)

Check warning on line 2 in csm_web/frontend/src/components/section/MentorSectionInfo.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

csm_web/frontend/src/components/section/MentorSectionInfo.tsx#L2

'Route' is defined but never used (@typescript-eslint/no-unused-vars)

Check warning on line 2 in csm_web/frontend/src/components/section/MentorSectionInfo.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

csm_web/frontend/src/components/section/MentorSectionInfo.tsx#L2

'Routes' is defined but never used (@typescript-eslint/no-unused-vars)

Check warning on line 4 in csm_web/frontend/src/components/section/MentorSectionInfo.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

csm_web/frontend/src/components/section/MentorSectionInfo.tsx#L4

'Course' is defined but never used (@typescript-eslint/no-unused-vars)

Check warning on line 12 in csm_web/frontend/src/components/section/MentorSectionInfo.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

csm_web/frontend/src/components/section/MentorSectionInfo.tsx#L12

'fetchWithMethod' is defined but never used (@typescript-eslint/no-unused-vars)

Check warning on line 12 in csm_web/frontend/src/components/section/MentorSectionInfo.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

csm_web/frontend/src/components/section/MentorSectionInfo.tsx#L12

'HTTP_METHODS' is defined but never used (@typescript-eslint/no-unused-vars)

Check warning on line 14 in csm_web/frontend/src/components/section/MentorSectionInfo.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

csm_web/frontend/src/components/section/MentorSectionInfo.tsx#L14

'useProfiles' is defined but never used (@typescript-eslint/no-unused-vars)

Check warning on line 14 in csm_web/frontend/src/components/section/MentorSectionInfo.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

csm_web/frontend/src/components/section/MentorSectionInfo.tsx#L14

'useUserInfo' is defined but never used (@typescript-eslint/no-unused-vars)

Check warning on line 19 in csm_web/frontend/src/components/section/MentorSectionInfo.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

csm_web/frontend/src/components/section/MentorSectionInfo.tsx#L19

'useMutation' is defined but never used (@typescript-eslint/no-unused-vars)