openlearningtools / opencompetencies

A tool for organizing educational competencies.
MIT License
16 stars 3 forks source link

Complete enough refactoring to build a sample school #72

Closed ehmatthes closed 9 years ago

ehmatthes commented 9 years ago
ehmatthes commented 9 years ago

competencies -> graduation standards

ehmatthes commented 9 years ago

essential understandings -> performance indicators

ehmatthes commented 9 years ago

learning targets -> learning objectives

ehmatthes commented 9 years ago
ehmatthes commented 9 years ago

Current status: renamed elements in models.py, admin.py, views.py. Removed unused urls, view functions (1100 line views.py -> 600 line views.py), templates.

Tests won't run. Can create a school, but not a subject area. Main goals now:

ehmatthes commented 9 years ago

Next focus: Build out some elements through performance indicator, make sure I can do it through site. Then consider tests, or building out a sample school. Tests, then really clean up views.py?

ehmatthes commented 9 years ago

Build out elements through PI - works, but not showing them. I can create them through edit_sa_summary, etc, but viewing on sa_summary doesn't show new GS or PI. They do show up in the admin, and in the shell. View code issues?

ehmatthes commented 9 years ago

Next: focus on sa_summary and edit_sa_summary, make sure they work and display properly.

Write some tests!

ehmatthes commented 9 years ago

First test written that checks context. Checks that test_school appears in the context of the schools page.

ehmatthes commented 9 years ago

Closing this, as I'm currently writing tests. I'll open a separate issue for the actual refactoring.