cs3226-2017-3c / lab05

0 stars 0 forks source link

Achievement System #20

Closed davidzhao800 closed 7 years ago

davidzhao800 commented 7 years ago

Use Eloquent relationship to model the achievement system of CS3233. Currently, only when we click a student detail, then we can see his/her list of achievements (as raw text). Remodel this using Eloquent relationship so that we can give additional view in our ranklist app: Show which students that have "Kattis apprentice 1/6", for example.

chengim commented 7 years ago

Done.