.. | ||
.vscode | ||
build | ||
public | ||
src | ||
.gitignore | ||
.prettierrc | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json | ||
yarn.lock |
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
- phone
Session Capture
start session