arnapou/kinders

Project - Kinders collection website https://kinders.arnapou.net/

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

Type:project

v5.0 2022-12-23 22:18 UTC

This package is auto-updated.

Last update: 2024-04-16 13:23:50 UTC


README

pipeline coverage

Installation

composer create-project arnapou/kinders

packagist 👉️ arnapou/kinders

Informations

Ce repo est le code source de http://kinders.arnapou.net/

Le code est ouvert, vous pouvez l'utiliser comme vous voulez, mais je ne supporterai pas les éventuels problèmes que vous auriez.

En bref, il s'agit d'un site de gestion de collection de kinders surprise, collection que fait mon épouse.

Schema basique des liaisons des entités

                                         ╭──╮
                                         │  ▼      ╭──── BPZ ◀────╮
Collection ◀─────╮                ╭──── Kinder ◀───┤              │
                 ├───── Serie ◀───┤         ▲      ╰──── ZBA ◀────┤
Country ◀────────╯                │         │                     │   
                                  │         ╰─────────────────────┤   ╭───▶ Attribute
MenuCategory ◀────── MenuItem     │                               ├───┤
                                  ├───────────────────────────────┤   ╰───▶ Image 
AdminUser                         │                               │     
                                  ├──── Item ◀────────────────────┤
SiteConfig                        │                               │
                                  ╰──── Piece ◀───────────────────╯

Hiérarchie des entités

AdminUser
BaseEntity
 ├─ Attribute
 ├─ BaseItem
 │  ├─ BPZ
 │  ├─ Item
 │  ├─ Kinder
 │  ├─ Piece
 │  ├─ Serie
 │  └─ ZBA
 │
 ├─ Collection
 ├─ Country
 ├─ Image
 ├─ MenuCategory
 ├─ MenuItem
 └─ SiteConfig

Champs communs de BaseEntity :

int       id
datetime  createdAt
datetime  updatedAt
string    name
string    slug
string    comment
string    description

Champs communs de BaseItem :

int       quantityOwned
int       quantityDouble
int       year
bool      lookingFor
string    reference
string    sorting
string    realsorting
string    variante
◀─▶       images          App\Entity\Image   
◀─▶       attributes      App\Entity\Attribute

Changelog versions

StartTag, BranchPhpSymfony
23/12/20225.x, main8.25.4
01/02/20224.x8.15.4
10/05/20213.x8.04.4
09/05/20202.x7.44.4
14/04/20191.x7.24.2