Skip to content

Add index field to schema on the fly #10

Description

@korenmiklos

This is a UX issue: the user should not care about how we index rows.

class EducationItem(BaseModel):
    index: int
    year: Optional[List[str]]
    university: Optional[List[str]]

should become

class EducationItem(BaseModel):
    year: Optional[List[str]]
    university: Optional[List[str]]

and the code should modify the model.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions