Commits on Source (9)
-
Shulha Jawas authored
feel free to adjust the seeder file if needed
aa96966f -
shazyaaa authoredd4d7a1a8
-
shazyaaa authored70e398c2
-
zyaaa-aaa authoreda4225151
-
zyaaa-aaa authoredca1f4c1f
-
zyaaa-aaa authoredcbb2573a
-
zyaaa-aaa authoredd972ce16
-
Shulha Jawas authored
Merge branch 'database' of https://gitlab.informatika.org/wigglomigglo/if2250-2024-k01-10-warehosea into database
7ff8bcdb -
Shulha Jawas authored846ba261
Showing
- src/controllers/adminController.py 37 additions, 0 deletionssrc/controllers/adminController.py
- src/controllers/barangController.py 131 additions, 0 deletionssrc/controllers/barangController.py
- src/controllers/controller.py 17 additions, 0 deletionssrc/controllers/controller.py
- src/controllers/warehouseController.py 62 additions, 0 deletionssrc/controllers/warehouseController.py
- src/database/seed.py 209 additions, 0 deletionssrc/database/seed.py
- src/database/warehosea.db 0 additions, 0 deletionssrc/database/warehosea.db
- src/database/warehosea.sql 0 additions, 0 deletionssrc/database/warehosea.sql
- src/models/admin.py 7 additions, 0 deletionssrc/models/admin.py
- src/models/barang.py 10 additions, 0 deletionssrc/models/barang.py
- src/models/model.py 4 additions, 0 deletionssrc/models/model.py
- src/models/warehouse.py 8 additions, 0 deletionssrc/models/warehouse.py
- test/test_admin_controller.py 54 additions, 0 deletionstest/test_admin_controller.py
- test/test_admin_model.py 28 additions, 0 deletionstest/test_admin_model.py
- test/test_barang_controller.py 97 additions, 0 deletionstest/test_barang_controller.py
- test/test_barang_model.py 34 additions, 0 deletionstest/test_barang_model.py
- test/test_warehouse_controller.py 95 additions, 0 deletionstest/test_warehouse_controller.py
- test/test_warehouse_model.py 24 additions, 0 deletionstest/test_warehouse_model.py
src/controllers/adminController.py
0 → 100644
src/controllers/barangController.py
0 → 100644
src/controllers/controller.py
0 → 100644
src/controllers/warehouseController.py
0 → 100644
src/database/seed.py
0 → 100644
src/database/warehosea.db
0 → 100644
File added
src/database/warehosea.sql
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
src/models/admin.py
0 → 100644
src/models/barang.py
0 → 100644
src/models/model.py
0 → 100644
src/models/warehouse.py
0 → 100644
test/test_admin_controller.py
0 → 100644
test/test_admin_model.py
0 → 100644
test/test_barang_controller.py
0 → 100644
test/test_barang_model.py
0 → 100644
test/test_warehouse_controller.py
0 → 100644
test/test_warehouse_model.py
0 → 100644