MacTimeLog
MacTimeLog copied to clipboard
Provide a way to rename projects & specify a default
The user interface currently allows project names to be added or removed, but there is no (visible) way to rename an existing project.
To avoid the need for a project named Default
, it would be nice if existing projects could be set as the default project (via a checkbox or similar), so that they are used at startup until another project is manually selected.
Yes, renaming existing project should be possible using UI.
Well, you can delete Default project, it's there because there is should be some project when users open it for the first time. Right now on the startup MacTimeLog selects project that was selected on program close. Isn't it right for you ? I agree it'd be also good to set some project to be selected on sturtup.
[...] MacTimeLog selects project that was selected on program close
I see that now, so there's no need for a preference to set a project as default. Nice.
Would it be safe to simply rename the Default
project in the log file and delete it in the GUI, or would that create some kind of conflict with information stored in the database?
(I'm not sure which information is stored in the database, and which is read from the log file every time the program starts)
Database stores project names and autocompletes for each project. It'd be safe to delete Default
project using GUI and add new one, then rename it in the log. The only thing - you'll lose autocompletes for Default
project.