Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 839 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 839 Bytes

Makerspace Badging system (WIP!)

A system that tracks user training in a Makerspace. If your machines are different you'll have to fork and adapt it yourself. Or make a pull request to make it fully generic.

Building

Requires C++20

Requires MariaDB >= 10.7

Requires MariaDB C++ Connector

Requires argparse (CMake will automatically get argparse via FetchContent)

git clone https://github.com/gunqqer/MakerspaceBadging.git
cd MakerspaceBadging
mkdir build; cd build;
cmake ..
make

TODO

  • Finish SQLBridge
    • Selects
    • Inserts
    • Deletes
    • Updates
  • Menu system
  • Create user interface
  • Add testing
  • Add CLI arguments
  • Add logging