Skip to content

Conversation

@thusser252
Copy link
Contributor

  • Add SQL queries file (trishtanhusser.sql) with:

    • Count of media items by type
    • Sum of total pages checked out by guests
    • All guests with checkout records using LEFT JOIN
  • Implement library_users table and complete integration:

    • Create LibraryUserModel with JPA annotations
    • Create LibraryUserRepository with CRUD operations
    • Update LibraryDataModel to include users
    • Update LibraryDbDataLoader to load users from database
    • Add sample users with bcrypt-encoded passwords
  • Update database creation script to include users table

  • All tests passing and application working correctly

- Add SQL queries file (trishtanhusser.sql) with:
  * Count of media items by type
  * Sum of total pages checked out by guests
  * All guests with checkout records using LEFT JOIN

- Implement library_users table and complete integration:
  * Create LibraryUserModel with JPA annotations
  * Create LibraryUserRepository with CRUD operations
  * Update LibraryDataModel to include users
  * Update LibraryDbDataLoader to load users from database
  * Add sample users with bcrypt-encoded passwords

- Update database creation script to include users table
- All tests passing and application working correctly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant