https://github.com/sorgom/jagoda
Flask / MySQL Project for Artists Foundation
https://github.com/sorgom/jagoda
docker docker-compose flask jade mysql python
Last synced: 3 months ago
JSON representation
Flask / MySQL Project for Artists Foundation
- Host: GitHub
- URL: https://github.com/sorgom/jagoda
- Owner: sorgom
- License: gpl-3.0
- Created: 2022-11-01T20:31:37.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2024-03-15T20:25:28.000Z (over 2 years ago)
- Last Synced: 2025-01-21T00:14:06.666Z (over 1 year ago)
- Topics: docker, docker-compose, flask, jade, mysql, python
- Homepage:
- Size: 487 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Flask / MySL project
## Purpose
Manage Content and Storage of an Artist's Foundation
## Attributes
- substantial ammount of art pieces in different locations all over Europe
- multi language support
- currently 4 languages
## Sub Tasks
### Registration and Authoring Site
#### Registration / Shipping
provide:
- a quick and effective way to register and label elements
- an up to date locating of each item
- simple movement of items
- detection of items
- e.g. location, container, box
- QRCodes:
- e.g. what's in this box
### Authoring
- labels, website captions, titles and so on by language natives (or google translate)
- assignment of items to groups / series
- publish / keep internal
### Presentation Website
- multi language support with default main language
- substantial search options, e.g.:
- type
- make
- date
- price
- presented in auction
- presented in gallery / exhibition
- currently
- once
## Currently Applied Techniques
- Python
- Flask
- PIL
- OpenCV doesn't look like a usable alternative
- MySQL-DB
- cons:
- not oo
- pros:
- reliable and fast
- simple to backup by dump, e.g. into a git repository
- JavaScript
- Ajax
- Dom
- SQL
- HTML / CSS
- Docker
## State of Project
Beginnings:
- Specification
- How To