supply-chain-rccp
v1.0.0
Published
supply-chain-rccp is a lightweight and independent module for performing Rough-cut Capacity Planning (RCCP) functions in supply chain management. It provides essential tools for evaluating capacity requirements against available resources, helping busines
Downloads
19
Maintainers
Readme
byte-packet
Overview
supply-chain-rccp
is a lightweight and independent module for performing Rough-cut Capacity Planning (RCCP) functions in supply chain management. It provides essential tools for evaluating capacity requirements against available resources, helping businesses make informed decisions on production feasibility and resource allocation with minimal setup and integration overhead. Ideal for supply chain planners and developers looking for a streamlined solution to integrate RCCP into their workflows.
Features
- Capacity Requirements Calculation: Ability to calculate capacity requirements based on production plans, demand forecasts, and bill of resources (BOR).
- Resource Availability Evaluation: Functionality to evaluate current and projected availability of key resources (e.g., labor, machinery, materials).
- Flexible Byte Packet Management: Split, combine, and manage byte arrays packets with custom metadata flags, payload sizes, and checksum sizes.
- Ease of Integration: Integrates with basic JS data formats and other supply-chain modules
Installation
npm install supply-chain-rccp
Help Improve – Your Feedback Matters! 🚀
I'm committed to making this npm package the best it can be, and need your input to do it! If this package was useful, met your expectations, or if it fell short in some way, I'd love to hear from you. Your feedback will help me understand what's working and what features are in demand.
👉 Click here or scan the QR code to give feedback in less than 60 seconds – your insights will directly influence future updates and features. Thank you for your insights! 🙌
Usage
API:
Contributing
I’d love to welcome contributions for this module. Whether it’s bug fixes, new features, or improvements to the existing codebase, feedback and input is highly valued.
How to Contribute
Fork the Repository: Start by forking the repo to your own GitHub account. Clone the Repo: Clone your fork locally to work on it.
git clone https://github.com/adam-ballinger/supply-chain-rccp.git
cd byte-packet
Create a Branch: Create a new branch to work on your changes.
git checkout -b my-new-feature
Make Changes: Implement your changes or additions. Run Tests: If you add new features or fix bugs, please run the tests to ensure the code remains stable. Write new tests for new features.
npm install --save-dev jest
npm run test
Lint your changes: Lint your changes with the eslint.config.js file for consistency accross the library.
npm install --save-dev eslint
npm run lint
#Or if you want eslint to fix:
npm run lint:fix
Commit and Push: Commit your changes and push them to your forked repository.
git add .
git commit -m "Description of your changes"
git push origin my-new-feature
Create a Pull Request: Once your changes are ready, create a pull request to the main repository. You can do this by visiting this link Pull Requests.
License
This project is licensed under the MIT License. See the LICENSE file for details.
Author
Adam Ballinger - GitHub
I'm excited about Node.js and npm. My focus is on writing code that works seamlessly in both Node.js and the browser, with a strong emphasis on creating small, lightweight packages. My goal is to ensure that everything I write is easy to understand, even for beginners, quick to implement, and adheres to best practices and conventions.
I believe in the importance of writing code as human-friendly as possible. I am an amateur with much to learn, I am dedicated to improving my skills and would appreciate any feedback or guidance from the community.