DDMAL / CantusDB

A new site for Cantus Database running under Django.
https://cantusdatabase.org
MIT License
5 stars 6 forks source link

Comment out chant segment and BD-specific fields on chant forms #1522

Closed dchiller closed 3 months ago

dchiller commented 3 months ago

We're still figuring out how we will handle the need for both source and chant level "segments", so for now I'm commenting out the additional segment and other fields introduced in #1473 until we reach a final decision. This will allow us to update production with other changes while decision-making and development proceeds on those issues. Much of the functionality and the fields might still be needed, so I don't remove any fields from the chant model and I only comment out these fields on the chant edit and chant create forms. Getting these working is a high priority task, so I'm not worried that these comments will get hidden in the code base for long.

Closes #1521.