Sleep Shift Scheduling Tool

Sleep loss and fatigue may lead to reduced performance and an increased risk to safety during many activities, including spaceflight. Your challenge is to develop an operational sleep shift scheduling tool that provides autonomous customization of a schedule for sleep, exercise, and nutrition to manage fatigue.

Optimal sleep, exercise and nutrition.

Summary

Based on user input, I am to create an app that gives astronauts optimal sleep, exercise and nutrition details.

How I Addressed This Challenge

Based on user input and considering a range of specific fact, my app will give personalised details for optimal sleep, exercise and nutrition details.

How I Developed This Project

I was fascinated by the importance of sleep, exercise and nutrition has particularly for astronauts who have limited space and resources in space. I have developed a computer program that provides personalised optimal levels of sleep, exercise and nutrition based on specific user input.

How I Used Space Agency Data in This Project

It gave me an overview as to the types of data that can be used but also during testing user inputs.

Project Demo

exercise = “ “

nutrition = “ “

sleep = 0


exercise = input (“Do you exercise?”)

if “Yes” in exercise:

(“You should exercise for 2 hours a day”)

else:

(“You ought to exercise for 2 hour per day”)


nutrition = input (“What do you currently eat in Space?”)

if “water”in exercise:

(“You should drink 2 litres a day”)

else:

(“You ought to drink 2 litres per day”)


sleep= input (int(“How many hours do you sleep?”))

if “8” in exercise:

(“You should sleep 8 hours a day”)

else:

(“You ought to sleep 8 hours per day”)


Tags
#CodeMasters
Judging
This project was submitted for consideration during the Space Apps Judging process.