-
Notifications
You must be signed in to change notification settings - Fork 22
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
Non-CL user interface #50
Comments
I'd love to give this a go with Electron |
Hej @GabeKutuzov, If you don't mind we could think about the structure of the interface together. In the simplest form, it could just replicate the output of |
Hello @pylipp, I will take some time between Christmas and the New Year to look a little deeper into this. Looking forward to this! |
Let me know how I can give you an insight of the package. Some parts should already been explained in the Readme (about the architecture) but there is no dedicated documentation apart from docstrings since financeager is not supposed to be used as a library. There is plugin support though; for a GUI we might want to have a I'm currently planning some restructuring of the database handling on the backend (see #52). Then it should also be simpler to access data of a single project spanning more than a year. |
For increased usability, a different user interface could be provided.
First of all this requires some architectural considerations, e.g. whether the frontend caches queries, and how it is synchronized with the backend (especially critical when using the webservice).
Frameworks for TUIs could be:
and for GUIs:
The text was updated successfully, but these errors were encountered: