Skip to content
Judi Mc edited this page Feb 7, 2017 · 5 revisions

Welcome to the main wiki for Guelph Code Ninjas- 2017

The first development project for code ninjas is a web-based submission service for computer science assignments.

This web service will act as a submission management site for CIS assignments. It will be configurable by instructors to allow for precise submission requirements for each assignment (type of files, how many files, etc). It will keep versions of submitted assignments (likely using git as the back end?). It will keep a persistent repository of submissions across semesters. It will manage authentication and authorization using LDAP as the database of users. It will run integrity checks on submissions including file counts, file types and a similarity checker to assess the uniqueness of each submission. If a file is submitted that is too similar to an existing submission, the web service refuses to accept the submission.

We are developing this project using the Laravel php framework

Clone this wiki locally