Closed (won't fix)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
20 Dec 2010 at 17:26 UTC
Updated:
22 Nov 2023 at 11:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
gdf commentedattached is tarball of alpha version of ccssi module
Comment #2
avpadernoHello, and thank you for applying for a CVS account.
As per requirements, the motivation should include more than 2 sentences of module feature descriptions, and a comparison with the existing solutions.
Comment #3
gdf commentedCCSSI is the Common Core State Standards Initiative, a redesign of US math and reading educational standards developed and supported by most states. The CCSSI standards were published in Summer 2010 and 34 states have already committed to adopting them, in some cases within a year or two. The standards can be viewed at http://www.corestandards.org.
Applications that reference educational standards need a database of the standards and some mechanism to search them according to criteria like grade, subject, and/or topic. The submitted "ccssi" module provides this functionality for Drupal applications.
The "ccssi" module will include a self-contained database of the CCSSI standards, an API for accessing the data, a means whereby additional standards can be created on a state-by-state basis, which the CCSSI guidelines allow for, and one or more tools for exporting all or part of the standards database for external use.
There is no other Drupal module that accomplishes these tasks. In fact, the self-contained electronic database that was created for the module is the first of its kind, and a number of other developers have already requested copies of it for other (non-Drupal) purposes.
Comment #4
gdf commentedMy CVS application appears to be stuck and I could use some suggestions as to how to get it moving again. I apologize if I am going about the process incorrectly. I've read the documentation about applying for CVS access and I think I'm doing it right, and responded in comments above to the one request for further information.
Comment #5
johnbarclay commentedThis would be great to get approved.
Comment #6
bfroehle commentedI don't think this application has been reviewed yet.
Some preliminary comments:
dpm()in the code, but no dependency on the devel module in ccssi.info. (Really, thedpm()calls should be removed before release).$xml_file = 'c:/inetpub/wwwroot/Drupal/ccssi/drupal6_root/sites/all/modules/ccssi/' . $xml_file;is not portable. Instead usedrupal_get_path('module', 'ccssi') . $xml_filedrupal_set_message("$row[1]: CCR not a valid grade range value", 'error');withdrupal_set_messge(t('%row: CCR not a valid grade range value', array('%row' => $row[1])), 'error');As a first pass, you may want to run your code through the Coder module --- it generally provides some useful ideas. Also, read up on the Drupal coding standards if you haven't done so already.
Comment #7
arianek commentedHi. Please read all the following and the links provided as this is very important information about your CVS Application:
Drupal.org has moved from CVS to Git! This is a very significant change for the Drupal community and for your application. Please read the following documentation on how this affects and benefits you and the application process:
Migrating from CVS Applications to (Git) Full Project Applications
Comment #8
gdf commentedhttp://drupal.org/sandbox/gdf/1089488
Comment #9
ethanw commentedReviewing
Comment #10
ethanw commentedIt looks like this module could be a very useful contribution for those developing for state boards of education, etc.
I’d review the documentation standards here: http://drupal.org/node/1354
Important
Recommendations
Comment #11
sreynen commentedChanging status, per #10.
Comment #12
tim.plunkettClosing, feel free to re-open if this was a mistake.
Comment #13
avpaderno