Code Monkey home page Code Monkey logo

salaryschedules's People

Contributors

thekaveman avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

salaryschedules's Issues

Simplify javascript

SalarySchedulesApp isn't doing anything but getting in the way. We can simplify and avoid maintaining state about ko bindings and dealing with unnecessary scopes.

  • Start by hoisting the ko view models out of SalaryScheduleApp
  • Required state can go to jQuery document load handler $(function() { ... });
  • Button click handlers work directly with scoped state and view models
  • The loader icon is cheesy at best. Get rid of it.

Improve bargaining unit interaction

Each code in the table of bargaining units is clickable, the effect of which is to filter the list of job classes by the selected bargaining unit.

It isn't obvious that this is the behavior of the bargaining unit links. Some explanatory text would be helpful.

There should also be an indication of what bargaining unit's job classes are currently being displayed.

A "reset" button of sorts, to re-display all job classes in all bargaining units, should be made available when a particular bargaining unit is selected.

Split client into separate repository

It's becoming a pain to deal with the two separate projects (server-side parser, client-side data explorer) in the same git repo.

Instead, let's create SalarySchedules.Client as its own repo, by pushing the existing gh-pages branch over.

Then we'll delete the gh-pages branch from this repository, which will transition to solely managing the server components.

Improve DateTime serialization

DateTimes are currently serialized from C# into JSON like:

"ReportRunDate": "\/Date(1277449200000)\/"

This could be improved, as it's not entirely obviously what to do with that value.

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.