Hello everyone,
I’m building my work and personal spaces in Fibery: project management, time trackings, OKR Goals, habit tracker etc.
At this moment I have defined my project manager, time trackings and OKR Goals setups pretty easy with a minimalism perspective. But after a deeper reflection of my tools, new needs emerged as habit tracker did. Now I’m investigating how I could implement habit tracker into Fibery.
I thought 2 main topics are possible:
- Date entities → create a new entity for each day I’m tracking habits.
-
Example: creating a new tracking entity should be something like this (every bullet point represents a field/column of the database)
- Name: 2025-12-29
- Habit 1: 1 (done)
- Habit 2: 0 (not done)
- Habit 3: 1 (done)
-
- Two-databases setup → this setup is more complex because it will need the “habit database” that contains all habits I need to track and the second one, the “tracking database” where appears days connected to habit database
-
Example: creating a new tracking entity should be something like this (every bullet point represents a field/column of the database)
- Name: 2025-12-29
- Relation to Habit database:
- Habit 1 (entity 1): 1 (done)
- Habit 2 (entity 2): 0 (not done)
- Habit 3 (entity 1): 1 (done)
From the scalability perspective I think the second way could be more scalable and it allows better reports but the first one is the easier way that everyone tends to use in other app workspace as Notion, coda, etc. but I’m not very interested on due to the “low connections” options. Even the second way probably lets me connect the habits to my goals.
Probably, there are more options out there that I have not considered so I want to ask you, what could be a better approach of this problem? I’m trying to create a balance between minimalism and complexity because I want to create a minimalist workspace that fits all my actual needs and the future ones (scalability).
My actual setup is the following one:
