Skip to content

Commit f9cce5c

Browse files
authored
feat: Update stage data params for f11 | NPG-000 (#660)
# Description Updates `stage_data` F11 params. ## Type of change Please delete options that are not relevant. - [x] New feature (non-breaking change which adds functionality) expected) ## Checklist - [x] My code follows the style guidelines of this project - [x] I have performed a self-review of my code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] New and existing unit tests pass locally with my changes - [ ] Any dependent changes have been merged and published in downstream modules
1 parent ec66ae7 commit f9cce5c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/event-db/stage_data/dev/00002_fund11_params.sql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ INSERT INTO config (id, id2, id3, value) VALUES (
1717
"proposals": {
1818
"field_mappings": {
1919
"proposer_url": ["relevant_link_1", "website__github_repository__or_any_other_relevant_link__", "relevant_link_3"],
20-
"proposer_relevant_experience": "relevant_experience",
20+
"proposer_relevant_experience": "f11_project_team",
2121
"public_key": "ada_payment_address__",
22-
"funds": ["requested_funds", "requested_funds_in_ada","requested_funds_coti"]
22+
"funds": ["f11_requested_funds", "requested_funds_in_ada","requested_funds_coti"]
2323
},
2424
"extra_field_mappings": {
2525
"metrics": "key_metrics_to_measure",
2626
"goal": "how_does_success_look_like_",
27-
"solution": "problem_solution",
27+
"solution": "f11_proposal_solution",
2828
"brief": "challenge_brief",
2929
"importance": "importance",
3030
"full_solution": "please_describe_your_proposed_solution",

src/event-db/stage_data/prod/00002_fund11_params.sql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ INSERT INTO config (id, id2, id3, value) VALUES (
1717
"proposals": {
1818
"field_mappings": {
1919
"proposer_url": ["relevant_link_1", "website__github_repository__or_any_other_relevant_link__", "relevant_link_3"],
20-
"proposer_relevant_experience": "relevant_experience",
20+
"proposer_relevant_experience": "f11_project_team",
2121
"public_key": "ada_payment_address__",
22-
"funds": ["requested_funds", "requested_funds_in_ada","requested_funds_coti"]
22+
"funds": ["f11_requested_funds", "requested_funds_in_ada","requested_funds_coti"]
2323
},
2424
"extra_field_mappings": {
2525
"metrics": "key_metrics_to_measure",
2626
"goal": "how_does_success_look_like_",
27-
"solution": "problem_solution",
27+
"solution": "f11_proposal_solution",
2828
"brief": "challenge_brief",
2929
"importance": "importance",
3030
"full_solution": "please_describe_your_proposed_solution",

0 commit comments

Comments
 (0)