An open API service indexing awesome lists of open source software.

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

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

![Example of calendar event tabs](_docs/CalendarTabExample.png)

#### 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

![Example of task tabs](_docs/TaskTabExample.png)

#### 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)