Files
3Dshock/client
Elijah Lucian 104d39b4c6 🐛🔨
2021-03-24 00:04:04 -07:00
..
🤞
2021-03-07 18:18:51 -07:00
🐛🔨
2021-03-24 00:04:04 -07:00
2021-03-07 20:08:18 -07:00
🐛🔨
2021-03-24 00:04:04 -07:00
2021-03-07 20:08:18 -07:00
🤞
2021-03-07 18:18:51 -07:00
💎
2021-03-23 23:40:53 -07:00
2021-03-07 20:08:18 -07:00
🧼
2021-03-07 20:45:57 -07:00
🤞
2021-03-07 18:18:51 -07:00
💎
2021-03-23 23:40:53 -07:00

3DShock Client

Requirements (pages)

Routes

Client Datatype

type Client = {
  name: string
  email: string
  phone: number
  photos: string[]
}

post /api/clients -> create new client get /api/clients/:id -> get client

post /api/clients/:id/session -> begin capture delete /api/clients/:id/session -> delete all current photos (for new capture)

Note Needed

get /api/clients -> get client list get /api/clients/:id/session -> get active sesion (list of preview photo locations)

Create Session

Information gathering

  • name
  • email
  • phone

Session Capture

start session

Capture Review Phase

Capture Finish -> Create Session