This is an issue to collect things that should be done after the alignment (#41) to the Great Schools Partnership model.
[x] Schools need an owner?
[ ] Identify and implement the first real milestone: using the project to manage competencies that will see actual use.
[ ] Implement a full email-based registration system. This will allow password resets, and communication with people interested in the project.
[ ] Include links to GSP documents. Include them in the project itself?
[ ] Reach out to GSP. Make sure this is welcome; make sure no licensing issues.
Most of their work is clearly marked CC, I'm pretty sure this won't be an issue.
[ ] Implement a more efficient data structure, such as MPTT. This should be a high priority, because it simplifies all subsequent work.
This may need to come before a more proper forking implementation?
[x] Reevaluate whether "School" is the appropriate container for a set of standards. Could be "Organization". Could simply allow an alias for what kind of organization/ container user is representing.
[x] Make a plan for improving test coverage. At this stage, there's value in working with the project before testing fully. But a baseline level of test coverage will become critical quickly.
[ ] Update to Bootstrap 3.
[ ] Further simplify homepage. The detailed discussions of the problems addressed by OC should be moved to separate pages.
[ ] Update /docs directory.
[x] Simplification: should there be a base class for taxonomy elements, pulling alias, description, etc.?
[ ] Update urls.py to match 1.8 conventions.
[ ] Revise helper functions in views.py.
Move to a separate module?
as the model gets refined and confirmed, it will be easier to settle on a small set of non-redundant helper functions
[ ] Break sa_summary into overall summary page, and individual pages for the general subject area competencies, and subdiscipline area competencies?
[ ] Test if user allowed to edit school should be a function.
[ ] Function to get school for any given competency element.
[ ] Links to delete elements. #121
[ ] Can probably use one form to cover new_gs and new_sda_gs.
This is an issue to collect things that should be done after the alignment (#41) to the Great Schools Partnership model.
alias
,description
, etc.?