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 project creation in development and test environments #365

Merged
merged 15 commits into from
Oct 20, 2023

Conversation

jeffdaley
Copy link
Contributor

@jeffdaley jeffdaley commented Oct 11, 2023

Adds and tests the ability to create projects in non-production/staging environments.

@jeffdaley jeffdaley changed the title PENDING: Add projects in development and test environments PENDING: Add project creation in development and test environments Oct 12, 2023
@jeffdaley jeffdaley changed the title PENDING: Add project creation in development and test environments Add project creation in development and test environments Oct 18, 2023
@jeffdaley jeffdaley marked this pull request as ready for review October 18, 2023 00:18
@jeffdaley jeffdaley requested a review from a team as a code owner October 18, 2023 00:18
Copy link
Collaborator

@jfreda jfreda left a comment

Choose a reason for hiding this comment

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

return new Response(200, {}, project.attrs);
});

// Fetch a product's related resources
Copy link
Collaborator

Choose a reason for hiding this comment

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

Nit

Suggested change
// Fetch a product's related resources
// Fetch a project's related resources

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm surprised I got the branch name right 😅

@jeffdaley jeffdaley merged commit f1a5e97 into main Oct 20, 2023
2 checks passed
@jeffdaley jeffdaley deleted the jeffdaley/create-project-route branch October 20, 2023 15:28
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