Skip to content

Releases: AY2324S2-CS2103T-F11-2/tp

MyBookshelf V1.4

15 Apr 15:37
527d2fd
Compare
Choose a tag to compare
Merge pull request #344 from ashleyclx/branch-AddIntro

Remove use case links

A-ReleaseV1.3.1

04 Apr 15:54
90fe2ae
Compare
Choose a tag to compare
  • Add limit and threshold
  • Add addbook and delbook command
  • UI changes
  • Bug fixed

A-ReleaseTrial

29 Mar 07:44
d7c724e
Compare
Choose a tag to compare

Trial release for smoke testing

Added:

  • Book list to Person
  • Library
  • Library Logic
  • Threshold
  • Limit Command
  • Changes to UI

Note: UI is not finalised and Library panel does not automatically update as of now

v1.2

21 Mar 12:22
b161a54
Compare
Choose a tag to compare
  1. Added a Booklist class to store books borrowed by the user.
  2. Added a MeritScore class to keep track if the user can borrow a book.
  3. Added a Book class to create a new book object.
  4. Added a Borrow command to allow users to borrow a book.
  5. Added a Return command to allow users to return a book.
  6. Added a Donate command to allow users to donate a book.

User needs a merit score greater than 0 to borrow a book.
If a user borrows a book, the merit score will reduce by 1.
If a user donates or returns a book, the merit score will increase by 1.
Currently, a user can only borrow one book at a time.

Donate a book
image

Borrow a book
image

Return a book
image