pomatez icon indicating copy to clipboard operation
pomatez copied to clipboard

It would be really cool....

Open kingram6865 opened this issue 4 years ago • 5 comments

Is your feature request related to a problem? Please describe. No. Pure featured request. I would love to be able to save my completed tasks to a database.

Describe the solution you'd like It would be good in tracking workflows over time. There doesn't seem to otherwise be a way to save task start-end, and show work-rest cycles as a history.

MySQL, SQLite, Postgres, etc. I think ideally it would be a SQlite file, that way it would also be mobile accessible A remote server and a local db version are my thoughts.

Describe alternatives you've considered There aren't any alternatives other than saving to a flat file (CSV) That may be ab easy first start.

Additional context If you would like some assistance on this piece i would be happy to contribute my time to building a database API, first for storing, then perhaps for retrieving?

This is a great app. Found it and used it for the first time today. Was very handy. Then I noticed I wanted to save today's session and there was no way to do that.

I can program in JavaScript and understand React. Could probably learn Typescript fairly quickly. But all you really need is a Database API to provide that functionality.

kingram6865 avatar Aug 12 '20 02:08 kingram6865

@kingram6865 yes, It's really cool to have that kind of feature. I was planning to do that but unfortunately I don't have much time for now.

Any help would be pleasing to me. And I thank you in advance @kingram6865 for that.

roldanjr avatar Aug 12 '20 02:08 roldanjr

I'll be occupied in a coding bootcamp until November 1, so I will start working on an API for database connection in my spare moments.

When it's a bit workable, I'll send you the info. Will start the project here on github.

kingram6865 avatar Aug 15 '20 02:08 kingram6865

Yeah I understand. We're the same, I am maintaining this app using my spare time only too.

I am planning to convert this project as monorepo too and rename it to another non-generic name.

I really appreciate it @kingram6865 . Thank you so much for the effort. I salute you man.

roldanjr avatar Aug 15 '20 12:08 roldanjr

Hello @kingram6865 ,

I just want to give you some update regarding with this project.
I've restructured the app architecture to be more future proof.

I need to change it to a monorepo using Lerna and Yarn Workspaces so that there's a clear separation of concerns between renderer and main process and also makes it easier for code sharing between those processes.

And it really helps reduce the bundle size of the app as well as the installers of different operating system itself.

Please check it out as soon as you can. Thank you friend.

roldanjr avatar Aug 21 '20 02:08 roldanjr

Great. Will let you know once I have something interesting.

On Thu, Aug 20, 2020 at 7:06 PM Roldan Montilla Jr [email protected] wrote:

Hello @kingram6865 https://github.com/kingram6865 ,

I just want to give you some update regarding with this project. I've restructured the app architecture to be more future proof.

I need to change it to a monorepo using Lerna https://lerna.js.org/ and Yarn Workspaces https://classic.yarnpkg.com/en/docs/workspaces/ so that there's a clear separation of concerns between renderer and main process and also makes it easier for code sharing between those processes.

And it really helps reduce the bundle size of the app as well as the installers of different operating system itself.

Please check it out as soon as you can. Thank you friend.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/roldanjr/productivity-timer/issues/109#issuecomment-677996961, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADFGDVTHNNMVO7A7ORCN3UTSBXJBPANCNFSM4P3454WQ .

kingram6865 avatar Aug 21 '20 03:08 kingram6865