This document describes the meaning of the "LEN_PROJECT_ID". It also lists all projects with the id and the latest details.
The "LEN_PROJECT_ID" is for the identification of the project. It is Unique for project identification and consists of the project name.
A version should always be specified when a project is created. By default it is under the identifier and starts with 1.0. In the following cases a version is made:
MAJOR version: Incremented when incremental changes make the product incompatible with previous versions.
MINOR version: Incremented when new features are added that are backward compatible.
PATCH version: Increased when bugs are fixed without changing the public API.
Here below are listed the versions of the developed things respectively.
| Title (project Id) | Description | Version |
|---|---|---|
| sqlSftpBackup | Makes a backup of MariaDB database, and uploads it to my SFTP storage from Hetzner. | 1.0 |
| aiCookbook | Makes an openAI API Call to create a new recipe | 0.8 |