world-class / compass

Compass is a suite of tools for students enrolled in the University of London's online BSc in Computer Science program.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Link users to reviews and show username in review view

ankush opened this issue · comments

Reviews should be linked with user table and author name should be shown on review page

Example:
image

Another consideration: The author field should be updated when an account owner changes their name.

This means the review table should have FK user id column (which can then be used to get the user's name in the user table) rather than a user's name directly.