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

Stand up API endpoint for new project requests #490

Open
matthew-li opened this issue Dec 9, 2022 · 0 comments
Open

Stand up API endpoint for new project requests #490

matthew-li opened this issue Dec 9, 2022 · 0 comments
Assignees
Labels

Comments

@matthew-li
Copy link
Collaborator

New project requests (excluding those for Vector for now) that have the "Approved - Processing" status can be processed programmatically, since they have been manually approved by an administrator up to that point.

Add an endpoint that supports handling of the project setup step and the final submission. In particular:

  • Allow the caller to fetch a list of requests that are ready for processing.
  • For these requests only, allow the caller to mark the setup step as complete and, if needed, alter the name of the project.
  • Allow the caller to mark the request as processed, which will either schedule or complete the request, depending on the allocation period of the request.

Refer to (and likely refactor) the logic in coldfront.core.project.views_.new_project_views.approval_views.SavioProjectRequestDetailView.post.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

No branches or pull requests

1 participant