Advertisement
Guest User

Untitled

a guest
Jul 24th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.81 KB | None | 0 0
  1. # DTR: Define the Relationship
  2.  
  3. ### Guiding Questions to Define The Relationship:
  4.  
  5. * What are your learning goals for this project? What drives us in this project?
  6.  
  7. Learning the background of how to work with databases.
  8.  
  9. * What is your collaboration style? How do you feel about pair programming vs. divide-and-conquer approaches?
  10.  
  11. Paired programming at first. Break off small tasks later if the situation calls for it.
  12.  
  13. * How do you communicate best? How do you appreciate receiving communication from others?
  14.  
  15.  
  16.  
  17. * How would you describe your work style?
  18. * What are your strengths? How can our strengths complement each other?
  19. * What’s gone well or poorly in your previous projects?
  20. * How will we set direction and make decisions as a team?
  21. * How will we overcome obstacles?
  22. * What do you need (resources, environment, communication) to do your best work?
  23. * What scheduling restraints do you have? What are your scheduling preferences?
  24. * What is your style for giving feedback? Does anything ever hold you back from giving feedback?
  25. * What do you identify as being your biggest strength(s) technically, as they relate to this project? Where do you feel you could use improvement in your technical skills, as they relate to this project? How can our team help support you in improving these skills?
  26. * What tools do you want to use to manage the project?
  27. * How do you want the group to solve problems when members run into issues with features of the project?
  28. * How do you know if a project is successful? How can we achieve that as a group?
  29. * How will we recognize each other's successes and celebrate them?
  30.  
  31. Any additional questions that you would like to add:
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38. ### Template for DTR Memo
  39.  
  40. Project: Black Thursday
  41.  
  42. Group Member Names: Randy Springer Danny Trujillo
  43.  
  44. Project Expectations: What does each group member hope to get out of this project?
  45.  
  46. Better understand of databases and relationships. Workflow and delegating out tasks.
  47.  
  48. Goals and expectations:
  49.  
  50.  
  51.  
  52. Team strengths:
  53.  
  54. Randy: Good at writing test and using TDD
  55. Danny: Single responsibility priciple
  56.  
  57. How to overcome obstacles:
  58.  
  59. Timebox. Don't spend too much time on a single thing, making no progress.
  60.  
  61. Schedule Expectations (When are we available to work together and individually?):
  62.  
  63. Mostly free. 7pm on the weekdays. 11am to whenever on the weekend.
  64.  
  65. Communication Expectations (How and often will we communicate? How do we keep lines of communication open?):
  66.  
  67. Slack. Whenever we need to.
  68.  
  69. Workload Expectations (What features do we each want to work on?):
  70.  
  71. Work together at first and then split up tasks after we get a good foundation.
  72.  
  73. Workflow Expectations (Git workflow/Tools/Code Review/Reviewing Pull Requests):
  74.  
  75. Commit whenever you finish a thing. Tests pass, code written.
  76.  
  77. Expectations for giving and receiving feedback:
  78.  
  79.  
  80.  
  81. Agenda to discuss project launch:
  82.  
  83. Ideas:
  84.  
  85. Tools:
  86.  
  87. Additional Notes:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement