issues
search
jflcarvalho
/
lbaw1763
Project developed for 'Database and Web Applications Laboratory', a third year subject @FEUP. The objective is to create one simple website with some new frameworks.
http://lbaw1763.lbaw-prod.fe.up.pt
1
stars
3
forks
source link
[MED] Ability to Report messages
#48
Closed
rendoir
closed
6 years ago
rendoir
commented
6 years ago
send request through ajax;
response to ajax request should be whether message was banned (depends on number of reports);
on client side, with javascript, display "message banned" if appropriate;
backend: update db with new number of reports;
frontend: tooltip saying "report message" on hover of report button.
rendoir
commented
6 years ago
Missing front-end and response to ajax.