projecthamster / hamster

GNOME time tracker
http://projecthamster.org
GNU General Public License v3.0
1.08k stars 249 forks source link

How to delete a tag? #328

Closed orschiro closed 8 years ago

orschiro commented 8 years ago

Dear all,

Thank you so much for your work on this excellent time-tracker for Linux.

I love the integration in Ubuntu Unity. :smiley:

A quick question:

I couldn't find any way to delete an existing tag. Is this feature being implemented and I have just not found the right way how?

Thankfully,

~Robert

elbenfreund commented 8 years ago

Thank you for your feedback Robert. As far as I am aware there is no such capability in the frontend right now. You would have to edit the sqlite table directly. Please feel free to open a feature request ticket though.

Also, please note that project hamster is undergoing some major changes right now and bugs within the current codebase are unlikely to be fixed. Feature requests however will be revisited once we are ready to launch out rewritten codebase and anything still relevant will still be considered.

orschiro commented 8 years ago

Dear @elbenfreund,

Thank you very much for your message! Where can I follow-up on these new developments?

Warmly,

~Robert

elbenfreund commented 8 years ago

The relevant repositories housing the new codebase are hamster-lib/dbus/cli/gtk. Most of them have already made significant progress but are not yet prime time ready. If you feel like getting involved with project hamster youself, (code, documentation, artwork. ...) do not hesitate to let us know :) For more general information and a general meta perspective on project hamsters development i would point you to http://projecthamster.org, which is rather low traffic.

Thanks for your interest and all the best.

orschiro commented 8 years ago

Dear @elbenfreund,

I just read about Project Hamster's reboot on the website and would like to help with:

Let me know if you need any of these aspects at the current stage!

Warmly,

~Robert

elbenfreund commented 8 years ago

Thats great news! if you are interested, please join the development mailinglist to discuss particular contributions.

Welcome aboard.

orschiro commented 8 years ago

Thank you, Eric!

I just joined the mailing list and will look forward to future conversations.

~Robert

orschiro commented 8 years ago

Hello @elbenfreund ,

I know this is legacy but I do have one more question.

Until the new GTK applet is fully functional, I need to rely on this old version for my day to day work.

However, I frequently enter the wrong tag by accident and thus would like to delete them to avoid any further mistakes.

Could you give me a brief instruction how to delete a tag through the SQLite interface?

Thankfully,

~Robert

elbenfreund commented 8 years ago

Does the reference to SQLite Manager in #238 suffice or do you need help with manipulating the database?

orschiro commented 8 years ago

That should be sufficient, thank you Eric!

Can you just quickly point me to the database location?

I expected it to be under .config/hamster which, however, doesn't exist.

~Robert

orschiro commented 8 years ago

Eventually found it under .local/share.

Problem solved, thank you!

image