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

Ability to rearrange recipe list #124

Open
formerunicornbroker opened this issue Dec 1, 2022 · 4 comments
Open

Ability to rearrange recipe list #124

formerunicornbroker opened this issue Dec 1, 2022 · 4 comments
Labels
enhancement New feature or request

Comments

@formerunicornbroker
Copy link

Is your feature request related to a problem? Please describe.
I would like to have my most used recipes at the top of the list. To keep the defaults handy but have the ability to move most used to the top.

Describe the solution you'd like
Maybe a hamburger on each recipe to move or a hold to move type of thing.

@formerunicornbroker formerunicornbroker added the enhancement New feature or request label Dec 1, 2022
@rozPierog
Copy link
Owner

Drag and drop is something that I definitely plan on doing. Sadly it won't be soon.

For now I'll give you some insight into how list sorting works so that you might workaround that

  • Cofi saves date when was recipe last finished
  • Main screen list is sorted by that last finished date first, and then by name (A-Z)
  • So if you want to have few that you use most often, then those should be at the top regardless, those that haven't been done at all should be at the bottom.

You can "game" the system by skipping to the last step of the recipe, and after you let it finish that recipe will be moved to the top

@formerunicornbroker
Copy link
Author

I usually quit the app during drawdown so I hadn't noticed this feature. This works just fine for me, thank you for this awesome app. Recommending it to everyone.

@mike-brady
Copy link

Hello, I recently download this app and I am already in love with it! I'd like to help work on it's development. I had a similar idea to this. Adding the ability to rearrange items in the recipe editor via drag and drop would be great. When I created my first recipe I forgot to add in a bloom step and it took me a while to figure out I could add another step at the end and move it's position in the list via ^ and v arrows in the item editor. I though for a second I was going to have to recreate the recipe all over again. I think drag and drop with a hamburger icon will make it more intuitive.

I'd be happy to work on adding drag and drop to this!

@rozPierog
Copy link
Owner

Hi @mike-brady, I'll be happy to review and merge a PR with a drag and drop in a Recipe Edit page! Can you create a second Issue for that (as this one is for a d&d in main recipe list page)?
Thanks for the kind words, it really means a lot.

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

No branches or pull requests

3 participants