Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

98 break #100

Merged
merged 6 commits into from
Jun 6, 2021
Merged

98 break #100

merged 6 commits into from
Jun 6, 2021

Commits on Jun 3, 2021

  1. Configuration menu
    Copy the full SHA
    14d605e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    289529f View commit details
    Browse the repository at this point in the history
  3. Add function to load all records sorted in ascending order

    	- It uses the less argument to RecordFilepaths to do the sorting
    rknizzle committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    9b537a4 View commit details
    Browse the repository at this point in the history
  4. Replace sorting in breakTime with loadAllRecordsSortedAscending

    	- I realized that fs.RecordFilepaths already has a mechanism for
    	sorting the record filenames by start time so I think its better
    	to take advantage of that and use loadAllRecordsSortedAscending
    	instead of sorting in breakTime()
    rknizzle committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    6a3d203 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3536a41 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2021

  1. Configuration menu
    Copy the full SHA
    e7f5286 View commit details
    Browse the repository at this point in the history