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

Make startTime and endTime fields in the data manager #96

Merged
merged 8 commits into from
Feb 25, 2024

Conversation

mario-bermonti
Copy link
Owner

Description

These fields are defined by the user using the setter methods provided.

Because practice and experimental phases are considered part of the same session, the startTime is set with the practice phase start time and the endTime is set with the experimental phase end time.

Related Issue

Type of Change

  • 📚 Examples / docs / tutorials / dependencies update
  • 🐞 Bug fix (non-breaking change that fixes an issue)
  • 🔧 Maintenance (non-breaking change that improves code)
  • 🥂 Improvement (non-breaking change which improves an existing feature)
  • 🚀 New feature (non-breaking change which adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to change)
  • 🔐 Security fix
  • 🔐 Improvements to the CI workflow

Checklist

refactor: Implement startTime as field in manager

improve: Define startTime field in manager

refactor: Fix setting startTime

refactor: Make startTime private

Can be squashed into previous commits
startTime will be set directly on the field.
refactor: Implement setter for startTime

refactor: Use new startTime setter
improve: Implement endTime as field in manager

improve: Implement endTime as field in manager

improve: Implement endTime as field in manager

improve: Define endTime field in manager

refactor: Fix setting endTime

refactor: Make endTime private

maint: Remove empty lines

lint: Remove empty line
endTime will be set directly in the field.
refactor: Implement setter for endTime

refactor: Use new endTime setter
@mario-bermonti mario-bermonti merged commit b3f200f into mario-bermonti/issue89 Feb 25, 2024
2 checks passed
@mario-bermonti mario-bermonti deleted the refactor-start-end-time branch February 25, 2024 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant