Skip to content

Commit a528dac

Browse files
authored
Merge branch 'main' into fdassie
2 parents fa7bb03 + a742487 commit a528dac

11 files changed

Lines changed: 86 additions & 3 deletions

File tree

.github/workflows/pr_tester.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: Trivy Checker
2+
3+
on:
4+
pull_request:
5+
6+
jobs:
7+
test:
8+
uses: FAST-Computing/.github/.github/workflows/trivy-checker.yml@main

docs/.vitepress/config.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ export default defineConfig({
8787
collapsed: true,
8888
items: [
8989
{ text: 'Slack', link: '/tools/productivity/slack' },
90+
{ text: 'Google Account', link: '/tools/productivity/google_account' },
9091
{ text: 'GoodDay', link: '/tools/productivity/goodday' },
9192
{ text: 'Canva', link: '/tools/productivity/canva' },
9293
{ text: 'Iso 9001:2025', link: '/tools/productivity/quality_control' },
Lines changed: 8 additions & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

docs/public/logos/googleapps.svg

Lines changed: 11 additions & 0 deletions
Loading
Lines changed: 11 additions & 0 deletions
Loading

docs/tools/coding/git.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,4 +308,4 @@ jobs:
308308
# Args
309309
max-lines: 6000
310310
```
311-
:::
311+
:::

docs/tools/productivity/canva.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,10 @@
22
outline: deep
33
---
44

5-
# <img src="/logos/canvalogo.svg" style="display: inline-block; vertical-align: middle; height: 48px; margin-right: 8px;"> Canva
5+
# <img src="/logos/canvalogo.svg" style="display: inline-block; vertical-align: middle; height: 48px; margin-right: 8px;"> Canva
6+
7+
Canva is a cloud-based graphic design platform that enables users to create visual content through an intuitive drag-and-drop interface. It provides ready-made templates, stock images, icons, fonts, and design tools for producing presentations, social media graphics, posters, videos, documents, websites, and marketing materials.
8+
9+
You can watch this beginner introduction to understant the basics: https://www.youtube.com/watch?v=Wz6LAD5A-7M
10+
11+
For more advanced features here's a full tutotial: https://www.youtube.com/watch?v=Dgha6qBtAwQ

docs/tools/productivity/goodday.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ outline: deep
44

55
# <img src="/logos/gooddaylogo.png" style="display: inline-block; vertical-align: middle; height: 48px; margin-right: 8px;">GoodDay
66

7-
https://www.goodday.work/
7+
Good Day Platform is a cloud-based work management and collaboration platform that helps teams plan projects, manage tasks, track progress, and improve productivity. It combines project management, time tracking, workflow automation, and performance monitoring in a single system, enabling teams to work more efficiently and stay aligned on goals and deadlines.
8+
9+
You can signin ( with your work mail ) and acces the platform here: https://www.goodday.work/
810

911
Welcome to the internal project management guidelines for **GoodDay**. This document outlines the hierarchy, board statuses, tracking conventions, and task ownership rules to ensure consistency and accurate time tracking across all teams.
1012

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
outline: deep
3+
---
4+
5+
When your Goggle account is activated, you can acces all the Google tools by clicking the <img src="/logos/googleapps.svg" style="display: inline-block; vertical-align: middle; height: 1em" alt="Google apps"> icon on the upper right corner of the page.
6+
7+
# <img src="/logos/google_calendar.svg" style="display: inline-block; vertical-align: middle; height: 48px; margin-right: 8px;"> Google Calendar
8+
9+
In order to see also the two calendars for **smart working** and **off days** you have to:
10+
11+
1 - click the **+** icon beside **Other Calendars** and select **Subscribe to calendar** in the popup.
12+
13+
2 - in the opened page paste the two strings below ( you have to repeat the operation for every link ).
14+
15+
c_81db859254bb9003daaff39aa3a022463d6a494bda0c8ce046c73bcd56b39d73@group.calendar.google.com
16+
17+
c_0f083c24732b54673235e94c07c1e89e3317e351f66e1e48beee4e92bfb7475e@group.calendar.google.com
18+
19+
20+
<br>
21+
22+
# <img src="/logos/Google_Drive_icon.svg" style="display: inline-block; vertical-align: middle; height: 48px; margin-right: 8px;"> Google Drive
23+
24+
In Google Drive -> Shared drives you can find the shared folders with all the documentation and files related to the company,
25+
in the folders:
26+
27+
in the folders:
28+
29+
- **FORMAZIONE**
30+
- **GENERAL**
31+
- **MANAGEMENT**
32+
- **PROJECTS**
33+
- **TEMPLATES**

0 commit comments

Comments
 (0)