We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is a simpler but similar workflow than works. It's all condensed in the project/details.json file. Still to evaluate.
works
project/details.json
Now the rate is just a single integer value. It doesn't support rate changes over time.
The new version should be:
{ "rates": [ {"start": "2024-04-01T00:00", "start": "2024-04-30T24:00", } ] }
rate becomes rates, it will be an array containing intervals.
rate
rates
intervals
rate intervals
Screen for reference
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is a simpler but similar workflow than
works
.It's all condensed in the
project/details.json
file.Still to evaluate.
Projects
Now the rate is just a single integer value.
It doesn't support rate changes over time.
The new version should be:
rate
becomesrates
, it will be an array containingintervals
.Report
rates
intervalrate intervals
for each sessionScreen for reference
The text was updated successfully, but these errors were encountered: