Please enable JavaScript.
Coggle requires JavaScript to display documents.
Mini, Backend - Coggle Diagram
Mini
Features
Login/Logout
SignUp
Login
Logout
Student Academics
Lost/Found
FOUND
Posting
user id
place where you found
details of item
contact details
Claiming
user id
contact details
LOST
What I lost
contact details
user id
Notifications
Post Notifications
user id
content of the post
image
view notifications
Canteen
Buyer
list of all items available
amount
description
Cart
items in cart
total price
payment method
gateway
Orders
Date and time of purchase
item
delivery status
amount paid
order id
Seller
Orders
order id
student id
delivery status
Item Avilability
item description
availability status
time to deliver
Balance Sheet
Attendance
Student
Teacher
Discussion
Student Wallet
Library
Student(Same as cateen)
Backend
Models
user
user id
name
UniqueID
emailid
password
join date
phone number
orders
role
food items
item description
item name
item id
stock
price
time to deliver
books
food orders
user id
item id
price
delivery status
books rent
lost/found items
lost / found status
item description
place found/lost
user id
claim status
claimed user id
date
image
query id
notification
user id
notification description
time of post
Routes
Orders
create order
get orders
get orders list
delete order
get by orderid
Notification
post notification
get notifications
Authentication
sign in
sign out
Food Items
Post item
delete item
get all items
get item by id
update item
Lost Found
post query
delete query
get all queries
get query by id
claim
update query
userss
get userby id
get user orders
update user
Controller