Giter Club home page Giter Club logo

impac-angular's People

Contributors

adamaziz15 avatar agranado2k avatar alexandrpoddubnyi-ssa avatar alexnoox avatar an-pavlovych avatar cesar-tonnoir avatar claire00 avatar clemoberti avatar enizor avatar hedudelgado avatar leomao10 avatar manu-d avatar marcobgn avatar ouranos avatar paulstuartparker avatar rheasunshine avatar x4d3 avatar xaun avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

impac-angular's Issues

Namespace Utilities service

The Utilities service is not namespace and interfering with the host application:

angular.module('impac.services.utilities', []).service('Utilities', function() {})

You can also improve the message with:

-- capitalizedAttr = attribute.charAt(0).toUpperCase() + attribute.slice(1)
++ capitalizedAttr = (attribute.charAt(0).toUpperCase() + attribute.slice(1)).replace('_', ' ')

To avoid stuff like Current_password

[Widget] [Account Comparison] Normalize Account Name bug

TypeError: Cannot read property 'account_name' of undefined
    at sort (impac-angular.js:7333)
    at Object.w.groupAccounts (impac-angular.js:7361)
    at Object.$scope.multiCompanyComparisonOnChange [as onChangeCallback] (impac-angular.js:3149)
    at impac-angular.js:3135
    at arrayEach (lodash.js:1289)
    at Function.<anonymous> (lodash.js:3345)
    at Object.$scope.callbacks.runMultiCompanyComparison (impac-angular.js:3134)
    at initializeComparisonMode (impac-angular.js:7371)
    at Object.setting.initialize (impac-angular.js:7392)
    at impac-angular.js:2321

Line 7333 is matcher = normalise(baseAccount[groupByKey]);

i18n support for impac-angular

Hi there,

Currently, PwC is planning to have Chinese support for PwC-Enterprise project, but I found that it is a bit hard to do as many texts are hard coded in impac-angular directives.

So I just want to raise this issue and see how we can add i18n support for impac-angular.

Thanks

Leo Liang

Should handle 401 error properly in `ImpacKpisSvc`

When I open my dashboard page, server return 401 response. But impac-angular output unrelated error message in the console:

ImpacKpisSvc - cannot retrieve kpis templates list

screen shot 2016-03-08 at 12 10 47 pm

Maybe ImpacKpisSvc should only catch missing kpis templates error

[Widget] New: "Notes widget"

As stupid as it sounds, I actually think this would be useful :)

A simple notes widget with several tabs to record ToDos and other useful information.

[Widget] [Accounts comparison] Selected accounts list is cleared upon company selection / checkbox ticking

Instead of completely clearing the accounts list, we should keep in the list the accounts that have previously been selected, and that match the new criteria.

Example:

Given that I have only "CompanyA" enabled, and I have selected "Account1" and "Account2",
When I enable "CompanyB"
Then it should keep "CompanyA - Account1" and "CompanyA - Account2" in the selection list

Other example:

Given that I have "CompanyA" and "CompanyB" selected, in "compare matching accounts" mode, with "Account1" selected
When I untick the checkbox,
Then it should keep "CompanyA - Account1" and "CompanyB - Account1" in the selection list

See the idea @xaun ?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.