Skip to content

pull latest from ollisGit #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Mar 7, 2021
Merged

Conversation

WyattNielsen
Copy link
Owner

No description provided.

OllisGit and others added 13 commits January 24, 2021 21:41
* update plainingprogress section

* External Database first version

* A lof of stuff "under the hood"
- added mysql-driver
- databasee type and connection handling changed
- tests covered all databasemanager operations
- docker supports postgreas and mysql

* Implement QR code generation and "scanning"

Two new methods /generateQR/<databaseID> and /QR/<databaseID>
/generateQR will return a jpg QR code with url encoded data for /QR
 for the given spool
/QR will select and load the given spool and then redirect to the
 SpoolManager tab if successful

QR codes can be viewed in the spool page and printed and then scanned
 with any phone / qr reader

* Preparation for database-scheme v4 done

* Preparation for database-scheme v4 done

Co-authored-by: VibroAxe <[email protected]>
- #103 Removed database driver
Bugfix of #103, #104 rename column not supported
Bugfix of #103, #104 rename column not supported
Improved logging
Bugfix of #103, #104 rename column not supported
Improved logging
Improved zip-build
- #109 new columns overwritten by renaming script
* Update SpoolManager.js

Fix javascript QR code selection

* Update SpoolManager.js

Fix sidebar not being updated when spool selecting by QR Code

* Update SpoolManager.js

Display the SpoolManager tab when scanning a spoolManager barcode

* Update SpoolManager.js

* Update SpoolManager.js

Perform tab switch after selectSpool to allow page to finish loading

* Use relative pathing for QR Code

Fixes #111 using relative pathing,
It might be better to do this using jinja native but I can't currently find a basepath reference

* Update SpoolManager_tab_dialogs.jinja2

Use flask's url_for instead of hard coding

* Update SpoolManager_tab_dialogs.jinja2

Url_for needs full class pathing

* Tidied up url_for implementation

Use proper routing parsing for generateQRCode

* Return to index for url_for

Can't use fully qualified procedure reference as we don't know the params yet

* Fix incorrect plugin path

Fix incorrect plugin path

* Generate external qr code

QR code was using internal URL
@WyattNielsen WyattNielsen merged commit 7e3df86 into WyattNielsen:master Mar 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants