Coder Social home page Coder Social logo

apipulse / brbhr-frontend Goto Github PK

View Code? Open in Web Editor NEW
12.0 2.0 11.0 339 KB

it's the frontend of brbhr , A Hrms system built with react and chakra ui, Aim of this project to build production grade HRMS

License: GNU Affero General Public License v3.0

JavaScript 99.59% HTML 0.04% CSS 0.37%
hrms leave-management payroll reactjs attendance chakra-ui enterprise hr human-resources-management-system leave-management-system

brbhr-frontend's Introduction

๐ŸŒŸ World's First Open Source Project That Pays Royalties to Its Contributors ๐ŸŒŸ

๐Ÿ’ฐ Royalty Pool & Contributor Compensation

๐Ÿฆ About the Royalty Pool

Our project has established a Royalty Pool, a dedicated fund to financially compensate contributors. This pool is sustained through various sources:

  • ๐ŸŽ Donations: Received from individuals or organizations.
  • ๐Ÿ† Grants: Acquired from entities supporting open-source initiatives.
  • ๐Ÿ’ผ Revenue: Generated from services related to our project.
  • ๐Ÿค Sponsorships: Obtained from companies or individuals benefiting from our project.

๐Ÿ“Š Distribution Model

Compensation is based on a fair and transparent Royalty Points System:

  • ๐Ÿ’ป Contribution Evaluation: Contributions (coding, documentation, etc.) are assigned points based on their impact and complexity.
  • ๐Ÿ’ต Monetary Value: Points have a set monetary value, periodically adjusted to reflect the pool's status.

๐Ÿ—“๏ธ Payment Schedule

Payments are distributed following a regular schedule:

  • ๐Ÿ”„ Frequency: Payments are made annually.
  • ๐Ÿ’ณ Methods: We offer various payment methods, including bank transfer, PayPal, and cryptocurrencies.

๐ŸŒ Transparency and Reporting

We are committed to transparency:

  • ๐Ÿ“ Reporting: Regular reports detail fund inflows, outflows, and distribution.
  • ๐Ÿ” Public Records: A ledger records points earned by each contributor.
  • ๐Ÿ“ข Feedback: Contributors can provide feedback or raise concerns regarding the distribution process.

๐Ÿค Contributing Guidelines

1๏ธโƒฃ Sync Your Fork with the Original Repository

Before contributing, make sure your fork is up-to-date with the original repository to avoid merge conflicts.

  1. Add the original repository as a remote (if not already done). This remote is typically named upstream:
    git remote add upstream https://github.com/apipulse/brbhr-frontend
  2. Fetch the latest changes from the original repository:
    git fetch upstream
  3. Switch to your main branch (assuming it's named main or master):
    git checkout main
  4. Merge the changes from the original repository's main branch into your fork:
    git merge upstream/main
  5. Push the updates to your fork:
    git push origin main

2๏ธโƒฃ Create a Feature Branch

It's a good practice to create a new branch for each set of changes you plan to contribute.

  1. Create and switch to a new branch (name it according to the feature or fix you're working on):
    git checkout -b feature-branch-name

3๏ธโƒฃ Make Your Changes

Implement your changes, enhancements, or fixes in this branch, then add and commit your changes:

  1. Add your changes:
    git add .
  2. Commit your changes:
    git commit -m "Detailed commit message"
  3. Push the feature branch to your fork:
    git push origin feature-branch-name

4๏ธโƒฃ Create a Pull Request

After pushing your changes, create a pull request in the original repository:

  1. Go to the original repository on GitHub.
  2. Click "New pull request".
  3. Set the base repository to the original repository and the base branch (usually main).
  4. Set the head repository as your fork and the compare branch as your feature branch.
  5. Fill in the pull request details and submit.

5๏ธโƒฃ Follow Up

Be responsive to feedback after submitting your pull request:

  • Make additional changes if requested.
  • Engage in discussions and answer any questions.

6๏ธโƒฃ Cleanup (Optional)

After your pull request is merged:

  1. Switch to your main branch:
    git checkout main
  2. Delete the feature branch locally:
    git branch -d feature-branch-name
  3. Delete the feature branch from your fork:
    git push origin --delete feature-branch-name

Note: These steps are general guidelines. Always check the project's specific guidelines if available.

brbhr-frontend's People

Contributors

alihusnain9 avatar apipulse avatar imvikram99 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

brbhr-frontend's Issues

use classes in recuruitment module

Is your feature request related to a problem? Please describe.
when make any changes at the backend specially the type of data or some additional data that should be controllable using model classes , once we add data there it should force us every to make those changes whether it's update function or something else

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.