Skip to content
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

WIP on ultralist 2.0 #245

Draft
wants to merge 12 commits into
base: main
Choose a base branch
from
Draft

WIP on ultralist 2.0 #245

wants to merge 12 commits into from

Conversation

gammons
Copy link
Owner

@gammons gammons commented Nov 27, 2020

This is a WIP on v2.0 of ultralist.

The main goal of this is to bring a higher level of professionalism and
structure to the project as a whole. This will be achieved by:

  1. Splitting concerns into packages. There will be a core ultralist pacakge, which will implement the main business logic around Todo lists, todos, recurrence, etc.

  2. Eliminate dependence on CLI. Ultralist will eventually have a more tui-like user interface, and there are a lot of places in the app that have a reliance on ultralist being a CLI only. Separate the concerns of CLI interaction into a cli package to prepare for that.

  3. Proper use of errors. Improve error handling across all packages.

  4. Prepare for a re-think of the backend + syncing. Ultralist should use a store like CouchDB for syncing. Prepare the app for that eventuality.

Grant Ammons added 12 commits November 27, 2020 08:37
This is a WIP on v2.0 of ultralist.

The main goal of this is to bring a higher level of professionalism and
structure to the project as a whole.   This will be achieved by:

1. **Splitting concerns into packages.**  There will be a core
`ultralist` pacakge, which will implement the main business logic around
Todo lists, todos, recurrence, etc.

2. **Eliminate dependence on CLI.**  Ultralist will eventually have a
more tui-like user interface, and there are a lot of places in the app
that have a reliance on ultralist being a CLI only.  Separate the
concerns of CLI interaction into a `cli` package to prepare for that.

3. **Proper use of errors**.  Improve error handling across all packages.

4. **Prepare for a re-think of the backend + syncing.**  Ultralist
should use a store like CouchDB for syncing.  Prepare the app for that
eventuality.
@tcassaert
Copy link
Contributor

With point 2, would that mean there is no way to use it as a simple CLI anymore? Or will there be the CLI interface and the TUI interface?

@gammons
Copy link
Owner Author

gammons commented Dec 1, 2020

@tcassaert there will be both! None of the existing functionality will go away.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants