You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The next major improvement planned is to add a desktop client and a command line tool for creating e-invoices. That requires a refactoring of the project.
The first step will be to convert the repository into a monorepo. The current top-level contents will then move to apps/server.
Next, the business logic will be extracted and moved to packages/core. After this has been done, two more workspaces apps/desktop-client and apps/cli will be created with the new frontends.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The next major improvement planned is to add a desktop client and a command line tool for creating e-invoices. That requires a refactoring of the project.
The first step will be to convert the repository into a monorepo. The current top-level contents will then move to
apps/server
.Next, the business logic will be extracted and moved to
packages/core
. After this has been done, two more workspacesapps/desktop-client
andapps/cli
will be created with the new frontends.Beta Was this translation helpful? Give feedback.
All reactions