Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chromesd22159/bauchglueckios

BauchGlück is a specially developed app for people after gastric bypass surgery. It combines nutrition, medication and well-being in an intuitive platform and helps users organize their everyday lives and keep an eye on their health.
https://github.com/chromesd22159/bauchglueckios

alomofire ios swift swift-data swiftui

Last synced: 23 days ago
JSON representation

BauchGlück is a specially developed app for people after gastric bypass surgery. It combines nutrition, medication and well-being in an intuitive platform and helps users organize their everyday lives and keep an eye on their health.

Awesome Lists containing this project

README

        

# BauchGlück
"**BauchGlück** ist eine speziell entwickelte App für Menschen nach einer **Magenbypass-Operation**. Sie vereint Ernährung, Medikation und Wohlbefinden in einer intuitiven Plattform und unterstützt Nutzer dabei, ihren Alltag zu organisieren und ihre Gesundheit im Blick zu behalten."

Die App bietet hilfreiche Tools wie Countdown-Timer zur Erinnerung an Ess- und Trinkzeiten, dokumentiert die Wasseraufnahme und den Gewichtsverlauf, verwaltet Medikamente und erinnert an die Einnahme. Zudem ermöglicht sie die einfache Planung von Mahlzeiten. Eine integrierte Community-Funktion fördert den Austausch von Rezepten unter den Nutzern.

## UX/UI
> [Figma Case Study](https://www.figma.com/design/FMorQUMx5iu7ysW2AuTS1x/Project-MagenApp?node-id=40-29&t=7M0qex8nEc9LTMWf-1)

> [Figma UX/UI Design](https://www.figma.com/design/FMorQUMx5iu7ysW2AuTS1x/Project-MagenApp?node-id=40-29&t=7M0qex8nEc9LTMWf-1)

> [Figma Pitch Presentation](./images/presentation_bauch_glueck_compressed.pdf)

## Einrichtung

### GoogleService-Info.plist hinzufügen
Um Firebase in der iOS-App zu integrieren, muss die **GoogleService-Info.plist** Datei in das Projekt hinzugefügt werden. Diese Datei enthält die Konfigurationsdetails für die Firebase-Dienste.

1. Lade die **GoogleService-Info.plist** Datei aus der Firebase-Konsole herunter.
2. Ziehe die Datei in dein Xcode-Projekt und stelle sicher, dass sie für alle Build-Ziele ausgewählt ist.

### Backend-Konfiguration
In der **Info.plist** Datei werden die Backend-URLs und Schlüssel für verschiedene Umgebungen definiert:
- **GoogleService-Info.plist** hinzufügen.
- **Info.plist** spezifische Backend-Konfiguration und weitere Schlüssel zu deiner EnvironmentVariables anpassen.

```xml
BACKEND_BASEURLS


[Domain]
ENUM_CASE_2
[Domain]
ENUM_CASE_3
[Domain]

BACKEND_KEYS

ENUM_CASE_1
[Dein Schlüssel hier]
ENUM_CASE_2
[Dein Schlüssel hier]
ENUM_CASE_3
[Dein Schlüssel hier]

UIAppFonts

[FONT].ttf
[FONT].ttf

NSAppTransportSecurity

NSExceptionDomains

[Domain]

NSExceptionAllowsInsecureHTTPLoads

NSExceptionMinimumTLSVersion
TLSv1.3
NSIncludesSubdomains


CFBundleURLTypes


CFBundleTypeRole
Editor
CFBundleURLSchemes

[FIREBASE REDIRECT URL]

```

## License

This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details.