|
1 | 1 | -- Define F12 IdeaScale parameters.
|
2 |
| -DELETE FROM config WHERE id2='100'; |
| 2 | +INSERT INTO config (id, id2, id3, value) VALUES ( |
| 3 | + 'ideascale', |
| 4 | + '12', |
| 5 | + '', |
| 6 | + '{ |
| 7 | + "group_id": 31051, |
| 8 | + "review_stage_ids": [143, 145], |
| 9 | + "nr_allocations": [30, 80], |
| 10 | + "campaign_group_id": 63, |
| 11 | + "questions": { |
| 12 | + "You are reviewing the positive IMPACT this project will have on the Cardano Ecosystem.\nHas this project clearly demonstrated in all aspects of the proposal that it will have a positive impact on the Cardano Ecosystem?": "Impact / Alignment", |
| 13 | + "You are reviewing the FEASIBILITY of this project.\nIs this project feasible based on the proposal submitted? Does the plan and associated budget and milestones look achievable? Does the team have the skills, experience, capability and capacity to complete the project successfully?": "Feasibility", |
| 14 | + "You are reviewing the VALUE FOR MONEY this represents for the Treasury and the Community\nIs the funding amount requested for this project reasonable and does it provide good Value for Money to the Treasury?": "Auditability" |
| 15 | + }, |
| 16 | + "stage_ids": [4590, 4596, 4602, 4608, 4614, 4620, 4626, 4632, 4638, 4644, 4650, 4656, 4662, 4591, 4597, 4603, 4609, 4615, 4621, 4627, 4633, 4639, 4645, 4651, 4657, 4663, 4592, 4598, 4604, 4610, 4616, 4622, 4628, 4634, 4640, 4646, 4652, 4658, 4664], |
| 17 | + "proposals": { |
| 18 | + "field_mappings": { |
| 19 | + "proposer_url": ["relevant_link_1", "website__github_repository__or_any_other_relevant_link__", "relevant_link_3"], |
| 20 | + "proposer_relevant_experience": "f11_project_team", |
| 21 | + "public_key": "ada_payment_address__", |
| 22 | + "funds": ["f11_requested_funds", "requested_funds_in_ada","requested_funds_coti"] |
| 23 | + }, |
| 24 | + "extra_field_mappings": { |
| 25 | + "metrics": "key_metrics_to_measure", |
| 26 | + "goal": "how_does_success_look_like_", |
| 27 | + "solution": "f11_proposal_solution", |
| 28 | + "brief": "challenge_brief", |
| 29 | + "importance": "importance", |
| 30 | + "full_solution": "please_describe_your_proposed_solution", |
| 31 | + "team_details": "please_provide_details_of_the_people_who_will_work_on_the_project_", |
| 32 | + "auto_translated": "auto_translated", |
| 33 | + "budget_breakdown": "please_provide_a_detailed_budget_breakdown", |
| 34 | + "challenges_or_risks": "what_main_challenges_or_risks_do_you_foresee_to_deliver_this_project_successfully_", |
| 35 | + "timeline_and_key_milestones": "please_provide_a_detailed_plan__a_timeline__and_key_milestones_for_delivering_your_proposal_", |
| 36 | + "how_solution_address_challenge": "please_describe_how_your_proposed_solution_will_address_the_challenge_", |
| 37 | + "sdg_rating": "sdg_rating", |
| 38 | + "return_in_a_later_round": "if_you_are_funded__will_you_return_to_catalyst_in_a_later_round_for_further_funding__please_explain", |
| 39 | + "relevant_link_1": "relevant_link_1", |
| 40 | + "relevant_link_2": "website__github_repository__or_any_other_relevant_link__", |
| 41 | + "relevant_link_3": "relevant_link_3", |
| 42 | + "progress_metrics": "what_will_you_measure_to_track_your_project_s_progress__and_how_will_you_measure_it_", |
| 43 | + "new_proposal": "is_this_proposal_is_a_continuation_of_a_previously_funded_project_in_catalyst__or_an_entirely_new_o" |
| 44 | + } |
| 45 | + }, |
| 46 | + "proposals_scores_csv": { |
| 47 | + "id_field": "proposal_id", |
| 48 | + "score_field": "Rating" |
| 49 | + } |
| 50 | + }' |
| 51 | +) ON CONFLICT (id, id2, id3) DO UPDATE |
| 52 | +SET value = EXCLUDED.value; |
3 | 53 |
|
4 | 54 | -- Use F12 params for event with row_id = 12.
|
5 |
| -DELETE FROM config WHERE id3='100'; |
6 |
| - |
| 55 | +INSERT INTO config (id, id2, id3, value) VALUES ( |
| 56 | + 'event', |
| 57 | + 'ideascale_params', |
| 58 | + '12', |
| 59 | + '{"params_id": "F12"}' |
| 60 | +) ON CONFLICT (id, id2, id3) DO UPDATE |
| 61 | +SET value = EXCLUDED.value; |
0 commit comments