You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
Refer to (and likely refactor) the logic in
coldfront.core.project.views_.new_project_views.approval_views.SavioProjectRequestDetailView.post
.The text was updated successfully, but these errors were encountered: