Compare commits
No commits in common. "3e03f5dbc6acbd2dc97253f1c71d4808cd5b19a6" and "e1cab6ac1a6c71483ff337a112a5837384a45f82" have entirely different histories.
3e03f5dbc6
...
e1cab6ac1a
2 changed files with 3 additions and 9 deletions
|
@ -1,15 +1,12 @@
|
|||
# Estimates
|
||||
|
||||
We write [user stories](approach/user-stories.md) with the client and then estimate complexity on our own, ideally two different developers independently come up with an estimate and then compare and discuss the reason for differences to get to a final number.
|
||||
|
||||
We estimate complexity using the Fibonacci sequence because complexity grows exponentially. More info at [yakyma.com/2012/05/why-progressive-estimation-scale-is-so.html](http://www.yakyma.com/2012/05/why-progressive-estimation-scale-is-so.html)
|
||||
We estimate complexity using the Fibonacci sequence because complexity grows exponentially. More info at http://www.yakyma.com/2012/05/why-progressive-estimation-scale-is-so.html
|
||||
|
||||
We usually translate that complexity point into twice as many hours. For example, an issue with a complexity of 5 translates to 10 hours. This is based very roughly on our typical velocity.
|
||||
|
||||
## Estimating migrations
|
||||
|
||||
Historically, we get a rough first pass at an estimate of the complexity for migrating Drupal entities based on the following formula:
|
||||
Historically, We estimate the complexity for migrating Drupal entities roughly based on the following formula:
|
||||
|
||||
```
|
||||
$number_of_entities + (2 * $number_of_fields) = Migration Complexity
|
||||
```
|
||||
1 * # Entities + 2 * # Fields = Migration Complexity
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
# User stories
|
||||
|
||||
We structure most of our development work around *user stories*
|
Loading…
Add table
Add a link
Reference in a new issue