tl-its-umich-edu / my-learning-analytics

My Learning Analytics (MyLA)
Apache License 2.0
36 stars 39 forks source link

Fixes #1420: clean up names in models #1586

Closed jxiao21 closed 2 months ago

jxiao21 commented 3 months ago

Fixes #1420 Removed verbose names that automatically match and thus don't affect UI Added help text in Name, Start/End Date, and Data Last Updated Could use feedback on which potential verbose names could be renamed and to what

jxiao21 commented 2 months ago

These changes to the models seem good to me.

Can you provide the migration for this?

docker exec -it student_dashboard /bin/bash
./manage.py  makemigrations

Then you should have a new file there you can add to this.

Is that the command I need to run in the terminal?

jxiao21 commented 2 months ago

If so, this is what comes up: root@27c69b6c5aff:/code# And I have to enter something in which I'm not sure what to enter in.

jonespm commented 2 months ago

If so, this is what comes up: root@27c69b6c5aff:/code# And I have to enter something in which I'm not sure what to enter in.

Yeah when that comes up run

./manage.py makemigrations