houngj / simply_fit

Simple daily fitness tracker
GNU General Public License v3.0
0 stars 0 forks source link

Discuss simpleFit server side API #8

Open houngj opened 7 years ago

houngj commented 7 years ago

Discussing type of data that the user maybe adding or retrieving from server side

houngj commented 7 years ago

What type of data should we be gathering from the user? Maybe start off with simply what day you worked out on? This would mean we also need a table of users.

houngj commented 7 years ago

On the topic of users i guess we should start off with being able to create/authenticate users

houngj commented 7 years ago

Nevermind, I'm getting ahead of myself. The first few features we should address is: 1) User input for date and hours worked out that day 2) User retrieving hours worked out in a date range (May want to make quick selection date ranges like "this month" or "this week")