LoL windoos
This commit is contained in:
parent
eba3fc5f07
commit
cc62911509
3 changed files with 35 additions and 24 deletions
11
.gitignore
vendored
11
.gitignore
vendored
|
@ -32,8 +32,7 @@ var/
|
|||
pip-log.txt
|
||||
pip-delete-this-directory.txt
|
||||
|
||||
# Unit test / coverage reports
|
||||
htmlcov/
|
||||
# Unit test / coverage reportshtmlcov/
|
||||
.tox/
|
||||
.coverage
|
||||
.cache
|
||||
|
@ -52,3 +51,11 @@ docs/_build/
|
|||
|
||||
# PyBuilder
|
||||
target/
|
||||
|
||||
# PyCharm
|
||||
.idea/
|
||||
|
||||
# ConfigFile
|
||||
app/config.py
|
||||
|
||||
|
||||
|
|
10
db/muhscheme
10
db/muhscheme
|
@ -1,14 +1,18 @@
|
|||
ORDERS
|
||||
=======
|
||||
OrderID | Courier | Locatie | Starttijdstip | Eindtijstip | Comment
|
||||
OrderID | User | LocatieID | Starttijdstip | Eindtijstip | Comment
|
||||
|
||||
Item
|
||||
=====
|
||||
ItemID | OrderID | User | Food
|
||||
ItemID | OrderID | User | FoodID
|
||||
|
||||
Locaties
|
||||
======
|
||||
LocatieID | Naam | Adres | Telefoonnummer
|
||||
LocatieID | Naam | Adres | Coordinaten(2.0) | Website
|
||||
|
||||
LocatieMetaData
|
||||
===============
|
||||
LocatieID | Key | Value
|
||||
|
||||
Food
|
||||
=====
|
||||
|
|
Loading…
Reference in a new issue