User timesheet per month

Hi
I’m curious what are some good example of people setting up timetracking and timesheets in Fibery.
We have a custom setup and the work logging part functions as intended. The problem comes with having an overview of time spent.

Here I will provide Tempo as a reference for some solid reports

What I am looking for is:

  1. A monthly view of time spent per person
  2. A clear indication of the days on the calendar (which item is monday, tuesday, etc)
  3. Ideally seeing if the person is are over or under the 8h limit

Right now the best I could get in Fibery is this


and clicking an item opens a popup menu which afterwards opens this

Which has the following limitations:

  1. I can’t [find how to] make a generic “Person is Me” filter so it displays the info strictly for the person looking at the report.
  2. The dates do not contain the weekday name so it’s hard to know where the week starts and ends,
  3. The details for the specific worklogs are presented poorly. That “Data” popup I get when clicking a cell is just a roadbump in our workflow. Then how the information is presented in the sidebar is not very helpful. The text is puny

That being said I realize I’m trying to mold Fibery into a Tempo like solution instead of trying to start with a clean slate and maybe think outside the box.
What has potential for me and feels immediately intuitive is the calendar view. Right now we have this which shows tasks with ID and time spent but it’s kind of useless

I was thinking I might make an entity like “Daily report”, generated automatically, per person, and it could have a numeric field displayed as a percentage with the time logged in that day for the particular user.

Any thoughts or ideas on how to best present timesheets?

Did you consider using mirrored context reports in a smart folder of users?

The parameter for the pivot could potentially be defined so as to include the weekday name I believe.

Have you considered a board view, where the columns are the dates (you would need to use some kind of auto-linked database of date entities) and the rows are projects (and each card can show the time spent and the person)?
Or the rows could be people (and each card can show project and time)?

Or you can use mirrored context filtered boards (per project or per user)…

Yes, that is what I ended up using for now.

Yes, but I still don’t see a good UI / layout coming out of this.
As you can see in tempo you have one compact column per day
something like
MON
12 dec
In Fibery it would be MON 12 dec which might not sound like a big difference but multiply it by 30 and it becomes one.

The board view has big gaps between columns and I think it will become a mess with 30 (maybe someone has a screenshot with such as scenario)

each card can show the time spent and the person

That’s what I’m pondering as well. It would be something like a “Daily summary” entity, with one item per user per day.

Well, board seems useless for this scenario.
Looks like there’s a min width for columns

though this looks like an almost perfect usecase for timeline

Shame the number field gets squished

I managed to overcome that too by using a formula to merge the time spent and worklog description