Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(user-onboarding): base code for user-onboarding lib (#203)
* base code for user-onboarding lib * Delete test.ts * update * update 11/05 * added functionality of tour-service * update * removed code smells * update * update * update * Update package.json * update * Update tour-store-service.service.ts * feat (usr-onboarding): base code for the library * feat(user-onboarding): base code for user-onboarding library add the default commands for the user incase the user doest not regiter the commands * fix(user-onboarding): update package json fix the dependency issue * fix(user-onboarding): magic number error fix fix the magic number error in sonar cloud * fix(user-onboarding): code smells fix fix some other code smells * fix(user-onboarding): fix the security error fix the session ID error regarding weak cryptography * fix(user-onboarding): change the filter function change the filter function for removing the extra steps not needed when the tour is run again * fix(user-onboarding): code smell fix fix some code smells * fix (user-onboarding): code smell fix fix some code smells * fix(user-onboarding): code smell fix fixed some code smells in the code * fix(user-onboarding): code smell fix fixed some code smells in the code * fix(user-onboarding): code smell fix fixed some code smells in the code * fix(user-onboarding): code smell fix fixed some code smell in the code * fix(user-onboarding): code smell fix fixed some code smells in the code * feat(user-onboarding): Session ID functionality added the session ID functionality in the tour to resume from the last viewed step * fix(user-onboarding): code smell fix fixed some code smells in the code * fix(user-onboarding): fix the step navigating issue added the removed steps array for keeping a track of the removed steps so that those can also be traverses if the tour is resumed from a specific step * fix(user-onboarding): code smell fix fixed some codesmells in the code * fix(user-onboarding): code smell fix fixed some code smells in the code * fix(user-onboarding): linting issues fix fixed some linting issues in the code specified in the PR * fix(user-onboarding): code smell fix fixed some code smells in the code * fix(user-onboarding): add README added README for the client * fix(user-onboarding): README fix fixed the readme in the client * fix(user-onboarding): lerna bootstrap fix fix the lerna bootstarp issue * fix(user-onboarding): lerna bootstrap fix fixed the issues listed by lerna bootstrap * fix(user-onboarding): fix linting issues fixed some linting issues specified by the lerna lint * fix(user-onboarding): fix for codesmells fixed codesmells in the code * fix(user-onboarding): code smell fix fixed some code smells in the code * fix(user-onboarding): linting issues fix fixed the linting issues specified by the lerna lint * fix(user-onboarding): linting issues fix fixed some linting issues raised by the lerna lint * fix(user-onboarding): lerna bootstrap error fix fixed the lerna bootstrap issue * fix(user-onboarding): lerna bootstrap error fix fixed lerna bootstrap error * fix(user-onboarding): lerna test fix added test.ts file * fix(user-onboarding): lerna test fix fixed the freezing issue of lerna test * fix(user-onboarding): lerna test fix fixed the issues specified by lerna test * fix(user-onboarding): lerna test fix and code smells fixed lerna test issues and code smells * fix(user-onboarding): issue fix fixed issues in lerna test * fix(user-onboarding): map codesmell fix fixed the map codesmell * fix(user-onboarding): lerna bootstrap fix fixed lerna boot strap error * base code for user-onboarding lib * Delete test.ts * update * update 11/05 * added functionality of tour-service * update * removed code smells * update * update * update * Update package.json * update * Update tour-store-service.service.ts * feat (usr-onboarding): base code for the library * feat(user-onboarding): base code for user-onboarding library add the default commands for the user incase the user doest not regiter the commands * fix(user-onboarding): update package json fix the dependency issue * fix(user-onboarding): magic number error fix fix the magic number error in sonar cloud * fix(user-onboarding): code smells fix fix some other code smells * fix(user-onboarding): fix the security error fix the session ID error regarding weak cryptography * fix(user-onboarding): change the filter function change the filter function for removing the extra steps not needed when the tour is run again * fix(user-onboarding): code smell fix fix some code smells * fix (user-onboarding): code smell fix fix some code smells * fix(user-onboarding): code smell fix fixed some code smells in the code * fix(user-onboarding): code smell fix fixed some code smells in the code * fix(user-onboarding): code smell fix fixed some code smells in the code * fix(user-onboarding): code smell fix fixed some code smell in the code * fix(user-onboarding): code smell fix fixed some code smells in the code * feat(user-onboarding): Session ID functionality added the session ID functionality in the tour to resume from the last viewed step * fix(user-onboarding): code smell fix fixed some code smells in the code * fix(user-onboarding): fix the step navigating issue added the removed steps array for keeping a track of the removed steps so that those can also be traverses if the tour is resumed from a specific step * fix(user-onboarding): code smell fix fixed some codesmells in the code * fix(user-onboarding): code smell fix fixed some code smells in the code * fix(user-onboarding): linting issues fix fixed some linting issues in the code specified in the PR * fix(user-onboarding): code smell fix fixed some code smells in the code * fix(user-onboarding): add README added README for the client * fix(user-onboarding): README fix fixed the readme in the client * fix(user-onboarding): lerna bootstrap fix fix the lerna bootstarp issue * fix(user-onboarding): lerna bootstrap fix fixed the issues listed by lerna bootstrap * fix(user-onboarding): fix linting issues fixed some linting issues specified by the lerna lint * fix(user-onboarding): fix for codesmells fixed codesmells in the code * fix(user-onboarding): code smell fix fixed some code smells in the code * fix(user-onboarding): linting issues fix fixed the linting issues specified by the lerna lint * fix(user-onboarding): linting issues fix fixed some linting issues raised by the lerna lint * fix(user-onboarding): lerna bootstrap error fix fixed the lerna bootstrap issue * fix(user-onboarding): lerna bootstrap error fix fixed lerna bootstrap error * fix(user-onboarding): lerna test fix added test.ts file * fix(user-onboarding): lerna test fix and code smells fixed lerna test issues and code smells * fix(user-onboarding): lerna test fix fixed the issues specified by lerna test * fix(user-onboarding): issue fix fixed issues in lerna test * fix(user-onboarding): map codesmell fix fixed the map codesmell * fix(user-onboarding): lerna bootstrap fix fixed lerna boot strap error * fix(user-onboarding): lerna test fix lerna test fix * fix(user-onboarding): lerna bootstrap fix fixed lerna error * fix(user-onboarding): lerna test issue fix fixed lerna test issues * fix(audit-service): typo error fix in package.json fixed a typo error in package.json in audit service Co-authored-by: akshatdubeysf <[email protected]>
- Loading branch information