Remove FXP files from tracking and update gitignore
- Remove nfjson/nfjsonread.FXP from git tracking - Add Python cache patterns (__pycache__/, *.py[cod], *$py.class) - Add environment file patterns (.env, .env.local, .env.*.local) - Reorganize project structure with VFP files moved to vfp/ directory - Add comprehensive database scripts and documentation 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
41
docs/stories/P1-001-ARTICOLE_TERTI.md
Normal file
41
docs/stories/P1-001-ARTICOLE_TERTI.md
Normal file
@@ -0,0 +1,41 @@
|
||||
# Story P1-001: Tabel ARTICOLE_TERTI ✅ COMPLET
|
||||
|
||||
**Story ID:** P1-001
|
||||
**Titlu:** Creare infrastructură database și tabel ARTICOLE_TERTI
|
||||
**As a:** Developer
|
||||
**I want:** Să am tabelul ARTICOLE_TERTI funcțional cu Docker environment
|
||||
**So that:** Să pot stoca mapările SKU complexe pentru import comenzi
|
||||
|
||||
## Acceptance Criteria
|
||||
- [x] ✅ Tabel ARTICOLE_TERTI cu structura specificată
|
||||
- [x] ✅ Primary Key compus (sku, codmat)
|
||||
- [x] ✅ Docker environment cu Oracle Instant Client
|
||||
- [x] ✅ Flask admin interface cu test conexiune
|
||||
- [x] ✅ Date test pentru mapări (reîmpachetare + set compus)
|
||||
- [x] ✅ Configurare tnsnames.ora pentru ROA
|
||||
|
||||
## Technical Tasks
|
||||
- [x] ✅ Creare fișier `01_create_table.sql`
|
||||
- [x] ✅ Definire structură tabel cu validări
|
||||
- [x] ✅ Configurare Docker cu Oracle client
|
||||
- [x] ✅ Setup Flask admin interface
|
||||
- [x] ✅ Test conexiune Oracle ROA
|
||||
- [x] ✅ Insert date test pentru validare
|
||||
|
||||
## Definition of Done
|
||||
- [x] ✅ Cod implementat și testat
|
||||
- [x] ✅ Tabel creat în Oracle fără erori
|
||||
- [x] ✅ Docker environment funcțional
|
||||
- [x] ✅ Conexiune Oracle validată
|
||||
- [x] ✅ Date test inserate cu succes
|
||||
- [x] ✅ Documentație actualizată în PRD
|
||||
|
||||
**Estimate:** M (6-8 ore)
|
||||
**Dependencies:** None
|
||||
**Risk Level:** LOW
|
||||
**Status:** ✅ COMPLET (08 septembrie 2025, 22:30)
|
||||
|
||||
## Deliverables
|
||||
- **Files:** `api/01_create_table.sql`, `api/admin.py`, `docker-compose.yaml`
|
||||
- **Status:** ✅ Ready pentru testare cu ROA (10.0.20.36)
|
||||
- **Data completare:** 08 septembrie 2025, 22:30
|
||||
Reference in New Issue
Block a user