Web Dev

Web Dev must have;


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.