Skip to content

Commit

Permalink
Update todos.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Dutil authored and Jeff Dutil committed Jul 18, 2014
1 parent 295bdc1 commit 23efd15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This is still currently a work in progress, and any input is welcome.
Upgrading
---------

**Warning: Upgrading to Spree 2.2.x when using this extension is not backwards compatible.
**Warning: Upgrading to Spree 2.2.x & 2.3.x when using this extension is not backwards compatible.
I have removed the notion of drop ship orders which payments & commission were previously tracked to.
Now suppliers simply manage their shipments, and payments & commission are now linked to a payable object i.e. shipment in this case.
This means the previous method of determining a suppliers commission is no longer valid, and you will need to migrate your data accordingly.**
Expand Down Expand Up @@ -107,9 +107,7 @@ Todo
- Must allow suppliers to edit their stock location addresses & require it.
- Return Authorization UI
- Better documentation
- Determine how best to handle single product having multiple suppliers. Needs to move supplier association to variant level.
- related products should only allow suppliers own products to be related
- depending on how we handle suppliers selling the same product we should consider not creating stock items at all for variants / stock locations supplier doesnt own. that way we would no longer need the packer_decorator. This would require we go the route of creating a variant for each different supplier. (supplier as option type?)

Contributing
------------
Expand Down
6 changes: 2 additions & 4 deletions Versionfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,5 @@
# Please see http://spreecommerce.com/documentation/extensions.html#versionfile for details
# '1.3.x' => { :ref => 'e5624f7' } # Not going to be maintained but most of the works there if your looking for a starting point to branch off of.

'2.3.x' => { :branch => 'master' }
'2.2.x' => { :branch => '2-2-stable' }
'2.1.x' => { :branch => '2-1-stable' }
'2.0.x' => { :branch => '2-0-stable' }
'2.4.x' => { :branch => 'master' }
'2.3.x' => { :branch => '2-3-stable' }

0 comments on commit 23efd15

Please sign in to comment.