Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Added Selectors for State Districts and Colleges #78

Open
wants to merge 5 commits into
base: development
Choose a base branch
from

Conversation

Abhishek-kumar09
Copy link
Contributor

No description provided.

@KeenWarrior
Copy link
Contributor

@Abhishek-kumar09 We have made some breaking changes. you will need to rebase

@Abhishek-kumar09
Copy link
Contributor Author

@Abhishek-kumar09 We have made some breaking changes. you will need to rebase

rebased

@@ -93,7 +97,7 @@ export function ApplicationSteps({ applicationId, setCourseTitle }) {
const isMountedRef = useIsMountedRef();
const baseUrl =
'https://us-central1-codeforcauseorg.cloudfunctions.net/widgets/applications/request';
const [activeStep, setActiveStep] = React.useState(-1);
const [activeStep, setActiveStep] = React.useState(1);
Copy link
Contributor Author

@Abhishek-kumar09 Abhishek-kumar09 Sep 20, 2020

Choose a reason for hiding this comment

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

Temporary, just for easy review

1st thing to change after/before merging PR

.fill(2000)
.map((x, y) => x + y);
.fill(2024)
.map((x, y) => x - y);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Most often, Courses will be booked by recent graduates, so reversed the array from
2000-2024 to 2024-2000

@KeenWarrior
Copy link
Contributor

If we change state - District and College should change to blank

If we change District - College should change to blank

@Abhishek-kumar09
Copy link
Contributor Author

@KeenWarrior Done

@Abhishek-kumar09
Copy link
Contributor Author

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants