CalCOFI / OceanView

App that can incentivize ocean users to report their observations
1 stars 0 forks source link

Add comments on the top of all the files to make them clear #2

Closed hundredball closed 2 years ago

hundredball commented 2 years ago

Add a few lines to explain what is this file doing

For example: upload_timeline.dart

/*
  A page to show all the observations and their recording time in current recording session

  Upload button batched writes all the observations to Firebase.
 */
hundredball commented 2 years ago

All the files in \lib except auto-generated files have the comments on top to explain what they are doing.