A Inventory Management System for a NYLT Course or other Boy Scout Programs.
For source code documentation, click here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
This project currently uses Qt 5.3.9, with the MSVC2017-64bit kit, and a SQLITE databased backend.
- DB Browser for SQLITE can be found here: http://sqlitebrowser.org/
- Qt - Open Source can be found here: https://www1.qt.io/download-open-source/
DB Browser for SQLITE
- Download correct version for your system.
- Run the installer.
- Specify the directory where DB Browser for SQLITE will be installed.
- Follow the rest of the installer's prompts.
Qt
-
Download from website provided.
-
Run the installer.
-
Login with a Qt Account or follow the steps provided to create one.
-
Specify the directory where Qt will be installed. (~30 GB)
-
Select Components
- Select "Qt Creator [version #]"
- Expand "Qt" tab.
- Select "Qt 5.9.3" or higher.
-
Follow the rest of the installer's prompts.
Testing will include continuous integration testing using Travis.ci and regression testing using QtTestLib and Travis.ci.
This is simply ci test. This project uses two online ci services, Travis and Appveyor.
Travis.ci will use .travis.yml and Shell build scripts to build the project. If any new addtions create compile-time conflicts, they
will be shown here.
Click here to see the latest travis.ci build status.
Appveyor will use appveyor.yml to build the project. If any new addtions create compile-time conflicts, they
will be shown here.
Unit tests written with the QtTestLib will be run on travis.ci. If any tests fail, travis.ci build state will be set to
failed. Tests will be exported to Codecov for a coverage report. UI classes will not be tested.
Tests will be verbose and should cover all possible paths within a function.
This project will follow the examples at this link.
Coverage will be handled by Codecov. The coverage report is generated during the test build in travis.ci. The reports are uploaded from travis back to Codecov. This project has no target coverage percentage, but any tests that can be written should be writen.
This project uses standard C++ style and Doxygen comments on all function prototypes, class definitions and enum definitions. Doxygen comments should only be in .h files. In .cpp files, regular C++ comments should be used.
For more in-depth details regarding style, click here to go to the style page.
No deployment plan at this time. Still in development.
- Qt Framework - Desktop application framework
- SQLITE - Data Management
- Doxygen - Autogenerating documentation
Message me if you want to contribute.
This project uses SemVer for versioning. For the versions available, see the tags on this repository.
- Robert Baker - Initial work & main author - github profile
- Alex Hwang - Tester & Dev - github profile
- Patrick Beemer - Tester & Dev - github profile
- Bryce Tsuyuki - Tester & Dev - github profile
See also the list of contributors who participated in this project.
This project is licensed under the GPL 3.0 License - see the LICENSE.md file for details
- Jeroen de Bruijn - Auto generation and deployment script for Doxygen after successful travis.ci build.
- Nayuki - Full featured Svg encoder for QR-Codes