EmergentSoftware / ES_Demo_Four51Storefront

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Four51Storefront (formerly AngularJSOrder)

This repository provides the app code needed for the Four51 Storefront Application

There are three primary goals to making this repository open source.

  1. Gives Four51 customers and dev partners the ability to Fork this repository to make their own custom apps
  2. Gives Four51 customers and dev partners the power to use Pull Requests to contribute new features to the code
  3. Gives Four51 customers and dev partners the power to use Issues to have control over the development road map to the application

Important Resources

Four51 Storefront API Documentation (The API documentation)
AngularJS (The JavaScript framework)
Bootstrap CSS (The css guide for the responsive design)
UI Bootstrap (Tools used throughout the application) Four51 Storefront Wiki (Description of Four51 resources)

Installation

This code base does require the existence of a Four51 Storefront app to run.

  1. Create a new Fork of this repository
  2. Log on to: http://www.four51.com/ui/logon.aspx
  3. Navigate to the Admin tab
  4. Click Get File Deployment

    (please submit a case with four51 if this is not available)
  5. Click New Git Repository...
  1. Click the "Save" button
  2. Click the newly added App Code Folder

  3. Click the "Pull Repository" button
  4. Click the "Deploy Commit" on the top most commit in the list

  5. Assign the newly added app to your 2.0 application

Tips

  • Four51 developers recommend WebStorm for developing within a repository
  • Four51 developers recommend SourceTree for managing commits
  • The js/routing.js file contains the basic road map to the app
  • The js/directives/product.js contains a listing of directives used on the product list and product detail pages
  • In general do not manipulate the js/services. Instead update the js/controllers for custom business logic
  • All Custom Solution modules should be placed in the lib/oc directory

Basic Contribution Steps

Four51 has made this repository open to the public which allows Four51 customers and dev partners to have the ability to effect the roadmap of the project by submitting code via GitHub's Pull Request functionality. If you are interested in contributing code, please see the list of open Issues, or submit your Pull Request with your new functionality. Below are some basic steps to follow if you wish to have your code reviewed by Four51.

  1. Create a new Fork of this repository
  2. Clone the new Fork locally
  3. Make updates and test your code
  4. Pull Request from your Branch to the Master
  5. Four51 will review the Pull Request and collaborate
  6. After new code is Merged Four51 will deploy the new code when appropriate

About


Languages

Language:JavaScript 56.1%Language:HTML 31.5%Language:CSS 12.3%Language:Batchfile 0.1%Language:Ruby 0.1%Language:Shell 0.0%