Please enable JavaScript.
Coggle requires JavaScript to display documents.
user - Coggle Diagram
user
Analytics
Consistency Graph (time based) :check:
Topic wise Percentage :check:
Diffculty based pie chart :check:
User based status :check:
percentage of questions solved :check:
questions
Question get_all :check:
need modification
pagination
get user marks with question
number of friends solved same question
bookmark
topic
question_user_mark
post
.
previous_mark
primary key (of question_user_mark)
restriction
patch
unique constraint on question_id and user_id combination
prevent sql injection
validation
Filter
Problem Difficulty :check:
E,M,H
Current status :check:
feedback for difficulty
Topic :check:
question search :check:
error handling
auth
signin :check:
signup :check:
restrict someone from creating superuser :check:
logout :check:
social
pair programming
compare with other user
notifications
add (1,2) and (2,1) both in table