Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Seller, Bidder, SellerAddressBook, BidderAddressBook, ReadOnlySellerAddressBook, ReadOnlyBidderAddressBook, UniqueSellerList, UniqueBidderList #77

Merged

Conversation

kormingsoon
Copy link

AddressBook for bidder and seller still needs to be modified

kormingsoon and others added 2 commits October 5, 2020 16:26
…lerAddressBook, ReadOnlyBidderAddressBook, UniqueSellerList, UniqueBidderList
This was linked to issues Oct 5, 2020
Copy link

@dianneloh9 dianneloh9 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Other than the small suggestion, LGTM. Nice job!

* Returns an unmodifiable view of the persons list.
* This list will not contain any duplicate persons.
*/
ObservableList<Bidder> getPersonList();

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would getBidderList() be a better name? So that when you call this method, you know that you are getting a bidder list and likewise for seller list. What do you think?

@dianneloh9 dianneloh9 merged commit ea71323 into AY2021S1-CS2103-W14-1:master Oct 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create BidderList and SellerList Create Seller and Bidder class
2 participants