-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
42 lines (35 loc) · 1.89 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
username: db104
password: hej123
TODO:
index:
länk till Blocked pallets
länk till Search
länk till Create new pallets
barcode-reader-ruta för pallar in till Storage -> bekräfta inläsning
barcode-reader-ruta för pallar från Storage till delivery -> bekräfta inläsning
Search: (Innehåller inte någon info om BLOCKED products/pallets)
search for pallet-id
search for pallets of product
search for pallets of customer
Search for orderes that are to be delivired during a spec. time
search for how many pallets that have been produced during spec. time
Blocked pallets:
Ingredient
från och med TID till TID
Create pallets:
Som movie-booking isch
Diskutera:
Search by customer doesn't show any info about deliveryDate or things like that
1. A cover sheet with the name of the project, your names, education programs, and e-mail addresses. You must check mail to these addresses regularly.
Also give the date of submission and complete instructions for running your program.
2. An introduction (what the project is about, etc.).
3. Something about requirements that you fulfill or don’t fulfill.
4. An outline of your system (which database manager you use, which programs you have
written, how the programs communicate with the database, etc.).
5. An E/R diagram which describes the system.
6. Relations. Indicate primary keys, possibly secondary keys, and foreign keys. You must
show that the relations are normalized according to your chosen normal form (if a relation “obviously” is in BCNF you may say so, provided that you justify your statement). If a
relation is in a lower normal form than BCNF, you must justify this choice.
7. SQL statements to create all tables, views, stored procedures, and other database elements.
(Don’t include statements to create the initial contents of the database.)
8. A user’s manual (not necessary if everything in the program is self-explanatory).