Files
gomag-vending/docs/stories/P1-001-ARTICOLE_TERTI.md
Marius Mutu 3a234b5240 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>
2025-09-09 19:38:31 +03:00

1.5 KiB

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

  • Tabel ARTICOLE_TERTI cu structura specificată
  • Primary Key compus (sku, codmat)
  • Docker environment cu Oracle Instant Client
  • Flask admin interface cu test conexiune
  • Date test pentru mapări (reîmpachetare + set compus)
  • Configurare tnsnames.ora pentru ROA

Technical Tasks

  • Creare fișier 01_create_table.sql
  • Definire structură tabel cu validări
  • Configurare Docker cu Oracle client
  • Setup Flask admin interface
  • Test conexiune Oracle ROA
  • Insert date test pentru validare

Definition of Done

  • Cod implementat și testat
  • Tabel creat în Oracle fără erori
  • Docker environment funcțional
  • Conexiune Oracle validată
  • Date test inserate cu succes
  • 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