https://github.com/echobind/wfh-workouts
An app that gives you a workout to do throughout the day.
https://github.com/echobind/wfh-workouts
Last synced: 5 months ago
JSON representation
An app that gives you a workout to do throughout the day.
- Host: GitHub
- URL: https://github.com/echobind/wfh-workouts
- Owner: echobind
- Created: 2021-03-19T21:44:44.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-19T23:47:14.000Z (about 5 years ago)
- Last Synced: 2025-10-20T04:23:52.427Z (8 months ago)
- Size: 138 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wfh-workouts
A mobile app that gives users a new workout to do throughout their normal work day.
## Features
- Each day you get a workout that can be completed over the course of your work day.
- The app has a built-in timer to remind you to do your next interval.
## Workouts
Workouts consist of intervals such as:
> Every 15 minutes
>
> Do 15 push-ups
>
> Until you get to 60
then,
> Every 15 minutes
>
> Do 20 sit-ups
>
> Until you get 80
These workouts are designed to get you moving throughout the day, doing strength training, that doesn't require much cardio, so you won't really be sweating.
These workouts are perfect for people who work from home because if you're working you don't want to be sweaty.
## Technology
We will use Slash GraphQL as our API backend and cloud database, and we will use React-Native on the frontend.
Users will authenticate with either Auth0 or the native Dgraph Authentication mechanism, if there is one.

## Actors
| Role | Action(s) | Version |
| --- | --- | --- |
| Admin | Publishes new workouts into the system. | v1.0 |
| User | Receives a new workout each day. | v1.0 |
| | Can start a workout timer that prompts and directs each workout interval. | v1.0 |
| | Can purchase a subscription to keep using the app. | v1.1 |
## Graph Data Model
This is the most simplistic graph data model possible that gets us to the release of v1.1.
.png)
## Design
// TODO: Draft some app mockups.
## Phases of Development
### Phase 1 - Setup the Slash GraphQL backend
---
✅ Define the graph data model
✅ Deploy the Slash backend
| Env | URL |
| --- | --- |
| Prod | https://blue-mountain.us-west-2.aws.cloud.dgraph.io/graphql |
| Staging | // TODO: setup staging env |
| Dev | // TODO: setup dev env |
✅ Define the [v1.1 schema](./backend/src/schema.gql)
✅ Setup a graphical query tool (Postman, GraphiQL)
### Phase 2 - Setup Authentication
---
☑️ Integrate Auth0 or Dgraph authentication
---
### Phase 3 - Design the Mobile App
---
☑️ Create a UX mockup of the v1.1 app in Sketch
☑️ Implement the mockups in React-Native
### Phase 4 - Integrate the API
---
☑️ Make calls to the Slash GraphQL backend
☑️ Implement all v1.0 critical paths
☑️ Testing and deployment
### Phase 5 - Monetize (iOS-only)
---
☑️ Configure in-app purchases
☑️ Add paywall to the mobile app
☑️ Release v1.1