AY2122S1-CS2103T-T09-1 / tp

https://ay2122s1-cs2103t-t09-1.github.io/tp/
MIT License
4 stars 5 forks source link

Add Favourites to StudySpot #31

Closed mslevis closed 2 years ago

qreoct commented 2 years ago

Concept: a FavouriteCommand that allows us to save certain locations into a list of favourites.

Possible syntax: fav n/Bishan Library

Result: Added 'Bishan Library' to favourites!

We should be able to remove locations from favourites as well.

Listing all locations should show showing if a particular location is in Favourites.

Example (using the heart Unicode character, , to show that Bishan Library is in favourites):

list
1. Bishan Library (♥) ★★★★★ [aircon][wifi] 
#not-crowded

2. SRC Utown ★★★★★ [aircon][wifi]
#crowded

Implementation:

Potential future enhancements: