Skip to content

Commit

Permalink
SQL component inclusion & Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
chevli committed Jan 22, 2018
1 parent 2d8e2df commit 9d0c314
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A Magento module initially created by [CTI Digital] to create and maintain datab
- Keep versions of your configurations using your own versioning system.
- Split your configuration based on the environment you're developing on.

If you're interested to find out more about the background of the configurator, watch this lightning talk by [Rick Steckles] at Mage Titans in Manchester on [YouTube].
If you're interested to find out more about the background of the configurator, watch this lightning talk by [Raj Chevli] at Mage Titans in Manchester on [YouTube].

This is a work in progress and by no means for use with production environments (and probably not even development environments either just yet).

Expand Down Expand Up @@ -96,7 +96,7 @@ It tests the following:
| Up Sell Products | :white_check_mark: | :grey_exclamation: | :white_check_mark: |
| Cross Sell Products | :white_check_mark: | :grey_exclamation: | :white_check_mark: |
| Customers | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| SQL | :x: | :x: | :x: |
| SQL | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| Shipping Table Rates | :x: | :x: | :x: |
| Catalog Price Rules | :x: | :x: | :x: |
| Shopping Cart Price Rules | :x: | :x: | :x: |
Expand All @@ -109,5 +109,5 @@ MIT


[CTI Digital]:http://www.ctidigital.com/
[YouTube]:https://www.youtube.com/watch?v=u9zHaX8G5_0
[Rick Steckles]:https://twitter.com/rick_steckles
[YouTube]:https://www.youtube.com/watch?v=iFkhAzJl2k0
[Raj Chevli]:https://twitter.com/chevli
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"satooshi/php-coveralls": "^1.0",
"phpunit/phpunit": "4.1.0"
},
"version": "1.0.1",
"version": "1.1.0",
"autoload": {
"files": [ "registration.php" ],
"psr-4": {
Expand Down
20 changes: 10 additions & 10 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -174,20 +174,22 @@ <h2>Supported Components</h2>
<span class="icon fa-gbp"></span>
<strong>Tax</strong> Rules &amp; Rates
</li>
</ul>
<ul class="statistics">
<li class="style5">
<span class="icon fa-cogs"></span>
<strong>API</strong> Integrations
</li>
</ul>
<ul class="statistics">
<li class="style2">
<span class="icon fa-newspaper-o"></span>
<strong>Pages</strong>
</li>
<li class="style5">
<li class="style1">
<span class="icon fa-clone"></span>
<strong>Blocks</strong>
</li>
</ul>
<ul class="statistics">
<li class="style3">
<span class="icon fa-file-image-o"></span>
<strong>Media</strong>
Expand All @@ -196,6 +198,10 @@ <h2>Supported Components</h2>
<span class="icon fa-repeat"></span>
<strong>Rewrites</strong>
</li>
<li class="style2">
<span class="icon fa-database"></span>
<strong>SQL</strong>
</li>
</ul>
<footer class="major">
<p><strong>Status:&nbsp;</strong> ✅ &nbsp;Code Written&nbsp; ❕ Tests Written&nbsp; ✅ &nbsp;Included
Expand All @@ -213,17 +219,11 @@ <h2>Work In Progress Components</h2>
<span class="icon fa-lightbulb-o"></span>
<strong>Shipping</strong> Table rates
</li>
<li class="style2">
<span class="icon fa-lightbulb-o"></span>
<strong>SQL</strong>
</li>
</ul>
<ul class="statistics">
<li class="style3">
<span class="icon fa-lightbulb-o"></span>
<strong>Price Rules</strong> Catalog, Shopping Cart
</li>
<li class="style1">
<li class="style2">
<span class="icon fa-lightbulb-o"></span>
<strong>Orders</strong>
</li>
Expand Down

0 comments on commit 9d0c314

Please sign in to comment.