connormayer / uci_phonotactic_calculator

Source code for the UCI Phonotactic Calculator, a website for calculating phonotactic metrics
https://phonotactics.socsci.uci.edu/
GNU General Public License v3.0
2 stars 1 forks source link

Update default files workflow #9

Closed connormayer closed 1 year ago

connormayer commented 2 years ago

Right now default training files are added via the Django Admin interface. It would be nice if we could set this up so there's greater customizability in the file descriptions, like allowing links, formatting, etc. Right now it seems to just be plain text. Even if this means manually editing an HTML file every time we add a new file, that's ok.

connormayer commented 2 years ago

It would also be nice if we could impose some structure on the default files. E.g., grouping them by whether they have frequency information, adult vs. child directed speech, etc.

connormayer commented 2 years ago

The way its set up now is actually kind of a two-step process as well. We add files via the admin interface, but if we want these to persist beyond a particular instance of the server, we also need to add them to the github repo.