Guest User

Untitled

a guest
Oct 22nd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. # Design Doc Title
  2.  
  3. ## Stakeholders
  4.  
  5. List stakeholders for project/feature.
  6.  
  7. | Role | Person |
  8. |-----------------------|-------------------|
  9. | Dev Owner | |
  10. | Other Dev 1 (Engine) | |
  11. | Other Dev 2 (Hub) | |
  12. | Product | |
  13. | Docs | |
  14. | QA | |
  15. | Program Management | |
  16. | UX | |
  17.  
  18. ## Problem Statement
  19.  
  20. Describe what you are trying to solve. Reference JIRAs etc. as needed.
  21.  
  22. ## Goals
  23.  
  24. List goals you are planning on achieving with the project/feature.
  25.  
  26. 1. Goal 1
  27. 2. Goal 2
  28. 3. Goal 3
  29.  
  30. ## Non-Goals
  31.  
  32. List anything that should be called out explicitly as a non-goal (i.e., things
  33. that would not be addressed with this project/feature). This section is
  34. optional and can be left blank.
  35.  
  36. ## Design
  37.  
  38. One-pager of the design and implementation plan. Can be high level and does not
  39. need to call out explicit functional code, though it is up to the owner on how
  40. deep they want to go.
  41.  
  42. ### Data structures
  43.  
  44. Any data structures that are relevant to the design. This may include database schema's or JSON templates.
  45.  
  46. ## API
  47.  
  48. What API endpoints will be exposed to the user as part of this feature?
  49.  
  50. ## Dependencies
  51.  
  52. List any external component and/or cross functional dependencies.
  53.  
  54. ## Testing
  55.  
  56. ### Functional Testing
  57.  
  58. Plan for functional testing (automated, non-automated, etc).
  59.  
  60. ### Performance Testing
  61.  
  62. Plan for performance testing (automated, non-automated, etc) if needed.
  63.  
  64. ### Scale Testing
  65.  
  66. Plan for scale testing (automated, non-automated, etc) if needed.
Add Comment
Please, Sign In to add comment