-
I am studying the implementation of the plugin in my company.
These doubts arose after following the project's README faithfully and not obtaining satisfactory results. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Hi @padupe and thanks for the questions.
It's one way, how to implement the process (SharePoint form -> azure storage). This was the way of Oriflame. But you may have your own storage (e.g. github repo), see #111 or you can implement your own API to retrieve the data. Maybe it would be good to mention this in the readme to bring more clarity to this.
Not sure, what you mean. Can you please clarify what you want to achieve and why? |
Beta Was this translation helpful? Give feedback.
-
@jvilimek I used #111's indication, replicating the entire structure presented in sample-data and got the following error: My [...]
proxy:
[...]
'/scorecards':
target: 'https://raw.githubusercontent.com/raizen-devops/tech-hub/feat/8002-score-card/raizen/'
headers:
Authorization: 'token ${GITHUB_PATOKEN}'
[...]
scorecards:
jsonDataUrl: /api/proxy/scorecards/
[...] |
Beta Was this translation helpful? Give feedback.
Hi @padupe and thanks for the questions.
It's one way, how to implement the process (SharePoint form -> azure storage). This was the way of Oriflame. But you may have your own storage (e.g. github repo), see #111 or you can implement your own API to retrieve the data. Maybe it would be good to mention this in the readme to bring more clarity to this.
Not sure, what you mean. Can you please clarify what you want to achieve and why?