DDMAL / VIM

The Virtual Instrument Museum website repository
MIT License
0 stars 2 forks source link

Create initial models #37

Closed dchiller closed 1 year ago

dchiller commented 1 year ago

Adds an initial django app "instruments" and associated models and migrations. Closes #3.

All initial models agreed upon in #7 have been added here, except:

  1. Location-related fields on all models. Adding these has been pushed to #34.
  2. Model fields capturing sources. Adding these has been pushed to #35.
  3. A User mode. This has been pushed to #36.

Leaving out these models allows us to proceed with some of our first set of user stories without having to deal yet with superfluous models (eg. users) or aspects of these models that have some additional complexities (eg. reconciling location data in VIM to Wikidata).

kunfang98927 commented 2 months ago

close #34 #35 #36