Files
evidencija-rezija/web-app/docs/sprints/sprint-description-n-prompt.md
Knee Cola 57dcebd640 refactor: convert repository to monorepo with npm workspaces
Restructured the repository into a monorepo to better organize application code
and maintenance scripts.

## Workspace Structure
- web-app: Next.js application (all app code moved from root)
- housekeeping: Database backup and maintenance scripts

## Key Changes
- Moved all application code to web-app/ using git mv
- Moved database scripts to housekeeping/ workspace
- Updated Dockerfile for monorepo build process
- Updated docker-compose files (volume paths: ./web-app/etc/hosts/)
- Updated .gitignore for workspace-level node_modules
- Updated documentation (README.md, CLAUDE.md, CHANGELOG.md)

## Migration Impact
- Root package.json now manages workspaces
- Build commands delegate to web-app workspace
- All file history preserved via git mv
- Docker build process updated for workspace structure

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-25 12:13:04 +01:00

1.1 KiB

Sprint 01: adding barcode print support

In this sprint we will add a capability to print a table containing all 2D barcode images for a given month.

Changes to the UI

In the UI within month card a button will be added:

  • location: at the bottom - next to "Add a new realestate"
  • tooltip:
    • EN tooltip: "Print 2D codes"
    • HR tooltip: "Ispis 2d kodova"
  • icon: printer
  • action on pressed: show a print preview in the new tab/window

Print preview

Print preview will contain a table of all 2D barcodes found within that month.

In print preview the table will have 3 columns:

  1. row index
  2. bill info:
  • yyyy-mm formated current month's date
  • realestate name
  • bill name
  1. 2D barcode image

In top-left corner of the page (position fixed) will be a printer icon which will trigger the print action. The icon will not be visible in the printed version of the document.

Styling

  • use Tailwind CSS
  • print dialog: native dialog
  • print type: B&W
  • paper size: A4
  • when printerd the 2D barcode will have the following size:
    • width = 58 mm
    • height: automatic without changing proportions of original image