Giter Club home page Giter Club logo

bluewave-hrm's Introduction

BlueWave HR

The BlueWave HR is a people and resource management application for your organization. It has the following features:

  • Team management
  • Employee management
  • Time off & vacation management
  • Reporting

Time off settings

bluewave-hrm's People

Contributors

gorkem-bwl avatar gorkemcetin avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

bluewave-hrm's Issues

Logging and troubleshooting methods

  • Implementing logging mechanisms to track HRM system activities and errors for troubleshooting purposes

This implementation needs an API backend as it will be visible from the user interface, for example:

  • When a user's department type changes
  • When the status of a user changes from onboarding to active
  • When a user's salary has changed
  • When there is a time off policy requested
  • When a time off policy is accepted

Define colors, text, menu icons and popup menu

Implement the following with Reactjs & MUI:

  • Drop down with search
  • Selectable drop downs
  • Define colors
  • Define text used in the app
  • Implement menu and menu icons
  • Implement popover menu
Screen element 3

Time off request backend logic

  • Implementing workflows for approval processes related to leave requests
  • Writing backend logic to handle time off requests

Setting up / implementing the database schema

  • Designing the database schema to store user data, employee information and organization structure
  • Implementing data models for entities like users, employees, departments, positions, salary details, etc.
  • Building RESTful APIs to interact with the frontend and perform CRUD operations on various entities.
  • Defining endpoints for functionalities such as user management, employee management, department management and leave management

Implementing user registration, login, and logout functionalities

Schema design:

  • Define the schema for the user table, including fields such as username, email, password (hashed), etc.

Registration endpoint:

  • Create an endpoint to handle user registration
  • Validate incoming user data (e.g., username uniqueness, password strength)
  • Hash and store passwords securely in the database

Login endpoint:

  • Implement an endpoint for user login
  • Verify user credentials against the stored data.
  • Generate and return a JWT (JSON Web Token) upon successful authentication.

Logout Endpoint:

  • Implement an endpoint for user logout.
  • Invalidate or expire the JWT token.

Session management:

  • Handle user sessions securely (e.g., token expiration, token refreshing)

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.