BinHong Lee
4d8541b6b2
Converted UserFactoryTest to kotlin
il y a 7 ans
BinHong Lee
2eff50d2ab
DeleteDialog is now implemented and for both User and Book
il y a 7 ans
BinHong Lee
897750971d
Renamed DeleteBook to DeleteBookDialog for naming consistency
il y a 7 ans
BinHong Lee
f2237e8727
Converted BookTest and UserTest to Kotlin
il y a 7 ans
BinHong Lee
ee02077edb
Converted all factory files to Kotlin
il y a 7 ans
BinHong Lee
af3dd212d1
Converted User class to Kotlin
il y a 7 ans
BinHong Lee
00f9e5c388
Converted Book class to Kotlin
il y a 7 ans
BinHong Lee
d13c326cd9
Further increase code coverage
il y a 7 ans
BinHong Lee
003197131d
Increased code coverage
il y a 7 ans
BinHong Lee
c2f219227c
Set theme jekyll-theme-midnight
il y a 7 ans
BinHong Lee
716cb581c1
Added .codecov.yml
il y a 7 ans
BinHong Lee
9d77520ea4
Deploy first pre-release
il y a 7 ans
BinHong Lee
566ab73aba
Separate linux JDK tests to 2 jobs
il y a 7 ans
BinHong Lee
008fb84203
JDK switcher doesn't work in OSX
il y a 7 ans
BinHong Lee
55f52245aa
Added Travis-CI, codecov and LICENSE file
il y a 7 ans
BinHong Lee
0b6532dd73
Updated JavaDocs and JUnit tests for all non-UI classes
il y a 7 ans
BinHong Lee
61e20f59ca
Set theme jekyll-theme-midnight
il y a 7 ans
BinHong Lee
65c9bec312
Documentations are now all in javadocs (through Maven Apache)
il y a 7 ans
BinHong Lee
274f9e755f
Added edit options for books and users
il y a 7 ans
BinHong Lee
74784513c7
Settings now allow custom title and save file names.
il y a 7 ans
BinHong Lee
3bfcf9cd02
Can create new book through UI, BookFactory now search for id instead of position in list
il y a 7 ans
BinHong Lee
4a945aec5a
Now creates new json if it doesn't exist and allow to create new user through UI
il y a 7 ans
BinHong Lee
7f6185bcef
Added more buttons!
il y a 7 ans
BinHong Lee
154a6380df
Rent and return are now both working features
il y a 7 ans
BinHong Lee
ee8f91c85e
Added users.json and basic UI implementation
il y a 7 ans
BinHong Lee
76017c0d0d
Added JSON implementation for books
il y a 7 ans
BinHong Lee
9eb12152c5
Added json.jar as an external resources.
il y a 7 ans
BinHong Lee
88631e3cf4
Added Basic GUI without any functionality
il y a 7 ans
BinHong Lee
b23c6d945a
Changed from 1.9 to 1.6
il y a 7 ans
BinHong Lee
fed181d867
Added specification for source and target in pom.xml
il y a 7 ans
BinHong Lee
9a8ccbaebe
Merge branch 'master' of https://github.com/binhonglee/LibrarySystem
il y a 7 ans
BinHong Lee
f331a3c398
Update some formatting
il y a 7 ans
BinHong Lee
a9652140ae
Set theme jekyll-theme-dinky
il y a 7 ans
BinHong Lee
c6f00392b2
Changed table of content to table format
il y a 7 ans
BinHong Lee
7fd9a1f2c0
Third attempt to fix formatting issue
il y a 7 ans
BinHong Lee
428276fbfd
Another attempt to fix the formatting issue
il y a 7 ans
BinHong Lee
d82f2cf735
Fixed some formatting on docs
il y a 7 ans
BinHong Lee
6a668e9c7a
Merge branch 'master' of https://github.com/binhonglee/LibrarySystem
il y a 7 ans
BinHong Lee
2d9c778a24
Updated documentations to include all classes available
il y a 7 ans
BinHong Lee
1ddf3c637a
Set theme jekyll-theme-time-machine
il y a 7 ans
BinHong Lee
5d9728cc23
Added documentations for Book and BookFactory
il y a 7 ans
BinHong Lee
ec2bdc1d63
Added basic README.md
il y a 7 ans
BinHong Lee
2739aa568b
Now uses Maven for compile, clean and execution
il y a 7 ans
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
il y a 8 ans
BinHong Lee
e53d8b0423
currentDay()
- It now returns the array of the actual numbers instead of the default
formatting
il y a 8 ans
BinHong Lee
40b9b86320
Minor bug
- Fixed missing semicolon on import statement
- Fixed formatting error when declaring ‘int[] currentDay’
il y a 8 ans
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
il y a 8 ans
BinHong Lee
5b6742ce71
update() for BookFactory
- Added update(Book) on BookFactory.java
il y a 8 ans
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
il y a 8 ans
BinHong Lee
4ab4761225
getId(), UserFactory
User.java
- Added getId()
UserFactory
- Added simple constructor (to be modified further)
- Added newUser(), getUser(String), getUser(int) for interaction with
the List<User>
- Added update(User, User) to update/replace an item in the List
il y a 8 ans