55## 📑 Index
66
77- [ 1. Resume] ( #1-resume )
8- - [ 2. Company Overview] ( #2-company-overview )
9- - [ 3. Objectives] ( #3-objectives )
10- - [ 4. Target Audience] ( #4-target-audience )
11- - [ 5. Why an Information System (IS) Matters] ( #5-why-an-information-system-is-matters )
12- - [ 6. Mission & Core Values] ( #6-mission--core-values )
13- - [ 7. Team Structure & User Roles] ( #7-team-structure--user-roles )
14- - [ 8. Requirements] ( #8-requirements )
15- - [ 9. Entities and Atributes] ( docs/entities-atributes.md )
16- - [ 10. Entities Relational Diagram] ( images/er-diagram.png )
17- - [ 11. Relational Database] ( docs/relational-database.md )
18- - [ 12. Data Seeding] ( docs/data-seeding.md )
19- - [ 13. SQL Simple Queries] ( queries/simple-queries.md )
20- - [ 14. SQL Advanced Queries] ( queries/advanced-querias.md )
8+ - [ 2. Improvements] ( #2-improvements )
9+ - [ 3. Company Overview] ( #3-company-overview )
10+ - [ 4. Objectives] ( #4-objectives )
11+ - [ 5. Target Audience] ( #5-target-audience )
12+ - [ 6. Why an Information System (IS) Matters] ( #6-why-an-information-system-is-matters )
13+ - [ 7. Mission & Core Values] ( #7-mission--core-values )
14+ - [ 8. Team Structure & User Roles] ( #8-team-structure--user-roles )
15+ - [ 9. Requirements] ( #9-requirements )
16+ - [ 10. Entities and Atributes with Data Types] ( #10-entities-and-atributes-with-data-types )
17+ - [ 11. Entities Relational Diagram] ( images/er-diagram.png )
18+ - [ 12. Relational Database] ( docs/relational-database.md )
19+ - [ 13. Data Seeding] ( docs/data-seeding.md )
20+ - [ 14. SQL Simple Queries] ( queries/simple-queries.md )
21+ - [ 15. SQL Advanced Queries] ( queries/advanced-querias.md )
2122
2223---
2324
2425## 1. Resume
2526
26- ## 2. Company Overview
27+ ## 2. Improvements
28+
29+ ## 3. Company Overview
2730
2831** Company Name:** * Malta Brew, Taproom*
2932
3740
3841---
3942
40- ## 3 . Objectives
43+ ## 4 . Objectives
4144
4245Malta Brew, Taproom aims to evolve beyond a taproom into a vibrant cultural hub.
4346
@@ -49,13 +52,13 @@ Malta Brew, Taproom aims to evolve beyond a taproom into a vibrant cultural hub.
4952
5053---
5154
52- ## 4 . Target Audience
55+ ## 5 . Target Audience
5356
5457The establishment welcomes individuals aged ** 18 and above** , of any nationality, who appreciate gastronomic and cultural experiences tied to craft beer.
5558
5659---
5760
58- ## 5 . Why an Information System (IS) Matters
61+ ## 6 . Why an Information System (IS) Matters
5962
6063An integrated Information System is essential for achieving operational excellence and strategic growth:
6164
@@ -68,7 +71,7 @@ An integrated Information System is essential for achieving operational excellen
6871
6972---
7073
71- ## 6 . Mission & Core Values
74+ ## 7 . Mission & Core Values
7275
7376### Mission
7477
@@ -85,7 +88,7 @@ Deliver exceptional, discovery-rich experiences centered on Portuguese craft bee
8588
8689---
8790
88- ## 7 . Team Structure & User Roles
91+ ## 8 . Team Structure & User Roles
8992
9093### Organizational Structure
9194
@@ -103,9 +106,9 @@ Deliver exceptional, discovery-rich experiences centered on Portuguese craft bee
103106| Management | Internal, Full | Control across clients, events, products, and operations |
104107| Employees | Internal, Limited | Access to clients, events, and products (day-to-day tasks) |
105108
106- ## 8 . Requirements
109+ ## 9 . Requirements
107110
108- ### 8 .1 Functional Requirements
111+ ### 9 .1 Functional Requirements
109112
110113#### 👤 For the Customer
111114
@@ -162,7 +165,7 @@ Deliver exceptional, discovery-rich experiences centered on Portuguese craft bee
162165
163166---
164167
165- ### 8 .2 Non-Functional Requirements
168+ ### 9 .2 Non-Functional Requirements
166169
167170- NFR01: ** Security** – Sensitive data encryption, permission management, payment security.
168171- NFR02: ** Usability** – Intuitive interface, multilingual, accessible via app and kiosk.
@@ -173,7 +176,7 @@ Deliver exceptional, discovery-rich experiences centered on Portuguese craft bee
173176
174177---
175178
176- ### 8 .3 Technical Constraints
179+ ### 9 .3 Technical Constraints
177180
178181- TC01: Central database in ** SQLite** .
179182- TC02: Native integration with cashless terminals (own or via API).
@@ -182,7 +185,7 @@ Deliver exceptional, discovery-rich experiences centered on Portuguese craft bee
182185
183186---
184187
185- ### 8 .4 Reports & Audit
188+ ### 9 .4 Reports & Audit
186189
187190- RA01: Complete listings by period: sales, customers, products.
188191- RA02: Real-time stock reports.
@@ -191,13 +194,13 @@ Deliver exceptional, discovery-rich experiences centered on Portuguese craft bee
191194
192195---
193196
194- ### 8 .5 Special Rules & Notes
197+ ### 9 .5 Special Rules & Notes
195198
196199- SR01: Integrate general stock: consumption automatically reduces stock.
197200- SR02: Independent modules with communication between areas (customers, suppliers, products, events).
198201- SR03: Easy maintenance and future updates.
199202
200- ## 9. System Entities and Data types
203+ ## 10. Entities and Atributes with Data Types
201204
202205This document describes the main entities of the system and their respective attributes, based on the relational model in SQLite.
203206
@@ -368,11 +371,11 @@ Order_items (
368371);
369372```
370373
371- ## 10 . Entities Relational Diagram
374+ ## 11 . Entities Relational Diagram
372375
373376<img src =" images\er-diagram.png " >
374377
375- ## 11 . Relational Database
378+ ## 12 . Relational Database
376379
377380### Clients Table
378381
0 commit comments