-
-
Notifications
You must be signed in to change notification settings - Fork 2
Rating
Boris Buliga edited this page Jan 21, 2024
·
1 revision
Rating notes in Vino are dedicated to capturing ratings or tasting notes for specific wines, identified by their corresponding cellar note or wine entry and the date of tasting.
To create a new rating, use the vino-entry-rate
function. This function:
- Reads rating values based on the
vino-rating-props
. - Creates a file using the
vino-rating-template
. - Fills the file with the provided information.
- Links the new rating to the associated wine entry and updates the entry.
Each rating file must have a rating
tag along with a wine
tag.
Below is an example illustrating the format of a rating file:
# Example of a rating file for Arianna Occhipinti Bombolieri BB 2017 on 2021-01-15
$ cat wine/rating/f1ecb856-c009-4a65-a8d0-8191a9de66dd.org
:PROPERTIES:
:ID: f1ecb856-c009-4a65-a8d0-8191a9de66dd
:END:
#+title: Arianna Occhipinti Bombolieri BB 2017 - 2021-01-15
#+filetags: :wine:rating:
- wine :: [[id:c9937e3e-c83d-4d8d-a612-6110e6706252][Arianna Occhipinti Bombolieri BB 2017]]
- date :: 2021-01-15
- version :: 1
- score :: 14
- score_max :: 20
- total :: 7.0
My perfect tasting notes.
This example demonstrates the typical structure of a rating file in Vino. It begins with a properties section including a unique ID, followed by the generated title and required tags. The body of the file contains details like the linked wine, the date of tasting, the version, and the score, concluding with personal tasting notes.