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

Learn, Apply, Jan 25 #473

Merged
merged 256 commits into from
Feb 5, 2025
Merged

Learn, Apply, Jan 25 #473

merged 256 commits into from
Feb 5, 2025

Conversation

JacobHomanics
Copy link
Collaborator

@JacobHomanics JacobHomanics commented Jan 14, 2025

Implements Missions, Mission Pages, Mission Applications, Mission Submissions, and various other improvements across the app!

Satisfies #454, #455, #456, #457, #458, #459, #461.

stepandel
stepandel previously approved these changes Feb 4, 2025
Comment on lines 29 to 39
// const searchParams = new URLSearchParams(window.location.search)
// const paramValue = searchParams.get("orgId")

// console.log("start")
// console.log(paramValue)
// console.log("after")
// const orgId = searchParams.get("orgId") // Extract orgId from query parameters

// const selectedOrg = userOrganizations.organizations.find((org) => {
// return org.organization.id === router.query["orgId"]
// })?.organization
Copy link
Contributor

Choose a reason for hiding this comment

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

let's remove this before merging

Comment on lines 20 to 25
// const searchParams = new URLSearchParams(window.location.search)
// const paramValue = searchParams.get("orgId")

// const selectedOrg = userOrganizations.organizations.find((org) => {
// return org.organization.id === router.query["orgId"]
// })?.organization
Copy link
Contributor

Choose a reason for hiding this comment

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

let's remove this before merging

stepandel
stepandel previously approved these changes Feb 5, 2025
@JacobHomanics JacobHomanics merged commit d8bd921 into main Feb 5, 2025
2 checks passed
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.

2 participants