[[TOC]]
== [wiki:PROCESS Sophie 2 Process] ==
=== [wiki:PROCESS/Overview Overview] ===
Process defines how the goals are accomplished.
=== [wiki:PROCESS/Rules Member requirements] ===
  * Work towards the goal
  * Be honest
  * Take initiative
  * Look around
  * Seek improvements
  * Seek the most appropriate solution
  * Quality is not negotiable. Scope and resources are.
  * Accept the challenge
=== [wiki:PROCESS/Discipline Discipline] ===
  * workday starts 9:30
  * work outside of office should be approved by the team leader
  * daily and monthly reports
=== [wiki:PROCESS/Scrum Scrum] ===
  * iterative incremental process of software development
  * counts on one to take the initiative
  * roles
   * product owner - the voice of the customer
   * scrum master - solves problems
   * self-organizing team - does the progress
  * regular standup meetings to show progress, plan and solve problems
  * opening, closing and other meetings
  * Artifacts - Product backlog, Sprint Backlog, Internal Backlog.
=== [wiki:PROCESS/Teams Teams] ===
  * Analysis - does the specification of features, keeps the product consistent
  * Functional - does the design and implementation of the platfoem and features
  * Release - does the final touch, delivers the final product
=== [wiki:PROCESS/Workflow Workflow] ===
Tickets are the product backlog
  * New - part of the product backlog, hasn't been worked on
  * Analysis - what has to be done
  * Design - how it should be done
  * Implementation - actual implementation
  * Testing - problems, documentation
Each of these has
  * Started - in progress, someone works on it
  * Finished - ready for a review
  * OK - reviewed and ready for the next phase (if any)