2017 © Pedro Peláez
 

library front-bundle

DiamanteDesk Front Bundle

image

diamante/front-bundle

DiamanteDesk Front Bundle

  • Friday, October 20, 2017
  • by odi-um
  • Repository
  • 10 Watchers
  • 2 Stars
  • 820 Installations
  • JavaScript
  • 2 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 11 Versions
  • 0 % Grown

The README.md

DiamanteDesk Front Bundle

DiamanteDeskFrontBundle is a part of DiamanteDesk system. This software extends its base functionality with frontend UI available for customers, allowing them to submit and monitor status of their tickets through web., (*1)

Installation

Add as dependency in composer:, (*2)

composer require diamante/front-bundle

Install assets via Symfony using the following command:, (*3)

php app/console assets:install

Configuration

Frontend is accessible at this URL. This URL should not be covered by standard Oro Platfrom authentication. You should add additional configuration to firewalls section in app/config/security.yml:, (*4)

front_diamante:
    pattern:        ^/portal
    provider:       chain_provider
    anonymous:      true

In order to reset and update password url you should use anonymous user. Add the following rule in the same section as above:, (*5)

front_diamante_reset_password:
    pattern:        ^/portal/password/*
    provider:       chain_provider
    anonymous:      true

Development

Requirements for Development

DiamanteDesk Front Bundle development requires such software to be installed:, (*6)

  • Node.JS
  • NPM
  • Grunt (installed globally)
  • Bower (installed globally)

The source code can be found in the @DiamanteFrontBundle/Resources/front folder. This folder has the following structure:, (*7)

@DiamanteFrontBundle
+-- Resources
|    +-- assets
|    |    +-- img
|    |    +-- js
|    |    +-- less
+-- .bowerrc
+-- bower.json
+-- Grungfile.js

Application uses Bower to manage all asset dependencies, which will be installed in assets/js/vendor., (*8)

After the source code is changed, run Grunt or execute the following command:, (*9)

php app/console diamante:front:build

NPM Dependencies

All dependencies required for the development are specified at @DiamanteFrontBundle/packages.json file and can be installed using the following command:, (*10)

npm install, (*11)

To update the dependencies, execute the following command:, (*12)

npm update, (*13)

Contributing

We appreciate any effort to make DiamanteDesk functionality better; therefore, we welcome all kinds of contributions in the form of bug reporting, patches submitting, feature requests or documentation enhancement. Please refer to the DiamanteDesk guidelines for contributing if you wish to be a part of the project., (*14)

The Versions

09/03 2017
16/09 2015

dev-feature/customer-management

dev-feature/customer-management https://github.com/eltrino/DiamanteFrontBundle

DiamanteDesk Front Bundle

  Sources   Download

OSL-3.0

The Requires

 

The Development Requires