DouglasNeuroInformatics / DataBank

An open-source, web-based platform for managing, versioning, and sharing tabular datasets
https://databank.douglasneuroinformatics.ca/
GNU Affero General Public License v3.0
8 stars 5 forks source link

Backend implementation of dataset, tabular data, column, and project #71

Closed Flyinchicken closed 3 months ago

Flyinchicken commented 7 months ago

Rewrote dataset module #38 and within the dataset module, the create dataset method can parse csv file uploaded by user #41 Implemented project module #39 and project depends on the dataset module to get a view For now, only tabular datasets are supported. Dataset -> tabular data -> columns