Giter VIP home page Giter VIP logo

vineyards's Introduction

MyVineyards ๐Ÿ‡

Since 2019 I started a new hobby and dove into the world of viniculture and winemaking. One thing I have quickly learned is that it is important to keep a log of all actions you do throughout the season and the wine making process. MyVineyards was created to support grape growers and wine makers to support them in any step of the process.

In first place, it allows users to keep track of the different actions during the grape growing season. When the grapes have been harvestes, the application allows you to create and follow up different vintages from harvest to bottling.

The latest version of the application is currently hosted at https://myvineyards.org/

Key features

  • Tracking of the different actions during the grape growing season such as planting, pruning, fertilization, growing stages, general observations, ...
  • Tracking of vintages from harvest until bottling
  • Historical and predicted meteo information
  • Statistics to compare different growing seasons
  • Warning alerts on freeze events
  • Note taking capabilities
  • ...

Try it yourself!

Feel free to play around in the online application at https://myvineyards.org/

vineyards's People

Contributors

dependabot[bot] avatar janssenbrm avatar semantic-release-bot avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

vineyards's Issues

Build - GitHub Releases aren't working

We had to remove the publishing of the GitHub releases from the GitHub Actions (0d4f550) as this step was failing. An example build is available at:
https://github.com/JanssenBrm/vineyards/actions/runs/7118336926/job/19381053367

The error that is generated:

RequestError [HttpError]: fetch failed
    at /home/runner/work/vineyards/vineyards/node_modules/@octokit/request/dist-node/index.js:110:11 ***
  status: 500,
  request: ***
    method: 'POST',
    url: 'https://api.github.com/repos/JanssenBrm/winery/releases',
    headers: ***
      accept: 'application/vnd.github.v3+json',
      'user-agent': 'octokit-rest.js/19.0.3 octokit-core.js/4.0.4 Node.js/18.18.2 (linux; x64)',
      authorization: 'token [REDACTED]',
      'content-type': 'application/json; charset=utf-8'
    ***,
    body: '***"tag_name":"v1.43.8","target_commitish":"master","name":"v1.43.8","body":"## [1.43.8](https://github.com/JanssenBrm/winery/compare/v1.43.7...v1.43.8) (2023-12-06)\\n\\n\\n### Bug Fixes\\n\\n* trigger build ([c33f64e](https://github.com/JanssenBrm/winery/commit/c33f64eb6ed1b3bee78527dfcc7bb05865cd401f))\\n\\n\\n\\n","prerelease":false***',
    request: *** agent: undefined, hook: [Function: bound bound register] ***
  ***,
  attemptNumber: 4,
  retriesLeft: 0,
  pluginName: '@semantic-release/github'
***

However, executing the request through Postman seems to be working just fine:

curl --location 'https://api.github.com/repos/JanssenBrm/winery/releases' \
--header 'Accept: application/vnd.github.v3+json' \
--header 'User-Agent: octokit-rest.js/19.0.3 octokit-core.js/4.0.4 Node.js/18.18.2 (linux; x64)' \
--header 'Content-Type: application/json; charset=utf-8' \
--header 'Authorization: token [REDACTED]' \
--data '{
    "tag_name": "v1.43.6",
    "target_commitish": "master",
    "name": "v1.43.6",
    "body": "## [1.43.6](https://github.com/JanssenBrm/winery/compare/v1.43.5...v1.43.6) (2023-12-06)\n\n\n### Bug Fixes\n\n* trigger build ([88b315a](https://github.com/JanssenBrm/winery/commit/88b315af10ceac8fe4cd7fa71ce2100e915f4dc5))\n\n\n\n",
    "prerelease": false
}'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.