Code Monkey home page Code Monkey logo

p12_front-end's Introduction

HRnet

Welcome to HRnet! This is our company's internal application to create and view employee records.

p12_front-end's People

Contributors

hayvthom avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

p12_front-end's Issues

[HRnet] Dropdown menus are slow and inconsistent

The dropdowns that we are currently using in the Create Employee form, for selection of address state and employee department, are pretty slow and behave inconsistently sometimes. Users have reported the order of the dropdown options changing unexpectedly, as well as other issues such as seeing very long load times to populate the options. Let's create a React component for this and see if we can speed it up and stabilize it.

This is the jQuery plugin that we are currently using for our dropdowns: https://github.com/jquery/jquery-ui/blob/master/ui/widgets/selectmenu.js

Here's an example of what it looks like in our app:
Screen Shot 2020-07-12 at 10 53 00 AM

[HRnet] The modal dialog is very difficult to style

The modal dialog that we are currently using to confirm when new employee records are created does not match the design system that our designers want to use, and this plugin is very incompatible with applying custom styles. Let's create our own React component for this which we can style however we need to.

This is the jQuery plugin that we're currently using for modals: https://github.com/kylefox/jquery-modal

Here is what it currently looks like in the app:
Screen Shot 2020-07-12 at 10 49 27 AM

[HRnet] Current Employees table is very slow to load new data

The table plugin that we use to list current employees is very slow to load new data when we add new employee records. It seems to be creating and loading the whole table each time. Let's create a React component that is smarter about rendering new data and only renders new rows when they are added.

Here is the jQuery plugin that we are currently using for the current employees list: https://github.com/DataTables/DataTables

Here's what it current looks like in the app:
Screen Shot 2020-07-12 at 10 46 39 AM

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.