https://github.com/vtfk/handlebar-templates
Templates for Valo Universal web part used on Innsida
https://github.com/vtfk/handlebar-templates
handlebarsjs valo-templates
Last synced: about 1 month ago
JSON representation
Templates for Valo Universal web part used on Innsida
- Host: GitHub
- URL: https://github.com/vtfk/handlebar-templates
- Owner: vtfk
- License: mit
- Created: 2020-09-30T13:54:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-21T17:58:00.000Z (over 2 years ago)
- Last Synced: 2025-02-10T22:35:21.234Z (3 months ago)
- Topics: handlebarsjs, valo-templates
- Language: HTML
- Homepage:
- Size: 182 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# handlebar-templates
Templates for the [VTFK API Template](https://github.com/vtfk/spfx-apitemplate) web part used on our intranet, ___Innsida___.
"VTFK API Template" uses handlebars to dynamicly generate the web parts, with API data from any source. These templates/web parts is only tested and verified to work on Sharepoint Online.
## Templates
### Calendar Event Tabs

#### Description
The universal calendar event tab web part generates dynamic tabs based on data from the [azf-calendar-api](https://github.com/vtfk/azf-calendar-api). The Azure function gets the events from Microsoft Graph (using the users access token), and uses this template to display it on the intranet.
#### Links:
:link: __Handlebars Template:__ [calendar/CalendarEventTabs.html](calendar/CalendarEventTabs.html)
:link: __Azure functions API:__ [azf-calendar-api](https://github.com/vtfk/azf-calendar-api)### Task Event Tabs

#### Description
This web part displays tasks from different sources to the end user. Gets data from Azure function [azf-tasks-api](https://github.com/vtfk/azf-tasks-api), that collects the tasks from Planner, To Do, Visma, (and Public 360), so the users don't have to check for tasks in the business applications for them self.
#### Links:
:link: __Handlebars Template:__ [tasks/TasksTabs.html](tasks/TasksTabs.html)
:link: __Azure functions API:__ [azf-tasks-api](https://github.com/vtfk/azf-tasks-api)## Questions?
Please [create an issue here](https://github.com/vtfk/handlebar-templates/issues), if you have any questions, concerns, or issues.
## License
[MIT](https://github.com/vtfk/handlebar-templates/blob/master/README.md)