-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
For now, assume that schema is a simple, flat dictionary, the same structure you get when calling to_json() on a Pydantic BaseModel with a few fields and no nested structure. The only edits we need at this stage are:
- changing the data type of existing fields
- adding new fields
And some extra considerations:
- A minimal frontend is optional. The essential part is getting the FastAPI - MongoDB connection working reliably. If you want to experiment with a small frontend, feel free, but it’s not required.
- This implementation will probably require creating an initial schema (even an empty one is fine).
- We do not need import/export features yet.
- We also do not need to handle nested or more complex schemas at this point.
KoeppelSoftwareEngineer
Metadata
Metadata
Assignees
Labels
No labels