A simple application to register users and track their progress through a syllabus with additional student management systems. The logic is done as a server-side web-application with minimal client side logic for maximum device accessibilty. Written with the beautiful Django framework
Website linking to this repository
Main contributor: Strimpa
- Upload a syllabus with n-to-n grouping of exercises
- Syllabus display can be filtered - URLs contain filters and ankers
- Sessions can be stored with attendees and exercise groups to be revised by users
- Self-rating of exercise proficiency
- Instructors can then see summaries of that data to decide on training contents
- Fee payments can be set-up
- Email reminders for session revision and fee expiries
This is primarily for local clubs to manage typical chores that don't require personal data or additional intelligence for processing the stored information.
Please (please!) send any bugs to https://freedcamp.com/Web__Django_OF4/SyllabusTracker_f7V/todos
Dependencies are kept minimal
- Django
- pillow for images
- jquery
- jquery-ui with calender/datepicker/accordion
- timepicker jquery-ui plugin
- Install Django, MySQL backend recommended
- Clone or download repository
- Setup server for django publishing
- Run migrations
- Setup per-club data
- Kyu-grade structure
- Fee definitions
- Upload syllabus and/or manually edit on dedicated page
- Ensure email backend is working
- Send us any bugs!
Sharing is caring! GNU General Public License v3.0 See LICENSE.txt or https://choosealicense.com/licenses/gpl-3.0/#