|
| 1 | +import 'package:catalyst_voices_models/catalyst_voices_models.dart'; |
| 2 | + |
| 3 | +/// At the moment categories are hard coded. |
| 4 | +/// See list in link below |
| 5 | +/// https://input-output-hk.github.io/catalyst-libs/architecture/08_concepts/catalyst_docs/proposal/#fund-14-defined-category-ids |
| 6 | +/// https://input-output-hk.github.io/catalyst-libs/architecture/08_concepts/catalyst_docs/proposal/#fund-14-defined-templates-ids |
| 7 | +/// https://input-output-hk.github.io/catalyst-libs/architecture/08_concepts/catalyst_docs/comment/#fund-14-defined-templates-ids |
| 8 | +const categoriesTemplatesRefs = <CategoryTemplatesRefs>[ |
| 9 | + ( |
| 10 | + category: SignedDocumentRef(id: '0194d490-30bf-7473-81c8-a0eaef369619'), |
| 11 | + proposal: SignedDocumentRef.first('0194d492-1daa-75b5-b4a4-5cf331cd8d1a'), |
| 12 | + comment: SignedDocumentRef.first('0194d494-4402-7e0e-b8d6-171f8fea18b0'), |
| 13 | + ), |
| 14 | + ( |
| 15 | + category: SignedDocumentRef(id: '0194d490-30bf-7043-8c5c-f0e09f8a6d8c'), |
| 16 | + proposal: SignedDocumentRef.first('0194d492-1daa-7371-8bd3-c15811b2b063'), |
| 17 | + comment: SignedDocumentRef.first('0194d494-4402-7444-9058-9030815eb029'), |
| 18 | + ), |
| 19 | + ( |
| 20 | + category: SignedDocumentRef(id: '0194d490-30bf-7e75-95c1-a6cf0e8086d9'), |
| 21 | + proposal: SignedDocumentRef.first('0194d492-1daa-79c7-a222-2c3b581443a8'), |
| 22 | + comment: SignedDocumentRef.first('0194d494-4402-7351-b4f7-24938dc2c12e'), |
| 23 | + ), |
| 24 | + ( |
| 25 | + category: SignedDocumentRef(id: '0194d490-30bf-7703-a1c0-83a916b001e7'), |
| 26 | + proposal: SignedDocumentRef.first('0194d492-1daa-716f-a04e-f422f08a99dc'), |
| 27 | + comment: SignedDocumentRef.first('0194d494-4402-79ad-93ba-4d7a0b65d563'), |
| 28 | + ), |
| 29 | + ( |
| 30 | + category: SignedDocumentRef(id: '0194d490-30bf-79d1-9a0f-84943123ef38'), |
| 31 | + proposal: SignedDocumentRef.first('0194d492-1daa-78fc-818a-bf20fc3e9b87'), |
| 32 | + comment: SignedDocumentRef.first('0194d494-4402-7cee-a5a6-5739839b3b8a'), |
| 33 | + ), |
| 34 | + ( |
| 35 | + category: SignedDocumentRef(id: '0194d490-30bf-706d-91c6-0d4707f74cdf'), |
| 36 | + proposal: SignedDocumentRef.first('0194d492-1daa-7d98-a3aa-c57d99121f78'), |
| 37 | + comment: SignedDocumentRef.first('0194d494-4402-7aee-8b24-b5300c976846'), |
| 38 | + ), |
| 39 | + ( |
| 40 | + category: SignedDocumentRef(id: '0194d490-30bf-759e-b729-304306fbaa5e'), |
| 41 | + proposal: SignedDocumentRef.first('0194d492-1daa-77be-a1a5-c238fe25fe4f'), |
| 42 | + comment: SignedDocumentRef.first('0194d494-4402-7d75-be7f-1c4f3471a53c'), |
| 43 | + ), |
| 44 | + ( |
| 45 | + category: SignedDocumentRef(id: '0194d490-30bf-7e27-b5fd-de3133b54bf6'), |
| 46 | + proposal: SignedDocumentRef.first('0194d492-1daa-7254-a512-30a4cdecfb90'), |
| 47 | + comment: SignedDocumentRef.first('0194d494-4402-7a2c-8971-1b4c255c826d'), |
| 48 | + ), |
| 49 | + ( |
| 50 | + category: SignedDocumentRef(id: '0194d490-30bf-7f9e-8a5d-91fb67c078f2'), |
| 51 | + proposal: SignedDocumentRef.first('0194d492-1daa-7de9-b535-1a0b0474ed4e'), |
| 52 | + comment: SignedDocumentRef.first('0194d494-4402-7074-86ac-3efd097ba9b0'), |
| 53 | + ), |
| 54 | + ( |
| 55 | + category: SignedDocumentRef(id: '0194d490-30bf-7676-9658-36c0b67e656e'), |
| 56 | + proposal: SignedDocumentRef.first('0194d492-1daa-7fce-84ee-b872a4661075'), |
| 57 | + comment: SignedDocumentRef.first('0194d494-4402-7202-8ebb-8c4c47c286d8'), |
| 58 | + ), |
| 59 | + ( |
| 60 | + category: SignedDocumentRef(id: '0194d490-30bf-7978-b031-7aa2ccc5e3fd'), |
| 61 | + proposal: SignedDocumentRef.first('0194d492-1daa-7878-9bcc-2c79fef0fc13'), |
| 62 | + comment: SignedDocumentRef.first('0194d494-4402-7fb5-b680-c23fe4beb088'), |
| 63 | + ), |
| 64 | + ( |
| 65 | + category: SignedDocumentRef(id: '0194d490-30bf-7d34-bba9-8498094bd627'), |
| 66 | + proposal: SignedDocumentRef.first('0194d492-1daa-722f-94f4-687f2c068a5d'), |
| 67 | + comment: SignedDocumentRef.first('0194d494-4402-7aa5-9dbc-5fe886e60ebc'), |
| 68 | + ), |
| 69 | +]; |
| 70 | + |
| 71 | +typedef CategoryTemplatesRefs = ({ |
| 72 | + SignedDocumentRef category, |
| 73 | + SignedDocumentRef proposal, |
| 74 | + SignedDocumentRef comment, |
| 75 | +}); |
0 commit comments