Skip to content

gunqqer/MakerspaceBadging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published