Skip to content

Commit

Permalink
adds page editor feature to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
TJTorola committed Jan 2, 2017
1 parent c001065 commit 143c360
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
Binary file added docs/readme_imgs/page-editor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 10 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,15 @@ View a launched storefront at [Pangolin4x4.com](https://www.pangoling4x4.com).

## Features

### Static Page Management

Samwise exposes a static page management interface for maintaining simple static content without diving into the actual codebase. Using the interface, users can write an escaped version of HTML for their pages. Also enhanced by Vue.js components users can write code as simple as `<catalog limit="15" />` to generate complex components such as a catalog of all items limited to 15 items per page using the code just provided.

<img src="https://github.com/TJTorola/Samwise/raw/master/docs/readme_imgs/page-editor.png" width="100%" />

The code editor interface is implamented in a seperate page so that custom css can be added to allow for previewing the page without leaving the interface or saving.


### Custom Store Items

Using interfaces generated off of custom-item schemas Samwise eases and abstracts customized item management. This allows for handling any type of item, from T-Shirts to used car parts on the same platform.
Expand Down Expand Up @@ -84,4 +93,4 @@ The resulting panels are seen below.

**Item-Panel:**

<img src="https://github.com/TJTorola/Samwise/raw/master/docs/readme_imgs/item-panel.jpg" width="100%" />
<img src="https://github.com/TJTorola/Samwise/raw/master/docs/readme_imgs/item-panel.jpg" width="100%" />

0 comments on commit 143c360

Please sign in to comment.