shizuko-akamoto / Trecipe

CPSC 436I Project (2020S)
1 stars 3 forks source link

Enable user rating upon check-off #102

Closed shizuko-akamoto closed 4 years ago

shizuko-akamoto commented 4 years ago

When checking off, there should be a popup that launches to rate this destination. The rating should be stored in Destination model in MongoDB. Stored as: Rating { username: string rating: int (0, 1, 2, 3, 4, 5) }