1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 28, 2024 — Aug 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
continued work on CourseTerm re-work * the models all look good and the relationships all seem to be working * added a lookup table (CourseTermSkills) for a many-to-many relationship * Course editing looks complete; even the skills editing works * starting to work on the Evaluations stuff... More... about 16 years ago
still re-working the Course changes More... about 16 years ago
more progress on overhauling Course * Creating a new course now works properly * You can also select the course skills by term in the Course edit screen More... about 16 years ago
changes to make all tests pass 100% More... about 16 years ago
complete rework of the courses data flow * created a new lookup table (course_terms) * moved assignments to the new lookup table * moved supporting_skills to the new lookup table * moved the courses edit view from Show to Edit (where it should be) More... about 16 years ago
added a Entity Relationship Diagram to help document the system More... about 16 years ago
cleaned up the fixture information for courses and date_ranges More... about 16 years ago
Grade calculations rework * each course can now calculate its own grade (letter & score) * the Student Transcript report works properly * the Report Card report is still using default values * the dashboard was updated to reflect some of the work in this commit More... about 16 years ago
minor test case tweaks More... about 16 years ago
Major rewrite of Terms/Grading Periods * changed settings/terms to settings/grading periods * complete re-write of settigns/grading periods to work better with the new DB table structure More... about 16 years ago
Route changes and additional tests * added "login" and "logout" routes * built the integration test for the new login/logout routes More... about 16 years ago
Implemented student transcript report * split out terms into school_year and terms in the date_ranges model. This should allow for more flexibilty in future calendar events. * used the new school_year functionality to build the student transcript report More... about 16 years ago
moved to Rails 2.2.2 More... about 16 years ago
Added student transcript report * it's not complete but the outline is there * also added the Prawn-Format plugin to make some thing easier(possible) More... about 16 years ago
added x-sendfile capability to reports More... about 16 years ago
Added the ability to load default data * this was needed for the building of the Debian package More... about 16 years ago
minor tweak to the license information More... about 16 years ago
Updated the Dashboard with the latest code changes More... about 16 years ago
Updated the list of default supporting skills More... about 16 years ago
Changed so that it only shows ACTIVE skills. More... about 16 years ago
Added Supporting Skills * Each course can now have a list of skills assigned to it * Currently, it is heavily dependant upon AJAX to work. This should be fixed in later editions More... about 16 years ago
Moved from symbolic links to hard links for the livepipe-ui libraries More... about 16 years ago
Removed some test code More... about 16 years ago
Added supporting skills and categories More... about 16 years ago
minor changes to add supporting skills & categories More... about 16 years ago
Update to add supporting skills * update in progress More... about 16 years ago
Moving from Gradations to Evaluations * Refactored Gradation to Evaluation * Adding SupportingSkill* elements to evaluations * Minor code cleanups More... about 16 years ago
Changed the test so that Max & Min score could be Nil. More... about 16 years ago
Added init.rb files to the Prawn plugins so that Rake tasks would work properly. More... about 16 years ago
Minor formating changes. More... about 16 years ago