BinHong Lee
82d80e43f9
Added test for deleteUser function
há 7 anos
BinHong Lee
4d8541b6b2
Converted UserFactoryTest to kotlin
há 7 anos
BinHong Lee
2eff50d2ab
DeleteDialog is now implemented and for both User and Book
há 7 anos
BinHong Lee
897750971d
Renamed DeleteBook to DeleteBookDialog for naming consistency
há 7 anos
BinHong Lee
f2237e8727
Converted BookTest and UserTest to Kotlin
há 7 anos
BinHong Lee
ee02077edb
Converted all factory files to Kotlin
há 7 anos
BinHong Lee
af3dd212d1
Converted User class to Kotlin
há 7 anos
BinHong Lee
00f9e5c388
Converted Book class to Kotlin
há 7 anos
BinHong Lee
d13c326cd9
Further increase code coverage
há 7 anos
BinHong Lee
003197131d
Increased code coverage
há 7 anos
BinHong Lee
c2f219227c
Set theme jekyll-theme-midnight
há 7 anos
BinHong Lee
716cb581c1
Added .codecov.yml
há 7 anos
BinHong Lee
9d77520ea4
Deploy first pre-release
há 7 anos
BinHong Lee
566ab73aba
Separate linux JDK tests to 2 jobs
há 7 anos
BinHong Lee
008fb84203
JDK switcher doesn't work in OSX
há 7 anos
BinHong Lee
55f52245aa
Added Travis-CI, codecov and LICENSE file
há 7 anos
BinHong Lee
0b6532dd73
Updated JavaDocs and JUnit tests for all non-UI classes
há 7 anos
BinHong Lee
61e20f59ca
Set theme jekyll-theme-midnight
há 7 anos
BinHong Lee
65c9bec312
Documentations are now all in javadocs (through Maven Apache)
há 7 anos
BinHong Lee
274f9e755f
Added edit options for books and users
há 7 anos
BinHong Lee
74784513c7
Settings now allow custom title and save file names.
há 7 anos
BinHong Lee
3bfcf9cd02
Can create new book through UI, BookFactory now search for id instead of position in list
há 7 anos
BinHong Lee
4a945aec5a
Now creates new json if it doesn't exist and allow to create new user through UI
há 7 anos
BinHong Lee
7f6185bcef
Added more buttons!
há 7 anos
BinHong Lee
154a6380df
Rent and return are now both working features
há 7 anos
BinHong Lee
ee8f91c85e
Added users.json and basic UI implementation
há 7 anos
BinHong Lee
76017c0d0d
Added JSON implementation for books
há 7 anos
BinHong Lee
9eb12152c5
Added json.jar as an external resources.
há 7 anos
BinHong Lee
88631e3cf4
Added Basic GUI without any functionality
há 7 anos
BinHong Lee
b23c6d945a
Changed from 1.9 to 1.6
há 7 anos
BinHong Lee
fed181d867
Added specification for source and target in pom.xml
há 7 anos
BinHong Lee
9a8ccbaebe
Merge branch 'master' of https://github.com/binhonglee/LibrarySystem
há 7 anos
BinHong Lee
f331a3c398
Update some formatting
há 7 anos
BinHong Lee
a9652140ae
Set theme jekyll-theme-dinky
há 7 anos
BinHong Lee
c6f00392b2
Changed table of content to table format
há 7 anos
BinHong Lee
7fd9a1f2c0
Third attempt to fix formatting issue
há 7 anos
BinHong Lee
428276fbfd
Another attempt to fix the formatting issue
há 7 anos
BinHong Lee
d82f2cf735
Fixed some formatting on docs
há 7 anos
BinHong Lee
6a668e9c7a
Merge branch 'master' of https://github.com/binhonglee/LibrarySystem
há 7 anos
BinHong Lee
2d9c778a24
Updated documentations to include all classes available
há 7 anos
BinHong Lee
1ddf3c637a
Set theme jekyll-theme-time-machine
há 7 anos
BinHong Lee
5d9728cc23
Added documentations for Book and BookFactory
há 7 anos
BinHong Lee
ec2bdc1d63
Added basic README.md
há 7 anos
BinHong Lee
2739aa568b
Now uses Maven for compile, clean and execution
há 7 anos
BinHong Lee
e41e28bff6
Main.java
- borrowBook(User, Book) is added as a unified function that will
update and change all required data when a user attempts to borrow a
book
há 8 anos
BinHong Lee
e53d8b0423
currentDay()
- It now returns the array of the actual numbers instead of the default
formatting
há 8 anos
BinHong Lee
40b9b86320
Minor bug
- Fixed missing semicolon on import statement
- Fixed formatting error when declaring ‘int[] currentDay’
há 8 anos
BinHong Lee
729bbf9033
Main.java
- Added returnBook(User, Book) which will update both the users and the
books upon success on returning the book
- Added currentDay() that would return the current date in int array
- Added calDueDate(int) that takes the current date from currentDay()
and calculate the due date from there
há 8 anos
BinHong Lee
5b6742ce71
update() for BookFactory
- Added update(Book) on BookFactory.java
há 8 anos
BinHong Lee
2ab2cdd3d4
UserFactory Bug fixes
- Declared users as ArrayList
- Fixed false declaration method of newUser(String, int)
- Renamed new and old to newUser and oldUser due to ‘new’ unusable
há 8 anos