Skip to content

The NHHC Workplace Management System is a comprehensive tool designed to streamline workplace operations by managing resources, employees, and daily tasks in a centralized system. Built with Python, Django, and PostgreSQL, it facilitates efficient operations, performance tracking, and resource allocation.

Notifications You must be signed in to change notification settings

blackberry-py/nhhc_workplace_management_system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

NHHC Workplace Management System

The NHHC Workplace Management System is a custom comprehensive tool for user management.
Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

[Product Name Screen Shot][product-screenshot]](http://netthandshome.care)

The NHHC Workplace Management System is a custom comprehensive tool designed to streamline workplace operations by managing resources, employees, and daily tasks in a centralized system. Built with Python, Django, and PostgreSQL, it facilitates efficient operations, performance tracking, and resource allocation.

It is a bespoke HRIS system that is customized around contractual requirements set forth by Partner of the Illinois Department of Aging. At the time of this writing, any client or patient information has been excluded.

This application makes no claims to be HIPPA compliant. While it's design does follow the core precepts of data privacy and security in the United States, it does require individualized production harding.

(back to top)

CareNett Django Application Architecture

graph TD
    A[Django Application] --> B[Security Middleware]
    A --> C[Caching Layer]
    A --> D[Authentication]
    A --> E[Logging]
    A --> F[Background Workers]

    B --> B1[CSRF Protection]
    B --> B2[SSL Redirect]
    B --> B3[XSS Filter]

    C --> C1[Redis Cache]
    C --> C2[Session Cache]
    C --> C3[Celery Cache]

    D --> D1[AllAuth]
    D --> D2[Custom Employee Model]
    D --> D3[Defender Login Protection]

    E --> E1[Loguru Logger]
    E --> E2[Logtail Handler]

    F --> F1[Celery]
    F --> F2[Background Task Queue]

    G[Database] --> A
    G --> H[PostgreSQL]
    G --> I[SSL Encrypted Connection]

    J[Storage] --> A
    J --> K[AWS S3]
    J --> L[Private/Public Media Storage]

    M[Monitoring] --> N[Prometheus]
    M --> O[Health Checks]
Loading

Built With

  • Primary Coding Language: Python (V3.12.5)
  • Frameworks: Static Badge
  • Database/DBMS: Relational - Static Badge
  • Cache Data Store: DragonFly DB [![PostgreSQL][PostgreSQL.com]][PostgreSQL-url]
  • Secrets Management: Doppler

(back to top)

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • Python 3.11+
sudo apt-get install python3

Installation

  1. Clone the repo
git clone https://github.com/Terry-BrooksJr/nhhc_workplace_management_system.git
  1. Install Python packages
pip install -r requirements.txt
  1. Set up the database
python manage.py migrate
  1. Run the development server
python manage.py runserver

(back to top)

Usage

This system can be used for managing daily operations, tracking employee performance, and handling resource allocation within the workplace.

For more examples, please refer to the User Manual

(back to top)

Roadmap

  • Printing Employee Profiles For Auditing
  • Enhancing Announcements to also send SMS announcements campaigns
  • Develop Resource Management Module
  • Add Employee Performance Tracking
  • Integrate with third-party tools

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

Top contributors:

contrib.rocks image

License

Distributed under the GNU General Public License. See LICENSE.txt for more information.

(back to top)

Contact

Terry Brooks Jr - @twitter_handle - terry.brooks@brooksjr.com

Project Link: https://github.com/Terry-BrooksJr/nhhc_workplace_management_system

(back to top)

Acknowledgments

About

The NHHC Workplace Management System is a comprehensive tool designed to streamline workplace operations by managing resources, employees, and daily tasks in a centralized system. Built with Python, Django, and PostgreSQL, it facilitates efficient operations, performance tracking, and resource allocation.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 7