#
Github actions
#
LogAnalytics
PollMetaData on azure log analytics.
To retrieve FS sections with a relationship, you query:
PollMetaData_CL
| where Questionnaire_questions_s has '"isRelation":true'
| count
To retrieve all FS sections, you query:
PollMetaData_CL
| where Questionnaire_questions_s has '"fsSections":{'
| count
To retrieve number of all surveys, you query:
PollMetaData_CL
| count
#
FAQ
Q: Got the warning.svg error, why does it happen?
A: It is due to the fucked up .angular
cache. Remove it and re-run the project
Q: How to setup browser to access remote backends (production)
A:
- Open http://localhost:4200#lxRemoteDebug in your browser
- Open dev tools and execute:
localStorage.setItem('lxRemoteHost', 'https://demo-eu-1.leanix.net')
(adapt domain to your needs) - Also add remote secret:
localStorage.setItem('lxRemoteSecret', 'xso50FCylwyg')
Q: After login I am still on the workspace selector, how to logout?
A: Click the login again button in order to be fully logged out.
Q: Where are the Poll service VM logs?
A: it is accessible via link: instana link.
#
Populating zoom rooms
View
>Show Manage Participants
>Claim Host
(You can find the host key on the slack #dev channel)