|
| 1 | +name: DMP 2024 Design Project Template |
| 2 | +description: List a new design project for Dedicated Mentoring Program 2024 |
| 3 | +title: "[DMP 2024]: " |
| 4 | +labels: ["DMP 2024" , "Product Usability"] |
| 5 | +body: |
| 6 | + - type: textarea |
| 7 | + id: ticket-description |
| 8 | + validations: |
| 9 | + required: true |
| 10 | + attributes: |
| 11 | + label: Description |
| 12 | + description: Provide a brief description of the problem statement here. Include any relevant context or background information (user research findings, list of user personas / target users affected, etc.,.) |
| 13 | + |
| 14 | + - type: textarea |
| 15 | + id: key-design-research-questions |
| 16 | + validations: |
| 17 | + required: true |
| 18 | + attributes: |
| 19 | + label: Key design-research questions |
| 20 | + description: Identify key design problems / research questions to be addressed during the project phase |
| 21 | + |
| 22 | + - type: textarea |
| 23 | + id: current-state |
| 24 | + validations: |
| 25 | + required: true |
| 26 | + attributes: |
| 27 | + label: Current State |
| 28 | + description: Describe the current state of the problem. What are the gaps / unanswered questions wrt problem statements identified? What is the user experience like currently? |
| 29 | + |
| 30 | + - type: textarea |
| 31 | + id: desired-state |
| 32 | + validations: |
| 33 | + required: true |
| 34 | + attributes: |
| 35 | + label: Desired State |
| 36 | + description: What is the roadmap for the intended users and the respective product? Please list if there are any product / feature specific expected goals. (These could be overall and not limited to the DMP project goals) |
| 37 | + |
| 38 | + - type: textarea |
| 39 | + id: ticket-goals |
| 40 | + validations: |
| 41 | + required: true |
| 42 | + attributes: |
| 43 | + label: Goals & Mid-Point Milestone |
| 44 | + description: List the goals of the project (What is the expected end outcome from the project). Add the tasks that must be completed by Mid-point check-in i.e 1.5 months into the execution period |
| 45 | + value: | |
| 46 | + ## Goals |
| 47 | + - [ ] [Goal 1] |
| 48 | + - [ ] [Goal 2] |
| 49 | + - [ ] [Goal 3] |
| 50 | + - [ ] [Goal 4] |
| 51 | + - [ ] [Goals Achieved By Mid-point Milestone] |
| 52 | +
|
| 53 | + - type: textarea |
| 54 | + id: ticket-acceptance-criteria |
| 55 | + validations: |
| 56 | + required: true |
| 57 | + attributes: |
| 58 | + label: Acceptance Criteria |
| 59 | + description: Define specific criteria that must be met for this problem statement to be considered resolved. These criteria should be measurable and observable, allowing for clear validation of the solution. |
| 60 | + |
| 61 | + - type: textarea |
| 62 | + id: ticket-mockups |
| 63 | + attributes: |
| 64 | + label: Existing Mockups/Wireframes |
| 65 | + description: Include links to any visual aids, mockups, wireframes, or diagrams that help illustrate what the final product should look like. This is not always necessary, but can be very helpful in many cases. |
| 66 | + |
| 67 | + - type: input |
| 68 | + id: ticket-product |
| 69 | + attributes: |
| 70 | + label: Product Name |
| 71 | + placeholder: Enter Product Name |
| 72 | + validations: |
| 73 | + required: true |
| 74 | + |
| 75 | + - type: dropdown |
| 76 | + id: ticket-organisation |
| 77 | + attributes: |
| 78 | + label: Organisation Name |
| 79 | + description: Enter Organisation Name |
| 80 | + multiple: false |
| 81 | + options: |
| 82 | + - Bandhu |
| 83 | + - Blockster Global (CREDBEL) |
| 84 | + - Civis |
| 85 | + - Dhwani |
| 86 | + - Dhiway |
| 87 | + - EGov |
| 88 | + - EkShop Marketplace |
| 89 | + - FIDE |
| 90 | + - If Me |
| 91 | + - Key Education Foundation |
| 92 | + - Norwegian Meteorological Institute |
| 93 | + - Planet Read |
| 94 | + - Project Second Chance |
| 95 | + - Reap Benefit |
| 96 | + - SamagraX |
| 97 | + - ShikshaLokam |
| 98 | + - Tech4Dev |
| 99 | + - Tekdi |
| 100 | + - The Mifos Initiative |
| 101 | + - Tibil |
| 102 | + - Ushahidi |
| 103 | + - Arghyam |
| 104 | + - Piramal Swasthya Management Research Institute |
| 105 | + - Dimagi |
| 106 | + - Win Over Cancer |
| 107 | + - Protean |
| 108 | + - Thoughtworks |
| 109 | + validations: |
| 110 | + required: true |
| 111 | + |
| 112 | + - type: dropdown |
| 113 | + id: ticket-governance-domain |
| 114 | + attributes: |
| 115 | + label: Domain |
| 116 | + options: |
| 117 | + - Healthcare |
| 118 | + - Education |
| 119 | + - Financial Inclusion |
| 120 | + - Livelihoods |
| 121 | + - Skilling |
| 122 | + - Learning & Development |
| 123 | + - Agriculture |
| 124 | + - Service Delivery |
| 125 | + - Open Source Library |
| 126 | + - Water |
| 127 | + validations: |
| 128 | + required: true |
| 129 | + |
| 130 | + - type: textarea |
| 131 | + id: ticket-mentors |
| 132 | + attributes: |
| 133 | + label: Mentor(s) |
| 134 | + description: Please tag relevant mentors for the ticket |
| 135 | + validations: |
| 136 | + required: true |
| 137 | + |
0 commit comments