Categorygithub.com/sasimpson/goparent
modulepackage
0.0.0-20241030015641-382c8e99cb22
Repository: https://github.com/sasimpson/goparent.git
Documentation: pkg.go.dev

# README

goparent

a go based infant data tracking system for my graduate program web engineering class

requirements

Docker, Docker Compose

to run do this:

cd docker docker-compose up

the service should be availble on port 8000

CircleCI

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

ErrExistingInvitation -.
ErrExistingStart - already have a start for that sleep record.
ErrNoExistingSession - don't have a sleep record to end.

# Structs

Authentication - structure for authentication configurations.
Child -.
Env - container for all environment configuraitons.
Family -.
Feeding - main data structure for storing feeding data.
FeedingChartData -.
FeedingChartDataset -.
FeedingSummary - represents feeding summary data.
Service - structure for service configurations.
Sleep - tracks the baby's sleep start and end.
SleepChartData -.
SleepChartDataset -.
SleepSummary - structure for the sleep summary data.
User -.
UserClaims - structure for inserting claims into a jwt auth token.
UserInvitation - structure for storing invitations.
No description provided by the author
Waste - structure for holding waste data such as diapers.
wasteChartData -.
WasteChartDataset -.
WasteGraphData -.
WasteSummary - structure for waste summary data.
WasteType - the type of waste, solid, liquid, solid & liquid.

# Interfaces

ChildService -.
Datastore -.
FamilyService -.
FeedingService -.
SleepService -.
UserInvitationService -.
UserService -.
WasteService -.