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

[report projects] Rework rate/hour for projects #68

Open
lcfd opened this issue Apr 18, 2024 · 0 comments
Open

[report projects] Rework rate/hour for projects #68

lcfd opened this issue Apr 18, 2024 · 0 comments
Labels

Comments

@lcfd
Copy link
Owner

lcfd commented Apr 18, 2024

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:

{
  "rates": [
    {"start": "2024-04-01T00:00", "start": "2024-04-30T24:00", }
  ]
}

rate becomes rates, it will be an array containing intervals.

Report

  • Show if a session is covered by a rates interval
  • Show the amount of rate (value/rate amount) in the recap base table
    • It must use the correct rate intervals for each session
  • Show the value of each session

Screen for reference

@lcfd lcfd added the proposal label Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant