You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Elijah Lucian 104d39b4c6 🐛🔨 3 years ago
..
.vscode 🤞 3 years ago
build 🐛🔨 3 years ago
public 3 years ago
src 🐛🔨 3 years ago
.gitignore 3 years ago
.prettierrc 🤞 3 years ago
README.md 🧼 3 years ago
package-lock.json 💎 3 years ago
package.json 3 years ago
tsconfig.json 🤞 3 years ago
yarn.lock 💎 3 years ago

README.md

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