thinkle / gourmet

Gourmet Recipe Manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New release? Or is this project unmaintained?

bertvandepoel opened this issue · comments

It has been nearly 7 years since a new release was made. I therefore thought this project was unmaintained (also judging by the website and screenshot, which looked a bit dated). However, it seems there were quite a few fairly recent commits, so that made me wonder what the status of the project is, and whether a release may come in the future at all or not.

Thanks for the really quick response. Great to hear that there's some continuation activity happening both by you and the community. Currently I'm quite literally going through the tens of recipe tools looking for what suits my needs. So I haven't really decided what features I want and how I would want to interact with the tool. I mostly just have way too many printed recipes with lots of notes on them, as well as lots of dishes I've created and perfected throughout the years, and sharing those recipes with friends ends up with me writing out a whole text on WhatsApp or pastebin or whatever, which really isn't ideal. So I'm not sure if I'm the user you're looking for for beta testing, but perhaps you could throw a message out there on Reddit or a mailing list perhaps?

This is encouraging news, since I've never considered anything but GRM for my recipe files and would have really hated to see it fade away. For the moment I've been running an AppImage and kludging the print parts.

A web interface would be welcome - I hacked up a basic voids-the-warranty webapp years ago that allows me to pull up recipes on mobile devices in the kitchen, but something a bit more polished would be great.

The more I deal with platforms like VB, Perl and Python, the more I appreciate Java, which for all its warts was designed not to erode with age. But a good Python3 port would be an excellent opportunity to tidy things up.

If we get to the point where building RPMs looks good, I'm still in.

I would be interested in helping.

I have a few pull requests outstanding for quite some time. Does it make sense to rebase them against some other branch or is the non-web program dead?

Hi I can help with testing if you want.

commented

It's a pity you want to quit the standalone version of the software. It will not be possible to use it without an internet connection, and some users may not want to store some recipes in a remote database.
As for the software improvement, it would help if the software was extended with a kitchen ingredients database in the home pantry. That is, what has been bought, what can be taken into recipes from the pantry of home stocks and what needs to be bought in addition. The pantry list would be useful not only for shopping for saved recipes, but in general, for any cooking and baking.

commented

Hello, Yes we are also interested in helping on this project.

  1. need offline access
  2. pdf print on release17.3 has problems.

Thank you

I'm interested in helping with the offline app as well as the web version.
I think the web version is a good idea. I find it not as comfortable that I got to have my pc with me when cooking.

Many bugs on the version I use at the moment. So will I work for nothing if i start looking for issues i can work on? will it be integrated to the main branch?

For the past year, we've been working on upgrading Gourmet to keep working on newer OSes with Python 3.

We've been open to upstream the changes.
However, Thomas is now taking Gourmet in a different direction, which, after close to 17 years, is understandable.

As such, I forked the project as Gourmand and a fresh release including all the work we've put in is available here.

Thank you again Thomas and all others for your work over the years!
Cyril

I've mentioned it elsewhere, but I now have a fairly complete port of Gourmet as a web application that can be run either as a public website or on your own desktop. It's available as a Spring Boot application, so the only things you need are an executable copy of the webapp, a Gourmet database, and Java. Oracle Java 11 or OpenJDK should do.

You can use Maven as a "one-stop-shop" command to build the executable. No other tools required.

I've tried to make it as compatible with the original desktop application as possible and it uses the same database file format as the desktop system does.

I'd be interested in any and all feedback. You can see the online demo at https://gourmetj.mousetech.com/main.jsf The project source code is presently downloadable as a git archive from https://gogs.mousetech.com/mtsinc7/GourmetJ-Springboot