-
Example: OL15162854M was created from a UofT Marc by importbot on 18 Sep 2008. That imported record is stale. A search at that library finds that same record 670101s1941 now shows an oclcno 221428809.…
-
As a part of https://github.com/CSC207-2022F-UofT/course-project-poppin-party-peacocks/issues/70, this pull request improves the test coverage and doc strings of our comparator and entities classes in…
-
The logic for the if statement on giving the option to leave jail in game state (line 92), needs to be changed so that it's if turnsInJail is over -1 instead of equal.
_Originally posted by…
-
Add a back button to go back from fulfilling order screen to the seller screen.
-
When logging in as a seller and there are no active orders for the seller's residence, clicking on ""Accept Order"" throws a null pointer exception in the console. You may add a check or catch the exc…
-
Fixed a bug in QuestionResponseModel that every return of phone number shows the phone number doesn't exist.
-
Should we change the name of the addAllUser method in UserList to just addUser?
Right now, the name seems to imply it adds multiple users at once to the database, but it actually just adds one.
-
Also see how many points - but generally
Like maximum, below recommended
-
-
https://github.com/CSC207-2022F-UofT/course-project-team-bbq/blob/a8f562c191d6fd417fb393a64a20fbf1b9dc663f/src/main/java/dataAccess/FlashcardSetDataAccess.java#L64
The string format method is givin…