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

💡 [FEAT] Enhanced hierarchy and consolidated view for workspaces and To-dos #181

Open
Arqamz opened this issue Jul 13, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@Arqamz
Copy link

Arqamz commented Jul 13, 2024

Is your feature request related to a problem? 😢 Please describe.
Not really a problem

Describe the solution you'd like 🤔
Consolidated View of Tasks:
When navigating to a parent workspace, provide an option to view a consolidated list of all tasks within the workspace. This includes tasks from both child workspaces and to-dos, displayed as a unified, comprehensive to-do list.

Describe alternatives you've considered 🧐
When navigating through workspaces, whatever parent workspace we're on could have a consolidated list of all children workspaces. But this might have to mess around with your entire program's core logic, you couldd have each to-do have an option to be shown as a workspace aswell, so you can directly edit a stratified to-do or it could also be a child workspace in our current workspace.

Additional context 📝
These features would greatly enhance the usability of the app by providing a more intuitive hierarchical structure and a clearer overview of tasks.

@Arqamz Arqamz added the enhancement New feature or request label Jul 13, 2024
@kraanzu
Copy link
Member

kraanzu commented Jul 14, 2024

So basically you want to have a expand all button? But just for preview ?

@Arqamz
Copy link
Author

Arqamz commented Jul 14, 2024

Basically, if I create a workspace called “Parent Workspace” and have two child workspaces within it, named “Child 1” and “Child 2,” each with 10 to-dos, I face a problem. When I scroll through my workspaces and view the to-do panel, the “Parent Workspace” appears empty, which kinda defeats the purpose of having child workspaces? I would like the “Parent Workspace” to display a consolidated list of all tasks (20 tasks) from both “Child 1” and “Child 2.” Additionally, it should still allow me to add more to-dos directly to the “Parent Workspace.”

@kraanzu
Copy link
Member

kraanzu commented Jul 14, 2024

Ah I see. Currently, you'll be able to only see the number of direct children [i.e. no grandchildren] :(

See Children Hint section here

Although, this should be much easier with the newer version where you'll be able to customize the todo widget however you want. I hope I can complete it soon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants