Skip to content

Commit

Permalink
Updates for session digital-sustainability#6
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusTiede committed Apr 10, 2024
1 parent 28a7823 commit 8b6c88c
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/slides/content/06/01.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ WSEG / FS24

10.40 - 11.15

### 2 x hands-on Demo
### 2 x hands-on Demos

11.20 - 12.00
--
Expand Down
14 changes: 14 additions & 0 deletions docs/slides/content/06/04.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@
Individuals: https://agilemanifesto.org
--
![Team](https://scaledagileframework.com/wp-content/uploads/2022/10/SAFe_Team_Kanban_F03-1.svg)
--
![](https://synapsenstau.de/wp-content/uploads/2021/11/T-Shape-Skill-Modell.jpg)

Development Team: [T-shaped and π-shaped](https://en.wikipedia.org/wiki/T-shaped_skills) skills
--
![](https://www.collidu.com/media/catalog/product/img/1/f/1f50f47af0a6c95aa0552337830c675b3c1a42a588a3b60eee118c0c3f164efd/t-shaped-skills-slide1.png)
--
![](https://certibanks.com/images/I-T-PI-Comb-Shaped.jpg)

https://1x.engineer <> 10x engineer
--
![](https://scaledagileframework.com/wp-content/uploads/2022/10/Agile_Release_Train_F05-3.svg)

Agile teams are [cross-functional](https://scaledagileframework.com/agile-teams/)
---
# 💡

Expand Down
62 changes: 62 additions & 0 deletions docs/slides/content/06/10.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,66 @@
# hands-on Demo #1

Strapi & Insomnium
--
# 💪

https://docs.strapi.io/dev-docs/quick-start

http://localhost:1337

`The server is running successfully (v0.1.0)`

<hr>

https://github.com/ArchGPT/insomnium > https://insomnia.rest
--
POST : http://localhost:1337/api/auth/local/register

```json
{
"username": "testuser",
"email": "[email protected]",
"password": "123456"
}
```
<hr>
200 OK

```json
{
"jwt": "[...]",
"user": {
"id": 1,
"username": "testuser",
"email": "[email protected]",
[...]
"createdAt": "2024-04-10T09:52:57.434Z",
[...]
}
}
```
--
POST : http://localhost:1337/api/auth/local

```json
{
"identifier": "testuser",
"password": "123456"
}
```
<hr>
200 OK

```json
{
"jwt": "[...]",
"user": {
"id": 1,
"username": "testuser",
"email": "[email protected]",
[...]
"createdAt": "2024-04-10T09:52:57.434Z",
[...]
}
}
```
4 changes: 4 additions & 0 deletions docs/slides/content/06/12.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ Deadline 19.04.

[Deliverable 2: Blogbeitrag mit Merge-Request](https://gitlab.ti.bfh.ch/groups/dsl-student-projects/wseg-24-fs/-/issues)

<hr>

Umfrage "Chatbot-geleitete Reflexion in der tertiären Bildung"

https://redcap.epfl.ch/surveys/?s=KKTCDRYJ9L9NYXCA

0 comments on commit 8b6c88c

Please sign in to comment.