Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Docs: Collected Team Members & Created Folder Structure #2

Merged
merged 3 commits into from
Apr 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Teamagochi - テアマゴチ

## Description

Teamagochi is a virtual pet project by the RIOT Project SoSe24 team.

### [Documentation Page](https://smartuni.github.io/riot-po-2024/)

### [Kanban Board](https://github.com/orgs/smartuni/projects/2)

## Contributing

### Workflow

- Create a new branch for your feature or bugfix (`git checkout -b feature/my-feature`)
- Commit your changes (You can use VSCode or Github Desktop for an easier way to commit)
- Push to the branch (`git push origin feature/my-feature`)
- Create a Pull Request
- Ask somebody (preferably a team member) to review your code
- Wait for the reviewer to approve your PR (or ask for changes)
- Merge your PR

### Avoiding conflicts

- Make sure to keep each branch concise and focused on a single feature or bugfix
- Avoid working on multiple projects at the same time
- Merge changes from the main branch into your feature branch regularly (`git pull origin main`)
- Communicate with your team members about what you are working on
34 changes: 22 additions & 12 deletions docs/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,34 @@ hero:
import { Card, CardGrid } from '@astrojs/starlight/components';

# The Team
### Frontend Team - Not Now, We'll have one

### Group A - NAME_HERE
- [Samuel Costa]()
- [Rares Stefea]()
- [Yousef Taha]()
- [Hamdy Elmorsy]()
- [Yasuaki Kumazaki]
- [Omar Shaban]()

- [Member 1]()
- [Member 2]()
- [Member 3]()
### Web Backend Team - Not Yet

### Group B - NAME_HERE
- [Merlin Trefflich]()
- [Leo Graf]()
- [Jessica Broese]()
- [Van Khoi Pham]()

- [Member 1]()
- [Member 2]()
- [Member 3]()
### Node Team - @TODO Team Name

### Group C - NAME_HERE
- [Eduard Lomtadze]()
- [Nils Voepel]()
- [Moritz Holzer]()
- [Dong Yuanzhe]()
- [Lukas Sebrantke]()
- [Tommy Huynh]()

- [Member 1]()
- [Member 2]()
- [Member 3]()
### Tech Lead - Too much pressure to find a name

- [Tom Hert]()

## Next steps

Expand Down
3 changes: 3 additions & 0 deletions frontend/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Teamagochi Frontend

This is the folder for frontend development.
3 changes: 3 additions & 0 deletions node/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Teamagochi Node

This is the folder for node (hardware) development.
3 changes: 3 additions & 0 deletions web_backend/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Teamagochi Backend

This is the folder for web backend development.