Home
carkifelet
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (2)
users
id
increments
timestamps
timestamps
softDeletes
softDeletes
name
string
(100)
surname
string
(100)
phone
string
(25)
email
string
(100)
password
string
(50)
roles
id
increments
timestamps
timestamps
role
string
(20)
roleUsers
id
increments
timestamps
timestamps
user_id
integer
role_id
integer
products
id
increments
timestamps
timestamps
softDeletes
softDeletes
name
string
(100)
rate
integer
status
integer
phase
integer
type
string
(20)
total
integer
count
integer
cuppons
id
increments
timestamps
timestamps
softDeletes
softDeletes
code
string
(20)
status
integer
phase
integer
type
string
(10)
shops
id
increments
timestamps
timestamps
softDeletes
softDeletes
name
string
(100)
cityID
integer
distID
integer
address
string
(500)
note
string
(5000)
phase
integer
cities
id
increments
timestamps
timestamps
name
string
(50)
districts
id
increments
timestamps
timestamps
softDeletes
softDeletes
name
string
(50)
cityID
integer
shopToProducts
id
increments
timestamps
timestamps
softDeletes
softDeletes
shopID
integer
produtID
integer
total
integer
successResults
id
increments
timestamps
timestamps
softDeletes
softDeletes
userID
integer
phone
string
(25)
shopID
integer
productID
integer
cupponCode
string
(20)
status
integer
phase
integer
type
integer
questions
id
increments
timestamps
timestamps
question
string
(200)
response
string
(1500)
level
integer
status
integer
requestApis
id
increments
timestamps
timestamps
userID
integer
request
string
(2000)
response
string
(2000)
smsRepports
id
increments
timestamps
timestamps
userID
integer
phone
string
(24)
messages
string
(120)
personnals
id
increments
timestamps
timestamps
softDeletes
softDeletes
shopID
integer
name
string
(50)
phone
string
(24)
userDatas
id
increments
timestamps
timestamps
softDeletes
softDeletes
name
string
(50)
phone
string
(24)
email
string
(50)
productID
integer
shopID
integer
phase
integer
status
integer
×
Comments for carkifelet
besimvatan . 27 November 2018
Mavi renkli tablolar sistem tabloları Kahverengi olanlar mağaza ile ilgili tablolar Turuncu tablolar ürün ile ilgili Kırmızı tablolar ise işleyen sistem ile ilgili
besimvatan . 27 November 2018
Senaryo; Kullanıcı mağazaya girer, cep telefonunu girer ve Unity üzerinden ilk request gelir. Gelen numara alınarak personel listesinde olup olmadığına bakılır. Eğer: personel ise dönen cevap ile personel olduğu bildirilir ve sonrasında yapılan işlemler kayıt altına alınmaz - ürün sayısı düşmez vs. request Request Api tablosuna kayıt edilir - personel idsi ile Değlise: user_data tablosuna ilk kayıt düşer sonrasında bir fonksiyon ile hangi dilimin geleceği belirlenir ve o da user_data tablosuna gerekli yere kayıt edilir Unity tarafından soru ile ilgili request gelir bu da aynı şekilde request api tablosuna kayıt edildikten sonra ilgili soru tablosundan ilgili veriler gönderilir. Dönen cevap bu kez success ise user_data tablosunda ki bilgiler ResultSuccess tablosuna kayıt edilir ve kullanılan kupon kodu ise durumu 1 yapılır vs vs. Mağazaya özel ürün kısmı ile ilgili işlemler için konuşulacak
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01