From 23efd15c7737f2d2e1c8166d8483a1225cb3bf62 Mon Sep 17 00:00:00 2001 From: Jeff Dutil Date: Thu, 17 Jul 2014 23:19:00 -0400 Subject: [PATCH] Update todos. --- README.md | 4 +--- Versionfile | 6 ++---- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3a2916b..58f0c80 100644 --- a/README.md +++ b/README.md @@ -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.** @@ -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 ------------ diff --git a/Versionfile b/Versionfile index 5c1a64d..dba6f93 100644 --- a/Versionfile +++ b/Versionfile @@ -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' }