arnapou/kinders

项目 - Kinders收藏网站 https://kinders.arnapou.net/

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

This package is auto-updated.

Last update: 2024-09-10 09:24:54 UTC


README

pipeline coverage

安装

composer create-project arnapou/kinders

packagist 👉️ arnapou/kinders

信息

此仓库是 http://kinders.arnapou.net/ 的源代码

代码是开放的,您可以按需使用,但我不会支持您可能遇到的问题。

简而言之,这是一个管理Kinders惊喜收藏网站的网站,是我妻子制作的收藏。

实体链接的基本模式

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

实体层次结构

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

BaseEntity 的通用字段

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

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

版本变更日志

开始标签,分支PHPSymfony
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