Commit a2f0c48
RSBC Image Printing and Base64 Generation (#455)
* forms-flow-rsbcservices boilerplate initial commit, IndexedDB schema definition, staticDataApi related functions
* Updated code with DBService exposed, fixed local run issues
* installed formio related packages.
* Updated the dbService code with fetchAndSaveStaticData() exposed
* added error handling
* deleted unnecessary files
* updated the README.md
* removed unnecesary codes
* cleanedup and removed unnecessary codes
* formsflow-rsbcservices initial setup and IndexedDB integration (#4)
* forms-flow-rsbcservices boilerplate initial commit, IndexedDB schema definition, staticDataApi related functions
* Updated code with DBService exposed, fixed local run issues
* installed formio related packages.
* Updated the dbService code with fetchAndSaveStaticData() exposed
* added error handling
* deleted unnecessary files
* updated the README.md
* removed unnecesary codes
* cleanedup and removed unnecessary codes
---------
Co-authored-by: divyav-aot <divyav-aot@github>
* Updated fetchAndSaveStaticData() to only fetch and save data if the table is empty
* Updated fetchAndSaveStaticData() to only fetch and save data if the table is empty (#5)
* forms-flow-rsbcservices boilerplate initial commit, IndexedDB schema definition, staticDataApi related functions
* Updated code with DBService exposed, fixed local run issues
* installed formio related packages.
* Updated the dbService code with fetchAndSaveStaticData() exposed
* added error handling
* deleted unnecessary files
* updated the README.md
* removed unnecesary codes
* cleanedup and removed unnecessary codes
* Updated fetchAndSaveStaticData() to only fetch and save data if the table is empty
---------
Co-authored-by: divyav-aot <divyav-aot@github>
* RSBCImage form.io custom component
* Remove unneeded library
* Updated the fetchAndSaveStaticData as it was not saving some of the static data
* settings for rsbc image
* Cleanup code
* Add description on RSBCImage settings
* Testing code to generate settings json
* Add fields tracker
* sample input output and settings
* Update json converter
* adding rsbcmapping json
* RSBC mapping for VI 24Hr StageTwo
* updated test data
* added test data
* rename sample test data
* update test data
* Fix code alignment. Add test data.
* adding combined file
* adding combined mapping with highlighting missing data
* Fix bug
* Update transformJson() logic
* Fix RSBCImage placeholder
* reverting package-lock.json in forms-flow-nav
* removing hardcoded ips
* removing hardcoded ips
* reverting package-lock.json in forms-flow-nav
* reverting package-lock.json in forms-flow-nav
* updating file names
* updating README.md
* cleanup code
* fix diff on package-lock.json
* Add rsbc/7.0.0 branch to GitHub Actions and update version
* Rename forms-flow-service to forms-flow-rsbcservice in GitHub Actions workflow
* change folder structure
* FOFR-35_Implementation_of_Keycloak_Token_Handling_in_Offline_Mode
NOTE:- This PR has been created for review purposes only by the forms flow product team for inputs regarding this approach and not for any merging to any branch.
Includes:- Handling token refresh while offine to avoid any page refresh which will display the "No Internet page" to the customer.
* FOFR_35_Keycloak_fix_for_offline_page_refresh
This checkin removes some redundant comments on the new code and also the commented earlier code.
* FOFR-35_keycloak_offline_issue_fix
Removes a comment inside the code
* Put div with id on images
* put div with id
* base64 work
* store svg images in this.component
* fixing html issue
* base64 png images
* Refactor code
* adding stage as a param to getBase64Images function
* fixing RSBC Image Settings default \"\" emtpy quotation issue
* updating invalid json error message
* Add print button
* Initial code on print button function
* Print preview is perfect but losing image in main window
* Extra page on print preview when 12Hour=true only
* Fully working print button
* Display Print button only in StageOne images
* emit printResponse event
* Refactored Printing Functionality
* adding print confirmation dialog
* Bug fix: images is gone when cancel button of the print confirmation dialog is clicked
* Dont allow multiple instances of confirmation dialog box
* Cleanup codes
* Cleanup codes
* Add descriptions on each functions
* Update README.md
* Optimize getTransformedInputData() function
* Address sonarqube issues
* Fix sonarqube issues
* Fix sonarqube issues
* fixing issue 21 - member is never reassigned
* fixing fill tag is not allowed issue
* updating as -> AS to fix sonar issue
* Fix sonarqube issues
* Fix sonarqube issues
* Address sonarqube issues
* Fix sonarqube issues
* Add .dockerignore
* Fix sonarqube issues
* Fix sonarqube issues
* Fix sonarqube issues
* Restore Dockerfile
---------
Co-authored-by: divyav-aot <divyav-aot@github>
Co-authored-by: Divya Viswanath <79858022+divyav-aot@users.noreply.github.com>
Co-authored-by: isuru <isuru.gunawardana@aot-technologies.com>
Co-authored-by: jimin-aot <jimin.byun@aot-technologies.com>
Co-authored-by: Isuru AOT <118843449+isuru-aot@users.noreply.github.com>
Co-authored-by: sandeep-aot <89100322+sandeep-aot@users.noreply.github.com>
Co-authored-by: Jimin Byun <148512774+jimin-aot@users.noreply.github.com>
Co-authored-by: isuru <isuru.gnw@gmail.com>1 parent 70be2e1 commit a2f0c48
File tree
55 files changed
+25561
-4
lines changed- .github/workflows
- forms-flow-rsbcservice
- src
- assets
- component/RSBCImage
- constants
- endpoints
- helpers
- print
- request
- resourceBundles
- storage
- forms-flow-service/src/keycloak
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
55 files changed
+25561
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
0 commit comments