-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Checklist
- Searched for, and did not find, duplicate issue
- Focused on one specific problem
- Gave a concise and relevant name
- Wrote a clear description
- Identified affected components
- Optional Assigned relevant labels
- Optional Outlined a possible solution
Description
Phoenix Spark Users should be able to check out books from the lab library. Create a class of books to hold information of books in library. Users should be able to check out multiple books.
Affected Components
- New Class For Books
- Alembic Migration
- Relationship with User Class
Proposed Solution
- ASIN string primary key
- Title String Not Null
- Other Fields as found (verbatim) from csv library data
- Many to One Relationship with User Table
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request