mirror of https://github.com/fspc/BikeShed-1.git
Jason Denney
12 years ago
3 changed files with 43 additions and 0 deletions
@ -0,0 +1,15 @@ |
|||
acquired: |
|||
id: 1 |
|||
action: ACQUIRED |
|||
scrapped: |
|||
id: 2 |
|||
action: SCRAPPED |
|||
worked: |
|||
id: 3 |
|||
action: WORKED |
|||
completed: |
|||
id: 4 |
|||
action: COMPLETED |
|||
sold: |
|||
id: 5 |
|||
action: SOLD |
@ -0,0 +1,13 @@ |
|||
poor: |
|||
id: 1 |
|||
condition: POOR |
|||
fair: |
|||
id: 2 |
|||
condition: FAIR |
|||
good: |
|||
id: 3 |
|||
condition: GOOD |
|||
excellent: |
|||
id: 4 |
|||
condition: EXCELLENT |
|||
|
@ -0,0 +1,15 @@ |
|||
undetermined: |
|||
id: 1 |
|||
status: UNDETERMINED |
|||
scrap: |
|||
id: 2 |
|||
status: SCRAP |
|||
parts: |
|||
id: 3 |
|||
status: PARTS |
|||
buildbike: |
|||
id: 4 |
|||
status: BUILDBIKE |
|||
sale: |
|||
id: 5 |
|||
status: SALE |
Loading…
Reference in new issue