icon picker
Web Dev

For business use only. This document contains everything you need to know about our business, client onboarding, client demographics, business plan, service offerings

1) Web Dev Criticals:


App Pages - Public pages ( login, signup, general info) Private pages (user profile, saved items, shopping cart, etc)
API endpoints -
Backend data

App Pages

User tickets - private
Tickets id - private
New tickets - private
All tickets - private (admins only)
Permissions - private (admins only)
Login - public


Backend data: tables (keys)

User: email, name, role (text)
Tickets: title, status, type, description, video link, project link, screen shots (array), comments, needed soon, urgency, user_id (text)
Comments: comment, display, color (text)

API endpoints: verb (route) postman

GET, user-tickets


Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.