Our project basically starts taking inputs from the user 3 days prior to the launch about their sleep timings, wake up timings, meal timings, exercise timings, and whether they are going through any type of medication or not, and then stores the given data in SQL database to know their normal schedule on earth and then after the launch it starts its sleep shifting function which we created using the sleep chart followed by space travelers.
We hope to achieve a program that could schedule their sleep with more accuracy according to the data provided by them, and also takes care about their exercise, meals, and medication.
And also create an interactive UI to work with.
Since our team's all 6 members are freshers in the college and all of us have studied some programming stuff in our school days like c++, java, python, django, HTML, SQL. And we saw this great opportunity of participating in hackathon just after few days of entering into college, so we took part in it and feel that the project we chose is the most doable one for us among all.
We decided to code the backend using python and the frontend using HTML.
Our approach is to take data from the user, store it in a database, and then using the stored data and the sleep schedule chart create a function to schedule the sleep and other aspects.
The main problem we faced is none among us is a very skilled coder. We know only basic stuff that we studied in our school days. Still we tried our best.
There are few achievements too, like we got to know how to use github, some new programming functions, and a little bit of frontend basics.
We used this table and tried to create the main function of sleep scheduling in our program.
And we watched some Youtube videos to get some knowledge on this topic
Project is incomplete but here are some snippets of our code.



We used this table to create our main scheduling function.