ga-wdi-exercises / project2

[project]
1 stars 30 forks source link

Timestamps on user interface #816

Closed cabralsylvester closed 7 years ago

cabralsylvester commented 7 years ago

Hello. So the overarching objective of my app is for users to have a vehicle to log of their biometrics (as part of a larger Electronic Health Records system). You can think of this log as an online bank statement for your health. Said log would appear on the user interface. In order to accomplish my objective, will I need to create t.timestamps table in my model? I have included a copy of the image for reference. thanks! metricslog

amaseda commented 7 years ago

Sounds like including timestamps could be useful, especially if the date/time on the right corresponds to when an entry is created or updated.

amaseda commented 7 years ago

Going to close this but feel free to re-open if you have any issue interacting with the timestamps!