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

[feature]: hide Left/Right buttons when not enough tags #33

Open
Marco-Christiani opened this issue Nov 8, 2021 · 5 comments
Open

[feature]: hide Left/Right buttons when not enough tags #33

Marco-Christiani opened this issue Nov 8, 2021 · 5 comments
Labels
enhancement New feature or request

Comments

@Marco-Christiani
Copy link

There are two left/right arrow buttons in hq-tag-row that do not appear to have a function. Expected behavior may be to cycle through selected tags or periods of time?

PS This is great, thank you for sharing your work!

@arkadianriver arkadianriver added the enhancement New feature or request label Nov 8, 2021
@arkadianriver
Copy link
Owner

arkadianriver commented Nov 8, 2021

Thanks!
Yeah, I should probably hide the buttons when the aggregate tag width is less than the width of the containing box. That's all they're for: they're an alternate way horizontally scroll the list of tags besides Shift+scroll, nothing fancy like you describe :O)

@arkadianriver arkadianriver changed the title Nonfunctional Left/Right buttons in header [feature]: hide Left/Right buttons when not enough tags Nov 8, 2021
@Marco-Christiani
Copy link
Author

Are you accepting new feature requests? I had some thoughts but don't want to bother you if this is a simple side project.

@arkadianriver
Copy link
Owner

Not committing to implement anything soon, but yeah, I'm happy to hear any ideas, particularly from those who might wanna use it.

@Marco-Christiani
Copy link
Author

Marco-Christiani commented Apr 8, 2022

I would love to use this to monitor tasking across projects. Right now I use the Projects+ Todo+ extension to track the todo files across repos. It would be nice if this app had an option to aggregate separate todos into one view, or just load a view for each todo its given and a way to navigate through each view. This would be fantastic (although I am not an express dev so I cant help much). Just my two cents.

As an aside, I think the Projects+ Todo+ extension had some functionality for aggregating todo files which would have solved this issue but I am not 100% sure because the vscode action currently errors out.

@arkadianriver
Copy link
Owner

Nice idea. I was thinking of something similar for multiple people. Each person would have their own todo file to maintain. As it is now, you can use tags starting with @_ to represent resources assigned, and a different Gantt chart stream starts in parallel for each resource. Separately maintained files would make it easier on the PM for sure.

For your multiple project todo files, it could definitely take advantage of the project pages and combined archive, but I don't know how the Gantt chart would order the active items for the separate projects. We couldn't assume they'd be working in parallel in case the same person is working on multiple projects, and we wouldn't want to list all the tasks one after another in one long stream giving whole projects priority over others. Interleaving the tasks across projects might be an option, but I'm not sure how realistic that is. What do you think?

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