# Activate for Program Owner

### Backend

MaGIC Activate used `Challenge` module as backend and its management interface can be accessible thru:

`Backend` -> `Service` -> `Challenge` -> `Manage`

![Manage Challenges](https://2321992080-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MSzNj7-9AhUeicjQgKl%2F-MUifE-gMMPR2d6mTrpd%2F-MUifPaHjkWxDoy6r8IK%2FScreenshot%202021-03-02%20at%2012.44.36%20AM.png?alt=media\&token=f00ef41c-3cdf-4290-b1e3-847f8186c19f)

### Workflow for Challenge (Problem Statement)

As an admin, you can perform the following workflow action onto a challenge submission by problem statement owner.

1. `new` - In draft mode, applicant not yet submit. Submission is editable by application in this stage.
2. `pending` - Submitted, pending for admin to process. Submission is **NOT Editable** by application in this stage.
3. `processing` - Processing by admin. Admin can post message to applicant for amendment. Submission is editable by application in this stage. After amended, applicant can resubmit and have their status reset back to stage 2.&#x20;
4. `approved` &#x20;
   1. Application approved by admin.
   2. Auto create participation form (F7) to take in solution provider submission for this challenge.
   3. Challenge is accessible in frontend.
5. `completed`- To mark this challenge as completed. Participation form is disabled.
6. `reject`- To mark this challenge as permanently rejected by Admin.&#x20;

### Workflow for Solution Provider

The entire workflow is handled by F7 Stage:

1. `application` - Submitted new application
2. `pending` - Pending for problem statement owner
3. `approved` - Proposed solution is approved by problem statement owner
4. `rejected` - Rejected by problem statement owner

An application can be edited under `draft` mode. Once submit in `submitted` status, application is not editable. However, before closing date, applicant can revert a submitted application back to `draft` for re-editing.&#x20;

### F7 Form Solution Provider Submission

You can manage all submission of a particular challenge by viewing the challenge.

![View Challenge](https://2321992080-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MSzNj7-9AhUeicjQgKl%2F-MUidY9y0MkHym_yCsaR%2F-MUie_JgL6fiUgCOF2TS%2FScreenshot%202021-03-02%20at%2012.40.40%20AM.png?alt=media\&token=3915fdc0-ea98-4e5d-8c33-d9f5a3f85b33)

Click link under `Applicaiton` form and you will be brought to the F7 form page in backend.

![View F7 Form](https://2321992080-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MSzNj7-9AhUeicjQgKl%2F-MUidY9y0MkHym_yCsaR%2F-MUiexYcPRvIDtJvYyug%2FScreenshot%202021-03-02%20at%2012.42.28%20AM.png?alt=media\&token=12a60a37-680d-4a7e-835f-84db68751e1f)

All submissions (`draft` and `submitted`) can be found here. Click into each of them, to view and to update its workflow stage.
