seedcase-project / seedcase-sprout

Upload your research data to formally structure it for better, more reliable, and easier research.
https://sprout.seedcase-project.org/
MIT License
0 stars 0 forks source link

Convert DataType model to a regular dataclass/dataframe #507

Open lwjohnst86 opened 2 months ago

lwjohnst86 commented 2 months ago

The DataType model needs to have some weird stuff done to it to work, in order for it to be used as a Django model. But we don't really need it to be a model. We can use it as a simple data class or data frame that is created from code, rather than stored in the database. It also simplifies things a lot more for maintenance and testing purposes.