# imaxel-woocommerce

Wordpress plugin

## Developer guide

See the `doc/developer-guide.md` file for a more complete development documentation.

## Project Layout
	|-/				root folder
    |-assets/       assets folder (css, js, img)
    |-includes/     library folder
    |-language/     language files    

## Requisites


## Development


## Translation


## Deployment

The deployment workflow consists in uploading the source code to the Imaxel Wordpress SVN repository

Repository url: https://plugins.svn.wordpress.org/imaxel-woocommerce/ 

Repository credentials stored in Keeweb https://drive.google.com/file/d/1FMJu-V3mkajNwAyd4MaXWDbJKUPJaat5/view?usp=sharing

Steps:
    
    Deployment structure
    
    |-assets/       
    |-includes/     
    |-language/         
    |-install.sql
    |-README.md
    |-README.txt
    |-woocommerce-imaxel.php
    
    * Create version tag folder in svn/tags/
    
    * Copy files to svn/tags/version
      
    * Copy files to svn/trunk
    
    

There are two distribution branches and accompanying S3 buckets:

    The beta distribution branch which is used internally for the application user acceptance tests. The beta branch S3 bucket name is beta-imaxel.
    The stable distribution branch which is used by the application end users. The stable branch S3 bucket name is stable-imaxel.


## Release History

See `changelog.md`
  
## License

See `LICENSE`

