grchristensen / avpd

Apache License 2.0
0 stars 4 forks source link

TODO: (Notebooks) Profile and Extracted Features Persistence #10

Open grchristensen opened 3 years ago

grchristensen commented 3 years ago

Profiles and features extracted from text need to be able to be saved in files by the backend. I think the best way to handle this is to have a save function on the profile and extracted features, that returns some kind of file object. The file object needs to be able to be assigned to a Django FileField.

grchristensen commented 3 years ago

Plan to decide on return type for save functions and create mocks for the backend to use by the end of today.

Plan to finish by Friday night.