Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0010aor/FlashNotes
/ CollectionCreate
Class
CollectionCreate
backend/src/flashcards/schemas.py:12–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
11
12
class
CollectionCreate(CollectionBase):
13
prompt: str | None = Field(default=None, max_length=100)
14
15
16
class
CollectionUpdate(SQLModel):
Callers
9
test_collection
Function · 0.90
test_multiple_collections
Function · 0.90
test_create_collection_with_prompt
Function · 0.90
test_create_collection_with_ai_generation_error
Function · 0.90
test_different_user_access
Function · 0.90
test_collection
Function · 0.90
test_collection
Function · 0.90
multiple_practice_sessions
Function · 0.90
test_start_practice_with_empty_collection
Function · 0.90
Calls
no outgoing calls
Tested by
9
test_collection
Function · 0.72
test_multiple_collections
Function · 0.72
test_create_collection_with_prompt
Function · 0.72
test_create_collection_with_ai_generation_error
Function · 0.72
test_different_user_access
Function · 0.72
test_collection
Function · 0.72
test_collection
Function · 0.72
multiple_practice_sessions
Function · 0.72
test_start_practice_with_empty_collection
Function · 0.72